Hello everybody,

 

I'm trying to do an asynchron build process. I have to build my files on a
Linux environment and on a Windows environment. Actually these two build
processes run one and then the other. I copy the files via the ant scp-task
to the Linux machine and start the build process by running a shell script.
When finished are the files copied back to Windows using the ant scp-task
again. Subsequently the build process on the Windows environment is started.
The code is written in C++ so it's necessary that it is compiled on both
environments.

My question: is it possible in Maven2 that the build process on a Linux
environment is started and at the same time the Windows build is started?
After one of the two builds has finished, Maven2 has to wait for the other
process to finish and then continue. Is this possible to realise?

 

Thanks a lot for your endeavours to assist.

 

Christian

Reply via email to