Howto request multiple/parallel execs
Steven Zedeck <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <EB65A91C7F94534C8375FB039DAAAE8801797E5B1B4B@proserver02.Proliphix.local> |
Hi,
I'm using Cruisecontrol 2.8.4 under Linux.
I need to execute multiple Perl scripts in parallel. Can this be done with the exec tag in build.xml? I can't seem to find online somewhere what is the syntax of all the valid tags.
For example if I want to run a single script I can do this:
<target name="test">
<exec dir="/home/sjones/SQA/scripts" executable="./test_more.pl">
<arg line="--ip=192.168.117.18 --model=IMT300"/>
</exec>
</target>
What is the syntax for multiple execs?
Thanks in advance,
Steve
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user