RE: run executable with args from maven.xml

2005-10-18 Thread Adrian Zaharie
operty tag in ant : http://ant.apache.org/manual/CoreTasks/property.html Or you can simply call an ant script from maven with the ant:ant task. Arnaud > -Message d'origine----- > De : Adrian Zaharie [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 12 octobre 2005 22:3

1.0.2 project dependencies

2005-10-14 Thread Adrian Zaharie
how can I specify project specific dependencies without having to dump it into maven repo..., or have maven expect to find it in the default repo working with maven 1.0.2 dependencies are in the form of jar files; thanks Regards, Adrian Zaharie ParaSoft Corporation (888) 305-0041 x 1229

RE: run executable with args from maven.xml

2005-10-12 Thread Adrian Zaharie
Are you searching something like : ${maven.final.name}-site.tar'"/> You can take a look at the exec task in ant. Arnaud > -Message d'origine- > De : Adrian Zaharie [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 12 octobre 2005 21:43 > À : user

RE: run executable with args from maven.xml

2005-10-12 Thread Adrian Zaharie
Are you searching something like : ${maven.final.name}-site.tar'"/> You can take a look at the exec task in ant. Arnaud > -Message d'origine- > De : Adrian Zaharie [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 12 octobre 2005 21:43 > À : user

run executable with args from maven.xml

2005-10-12 Thread Adrian Zaharie
I'm trying to run an executable (windows, script on linux) via maven.xml; program needs to take command line arguments; I'm looking for an example on how to do this; could not find anything in any docs, or examples except on calling built in functionality, or classes; could anyone send me an