I've upgraded my ant from 1.6.1 to 1.6.5. That fixed it. Thanks to all!
-Derek
On 6/16/06, Derek Lac <[EMAIL PROTECTED]> wrote:
> My ant version is 1.6.1. My java version is 1.5.0.
>
>
>
> -Derek
>
>
> C:\dev\svn\tc5.5.x\build>java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environm
piled on February 12 2004
C:\dev\svn\tc5.5.x\build>
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav
Shapira
Sent: Friday, June 16, 2006 3:32 PM
To: Tomcat Developers List
Subject: Re: using svn to checkout the code; compiling tomcat
Hola,
What
1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
C:\dev\svn\tc5.5.x\build>ant -version
Apache Ant version 1.6.1 compiled on February 12 2004
C:\dev\svn\tc5.5.x\build>
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Yoav
ompile with -Xlint:deprecation for details.
> [javac] 4 errors
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Yoav
> Shapira
> Sent: Friday, June 16, 2006 3:06 PM
> To: Tomcat Developers List
> Subject: Re: usi
override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav
Shapira
Sent: Friday, June 16, 2006 3:06 PM
To: Tomcat Developers List
Subject: Re: usin
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav
Shapira
Sent: Friday, June 16, 2006 3:06 PM
To: Tomcat Developers List
Subject: Re: using svn to checkout the code; compiling tomcat
Hi,
Slight scramble of your message:
>Obviously, I need to get check the jsp code to build as well
Hi,
Slight scramble of your message:
Obviously, I need to get check the jsp code to build as well. Checking on
the web, I realize I also need the following modules:
* /build/tc5.5.x
* /container/tc5.5.x
* /connectors/trunk
* /jasper/tc5.5.x
* /servletapi/servlet2.4-jsp2.0-t
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav
Shapira
Sent: Friday, June 16, 2006 1:58 PM
To: Tomcat Developers List
Subject: Re: using svn to checkout the code; compiling tomcat
Hi,
I haven't tried to build 4.x or 5.0 in a while, but 5.5 works
Hi,
I haven't tried to build 4.x or 5.0 in a while, but 5.5 works fine. I
just did a clean build from scratch, no problems. Here's how:
svn co http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x tomcat
cd tomcat/build
// customize your build.properties if/as needed
ant download
ant
Yoav
On