We are in the process of defining our build environment.  One of our most
critical requirements is that developers be able to build their changed code
locally (on their workstations) while being able to reference "known good
code" for the pieces of the product that they don't need to or want to
build.  For example we have core functionality upon which application builds
depend.  When application developers build their code they may NOT want to
build/rebuild the core functionality but, rather, to reference it at some
known location.  With make there was an environment variable called
USER_DEFS (or something similar) that allowed each user to set his or her
path to required code in a startup file.

Is there a way to do something similar with Ant?  

Thanks much.

Nolan Ring

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

Reply via email to