RE: run executable with args from maven.xml

2005-10-18 Thread Adrian Zaharie
6 > À : Maven Developers List; 'Maven Developers List' > Objet : RE: run executable with args from maven.xml > > Hi Arnaud, thanks for your quick response > > what I want is similar to running, let's say echo.exe > (windows) with one or more args directly from wit

RE: run executable with args from maven.xml

2005-10-13 Thread Arnaud HERITIER
imply 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:36 > À : Maven Developers List; 'Maven Developers List' > Objet : RE: run exe

RE: run executable with args from maven.xml

2005-10-12 Thread Adrian Zaharie
s@maven.apache.org; dev@maven.apache.org > Objet : run executable with args from maven.xml > > 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; c

RE: run executable with args from maven.xml

2005-10-12 Thread Adrian Zaharie
s@maven.apache.org; dev@maven.apache.org > Objet : run executable with args from maven.xml > > 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; c

RE: run executable with args from maven.xml

2005-10-12 Thread Arnaud HERITIER
@maven.apache.org > Objet : run executable with args from maven.xml > > 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

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