Re: Linux build & Windows build asynchron

2007-03-30 Thread Emmanuel Hugonnet
Jerome Lacoste wrote: On 3/20/07, Christian Clauss <[EMAIL PROTECTED]> wrote: 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 th

Re: Linux build & Windows build asynchron

2007-03-20 Thread Jerome Lacoste
On 3/20/07, Christian Clauss <[EMAIL PROTECTED]> wrote: 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-t

Re: Linux build & Windows build asynchron

2007-03-20 Thread Wayne Fay
Look for a Continuous Integration server available for both Windows and Linux that can compile your code etc on both environments. Depending on your SCM, you might be able to wire things up so both builds are automatically started any time code is checked in, or just do a hourly/nightly build etc.

Linux build & Windows build asynchron

2007-03-19 Thread Christian Clauss
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 ru