|
RE: loading ANT propetyfile using JVMarg attribute: msg#00092java.cruise-control.user
Thankyou very much for your help.target="-propertyfile local.properties build" works. Jeffrey Fredrick <jtf@xxxxxxxxxx> wrote: Try <ant buildfile="build.xml" target="-propertyfile local.properties build" multiple="1" /> I believe that will give you "ant -propertyfile local.properties build". BTW, why not just handle this in your ant file? At the top of your build.xml, right after the project element, add: <property file="local.properties" /> (see cruisecontrol/main/build.xml for an example) Jtf -----Original Message----- From: cruisecontrol-user-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:cruisecontrol-user-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of satyapal guduru Sent: Thursday, December 18, 2003 5:54 PM To: Jeffrey Fredrick; cruisecontrol-user@xxxxxxxxxxxxxxxxxxxxx Subject: RE: [Cruisecontrol-user] loading ANT propetyfile using JVMarg attribute I am sorry, still it is not reading my propertyfile. Please bear with me, I am a newbie. <ant buildfile="build.xml" target="build" multiple="1"> <property name="propertyfile" value="local.properties" /> </ant>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: VSS No modifications found, Emmanuel Boudrant |
|---|---|
| Next by Date: | Missing 'Test Details' page, James Nichols |
| Previous by Thread: | RE: loading ANT propetyfile using JVMarg attribute, Jeffrey Fredrick |
| Next by Thread: | RE: Build loop hangs when jboss isn't stoppe d, Julian Jonathan (ext1jmj) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |