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
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
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
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
@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
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