Thanks a lot, Chuck, for your replies.

>But the real question is, why are you compiling Tomcat at all?
I'd like to ensure that the code can be compiled without problems. This 
involves downloading all the libraries required by the compilation process, 
etc. Once  tomcat is compiled and tested it is released into prod environment. 
Such process ensures that if there is a need to modify tomcat's behaviour (eg, 
fix the bug) then we can modify the source and recompile it straight away. 

As you've mentioned we could just get the binary version. However if there was 
a problem then we'd face a greater production downtime because it would not be 
compiled by us and therefore we'd have to start with setting up the build 
environment (which involves getting all the libs) rather than fixing the 
problem .


Kind regards,

Sasha. 

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 10 January 2006 2:05 AM
To: Tomcat Users List
Subject: RE: Tomcat 5.5.x and java 1.4.x


> From: Akoulov, Alexandre [IT] 
> [mailto:[EMAIL PROTECTED] 
> Subject: RE: Tomcat 5.5.x and java 1.4.x
> 
> now I am trying to compile Tomcat5.5.12 with java 1.4.2_10 
> and getting the following error:

Your compile-time classpath still refers to packages built with 1.5 -
these did not come from the Tomcat download.

But the real question is, why are you compiling Tomcat at all?  It's
pure Java, so the binary distribution will run on any platform.  Why are
you making more work for yourself?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to