On Thu, 10 Jan 2002, Anthony Martin wrote:

> Date: Thu, 10 Jan 2002 13:05:22 -0800
> From: Anthony Martin <[EMAIL PROTECTED]>
> Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: RE: cvs commit: jakarta-commons/logging/src/java/org/apache/commo
>
> I'm not doing the build with Ant.  I use JBuilder5, which allows me to get
> CVS updates and build on the spot.  But JBuilder5 is oblivious to build.xml.
> It has it's own way of excluding files from the build which I have not
> looked into.  So it looks like this is strictly a JBuilder5 issue.
>

All the build scripts for Jakarta code is based on Ant.  In particular,
you'll find that lots of it takes advantage of the conditional compilation
capabilities in Ant 1.4 to adapt to your environment (Tomcat 4's build
scripts define roughly 50 conditionals that affect what gets build).  One
quickly becomes hooked on that sort of control over your build
environment ...

>
> Anthony
>

Craig


> > -----Original Message-----
> > List:     jakarta-commons-dev
> > Subject:  RE: cvs commit:
> jakarta-commons/logging/src/java/org/apache/commo
> > From:     "Craig R. McClanahan" <[EMAIL PROTECTED]>
> > Date:     2002-01-10 20:36:31
> >
> > You should not have had to change anything -- the build.xml script already
> > excluded the Jdk14Logger class if you were not compiling on a 1.4 system.
> > I compile this way all the time with no problems.
> >
> > What kinds of errors were you getting?  Were you using Ant 1.4.1?
> >
> > Craig
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to