| Author |
ant & properties files
|
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
Hi ! I use an xml buld file and a properties file and it works realy good. I use IntellijIdea(or short IDEA),a great tool, here I have ant task bar where I can insert my ant files and with a simple click I run them. My problem is : the build file needs its properties.It is possible to load(set) the properties without the command line "ant -propertyfile ..."
|
SCJP, SCJD, SCWCD
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Yes. Declare a property in your build file which takes a file as its value. e.g.: [ July 14, 2004: Message edited by: Paul Sturrock ]
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
|
Ok, it works, thanks !
|
 |
 |
|
|
subject: ant & properties files
|
|
|