<parallel> should work. Something else is wrong.
- Alexey. Loehr, Ruel wrote:
Hoping some others might have some insight, I've googled around for 2 days but haven't yet found an answer that seems right.I have a project which is c++ based and have created an ant wrapper around it to checkout, build, build an installer, and publish theproject. This part works pretty well.The only problem is that it takes 4 hours to build. 2 hours on solaris, and 2 hours on windows.The ant build structure is sort of like this:1) call sshexec and run solaris build 2) then proceed on to building windows.I'd like to get the solaris and windows portion of the builds to run in parallel but have not yet found a good way to do it. The sshexec task blocks until the solaris portion is done. I've tried wrapping it in a daemon and parallel tag, but it didn't seem to function.Any suggestions on how I might go about achieving this?Thanks! RuelRuel Loehr Configuration ManagementPointserve, Inc. 110 Wild Basin Road Suite 300 Austin, Texas 78746 O: 512.617.5314 F: 512.617.0466
-- ------------------------------------------------------------------------ Alexey N. Solofnenko <http://trelony.cjb.net/> Pleasant Hill, CA (GMT-8 usually)
smime.p7s
Description: S/MIME Cryptographic Signature
