Trying to build tomcat 6.0.18

2008-09-02 Thread Jack Woehr
Trying to build tomcat 6.0.18 ... ant -Dbase.dir=/usr/local/work/Java/Tomcat download bombs around here ... tips? : build-tomcat-dbcp: [copy] Copying 63 files to /usr/local/work/Java/Tomcat/tomcat6-deps/dbcp [move] Moving 63 files to /usr/local/work/Java/Tomcat/tomcat6-deps/dbcp/src

RE: Trying to build tomcat 6.0.18

2008-09-02 Thread Caldarale, Charles R
> From: Jack Woehr [mailto:[EMAIL PROTECTED] > Subject: Trying to build tomcat 6.0.18 > > Trying to build tomcat 6.0.18 ... The first question: why are you trying to build it? It's pure Java, so the binary downloads will run on any platform. > does not over

Re: Trying to build tomcat 6.0.18

2008-09-02 Thread Jack Woehr
Caldarale, Charles R wrote: You need to build with a 1.5 JDK, Thank you so kindly! -- Jack J. Woehr# "Self-delusion is http://www.well.com/~jax # half the battle!" http://www.softwoehr.com # - Zippy the Pinhead

RE: Trying to build tomcat 6.0.18

2008-09-03 Thread Martin Gainty
Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Tue, 2 Sep 2008 23:08:28 -0600 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Trying to build t

Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr
Martin Gainty wrote: Jack- did you take chucks advice and build with JDK 1.5 ? Yes .. now I've got a different problem :) E.g., compile: [javac] Compiling 1047 source files to /usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/output/classes [javac] /usr/local/src/Apache/Tomcat/

Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Mark Thomas
Jack Woehr wrote: > Martin Gainty wrote: >> Jack- >> >> did you take chucks advice and build with JDK 1.5 ? >> > Yes .. now I've got a different problem :) Clean out the build area and start again. With a 1.5 JDK it should be as simple as ant download ant Mark --

Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr
Mark Thomas wrote: Clean out the build area and start again. With a 1.5 JDK it should be as simple as ant download ant Awesome, that works. But in dist.xml is there a target called something like [EMAIL PROTECTED] ? :) -- Jack J. Woehr# "Self-delusion is http://www.well.com/~jax

RE: Trying to build tomcat 6.0.18

2008-09-03 Thread Caldarale, Charles R
> From: Jack Woehr [mailto:[EMAIL PROTECTED] > Subject: Re: Trying to build tomcat 6.0.18 > > package org.eclipse.jdt.core.compiler does not exist There has been some recent revision of the Eclipse web site that was making it difficult for a script to retrieve the JDT jar. However,

Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr
Caldarale, Charles R wrote: There has been some recent revision of the Eclipse web site that was making it difficult for a script to retrieve the JDT jar. Thanks, Charles, clean and rebuild worked. -- Jack J. Woehr# "Self-delusion is http://www.well.com/~jax # half the battle!" ht