You are using maven 1.0.2 ? "maven ant -Dmaven.ant.use.properties=true" should create the build.xml in your project's root directory.
Then in your build.properties (stored in your project's root dir or in your user's home dir) you should set the properties for the script :-( Arnaud > > Hi all > > Im trying to produce an ant build.xml that works. I put a > build.properties file in my project base dir that specifies > > libdir=somedir > > but when I do maven ant, the libdir is not set to my > specification. I have tried moving the > build.properties file to my home dir, and I have tried > setting the maven.ant.use.properties=true (even though this > is the default). > > When I run with the -X option, the output indicates that the > file is being used, however this is not backed up by what I > see in the resulting build.xml. > > Please advise. > > Thank you. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection > around http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
