Hi,

I don't know much about Windows cmd.exe, but I remember something like call
command:

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/call.mspx

Martin Schayna


On Sat, Mar 24, 2012 at 4:45 PM, sarmahdi <sarma...@hotmail.com> wrote:

> Hello,
>
> I did the mvn.bat --help and it gave me  a list of options.
>
> I need to know that IF i want to write a batch or shell script for three
> different projects. how can i do that.
>
> /echo Starting Maven build process
>
> cd c:\demo1\workspace\finApp\
> mvn.bat install
>
> echo Finish finApp
>
> cd c:\demo1\workspace\Communications\
> mvn.bat install
>
> echo Finish Communications/
>
> It never reaches the the "echo Finish finApp" even. it stops after
> completing the install on finApp.
>
> What can I do to actually acheive a script that can build my projects one
> by
> one.
>
> Thanks
> for the help
>
> Syed...
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Mvn-command-line-options-tp5591867p5591867.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to