--- Phillip Lord <[EMAIL PROTECTED]> wrote:
> So what I would like is the ability to specify properties
> in some file on a per project basis, where I can stick all of this
> stuff. Preferably I would like to be able to still override these
> properties with command line parameters (so I can switch between
> jikes, and javac easily for instance).
>
> Is it possible to do this at the moment?
Set up your various project properties files, then read them in using
<property file=${PROJECT}.properties/>. Your 'ant' wrapper-script can deal
with passing it to Ant if $PROJECT is set as a user env var (or specified
on the command-line, like 'PROJECT=foo ant'), or you can also just define
it on the command-line with 'ant -DPROJECT=foo'. I use this approach for
things like which JDK file to read in for running tests, etc.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/