RE: rebuild when compiler changes ? (was:How to specify the location of the compiler ?)

2001-02-13 Thread Garcia, Gilles
/13/01 5:22 PM Subject: Re: rebuild when compiler changes ? (was:How to specify the locationof the compiler ?) Hello, The default compiler properties file doesn't have to be "lying around," but can be checked into the SCM system as should anything for production builds. For d

Re: rebuild when compiler changes ? (was:How to specify the location of the compiler ?)

2001-02-13 Thread Bill Burton
Hello, The default compiler properties file doesn't have to be "lying around," but can be checked into the SCM system as should anything for production builds. For developer builds, the logical place for a compiler properties file might be the target directory for the compile. The point I was

RE: rebuild when compiler changes ? (was:How to specify the location of the compiler ?)

2001-02-13 Thread Garcia, Gilles
2/13/01 1:18 PM Subject: Re: rebuild when compiler changes ? (was:How to specify the location of the compiler ?) --- "Garcia, Gilles" <[EMAIL PROTECTED]> wrote: > Would Ant rebuild when the compiler location is younger than the > class it is attempting to build? > More g

Re: rebuild when compiler changes ? (was:How to specify the location of the compiler ?)

2001-02-13 Thread Diane Holt
--- "Garcia, Gilles" <[EMAIL PROTECTED]> wrote: > Would Ant rebuild when the compiler location is younger than the > class it is attempting to build? > More generally, if I rely for my build on the location of > third party jars and classes, how could I create automatic > dependency rebuild act