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 >> >> >>Hi, >> >>I've been trying to build tiles

Re: I need help building tiles from src - please

2002-05-13 Thread Dr. BaTien Duong
Hello Joe: Use the binary version. Learn from Struts-tiles, excellently put together by Cedric Dumoulin. Then put appropriate libs and taglibs to your application. I like to take this opportunity to thank Cedric for his effort and willingness to help. BaTien DBGROUPS = - Ori

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 build tiles and am struggling a bit. >