Re: RE: Another Oddity with Anthill OS
"Andy Levy" <[email protected]> Wed, 17 Jan 2007 16:50:01 -0500
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On 1/17/07, Res Pons <[email protected]> wrote: > Asking this question again. Is there anyway to force-load a diffrent > property file in Anthill project property sheet even the build.xml loads one > by default? > > In the build.xml file I already tell it to load .build.properties and on a > DOS cmnd line I can supercede it by doing ant -propertyfile > c:\.build.properties.xyz and it works perfectly but I'm not sure how to do > this in Anthill. Have you tried adding this parameter to anthill.build.ant.params in your Anthill project properties? For example, I use -Dapp.name=appname to pass the app context name I want to use for my Java web app into Ant.