Re: Problems compiling tomcat

2003-07-23 Thread Jon Wingfield
It is finding the jar, otherwise you'd be having a completely different error message. ;) The error implies you are compiling against a different version of the commons-fileupload component than the 4.1.24 src was written against. The 4.1.24 binary release bundled

Re: Problems compiling tomcat

2003-07-22 Thread Larry Griffith
Bill Barker [EMAIL PROTECTED] wrote: You don't have the path set correctly for jakarta-commons/fileupload, so it's not finding the jar. Larry Griffith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks, Bill. This is certainly worth checking. However, putting the

Problems compiling tomcat

2003-07-21 Thread Larry Griffith
I'm new to this list, so please pardon any obvious idiocies. When I compile Tomcat I'm getting syntax errors. My setup: Server: SUN Enterprise 250 running Solaris 9 uname -a output: SunOS africa 5.9 Generic sun4u sparc SUNW,Ultra-250 Java version: 1.4.2 (SUN version of javac) Ant version: 1.5.3

Re: Problems compiling tomcat

2003-07-21 Thread Larry Griffith
I didn't receive any replies (maybe I just didn't wait long enough?). Because I have to get onto other things, I finally just downloaded the binary version and installed it successfully. However, if anyone can answer my original question, I'm still interested because I would like to upgrade some

Re: Problems compiling tomcat

2003-07-21 Thread Bill Barker
You don't have the path set correctly for jakarta-commons/fileupload, so it's not finding the jar. Larry Griffith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Problems Compiling Tomcat Source

2001-01-23 Thread Anthony W . Marino
OS: RH 7.0 Source: B1 (servletapi). The following is the error that I get when compiling: "build.xml:39: Could not create task of type: copy because I can't find it in the list of task class definitions" Any and all suggestions will be appreciated. Thank You, Anthony

Re: Problems Compiling Tomcat Source

2001-01-23 Thread Craig R. McClanahan
"Anthony W. Marino" wrote: OS: RH 7.0 Source: B1 (servletapi). The following is the error that I get when compiling: "build.xml:39: Could not create task of type: copy because I can't find it in the list of task class definitions" Upgrade to Ant 1.2 or later. That is when