multiple src folders for javac task

2005-04-26 Thread klute
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 --

RE: logic using ant

2005-03-08 Thread klute
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

logic using ant

2005-03-07 Thread klute
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