Re: I need help building tiles from src - please

2002-05-15 Thread Cedric Dumoulin
Hello, To build Tiles, go to tiles directory, provide your own build.properties file (check the example in directory), with absolute paths for requested paths. Then run "ant dist". Tiles should compile. You can also build Tiles from Struts build file, if you specify absolute paths in you

Re: I need help building tiles from src - please

2002-05-13 Thread Larry Meadors
Gee, I had the exact same problem at my house this weekend. ;-) The build for struts was trying to build tiles, but it looked like when using relative paths for my struts build, the tiles build looked in the wrong directories for supporting jars and puked. I changed one build.xml file and got

Re: I need help building tiles from src - please

2002-05-13 Thread jfc100
James Mitchell wrote: >Did you try building the webapps? > >JM > >>-Original Message- >>From: jfc100 [mailto:[EMAIL PROTECTED]] >>Sent: Monday, May 13, 2002 11:12 AM >>To: Struts-User >>Subject: I need help building tiles from src - please

Re: I need help building tiles from src - please

2002-05-13 Thread Dr. BaTien Duong
= - Original Message - From: "jfc100" <[EMAIL PROTECTED]> To: "Struts-User" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 9:11 AM Subject: I need help building tiles from src - please > Hi, > > I've been trying to build tiles and am struggling a bit

RE: I need help building tiles from src - please

2002-05-13 Thread James Mitchell
Did you try building the webapps? JM > -Original Message- > From: jfc100 [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 11:12 AM > To: Struts-User > Subject: I need help building tiles from src - please > > > Hi, > > I've been trying to

I need help building tiles from src - please

2002-05-13 Thread jfc100
Hi, I've been trying to build tiles and am struggling a bit. I downloaded and ran a build of 'jakarta-struts-1.1-b1-src' only to find that it doesn't automatically build tiles. When I finish building struts, I can see a contrib directory which contains a tiles subdirectory with the tiles sour