hey all,
can anyone tell me how to supply multiple src folders
for my javac task?
thanks a lot!
james
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
t; ${env}.properties
>
>
>
>
>
>
>
>
>
>
>
> Then I call ant with the following command:
> ant -Denv=dev build\
>
> The dosomething target will always get called, but
> will only execute if the DOSOMETHING property is
&g
hey guys
i have a dev and test environments with the former
being on win xp and the latter on linux. i am trying
to put some logic within my build target to do things
differently. i'd like to do this to avoid separate
targets for dev and text environments. here is some
basic pseudo code of what i