running several ant processes at the same time...

2002-10-24 Thread NikolajG
Hello there, I asked once but didn't get any reply... Im currently making a build system around CVS, Ant and InstallShield. So far so good. I want to execute more than one build.xml with ant from my build queue - at the same time. When trying this I get problems with files that suddenly disappear

RE: ANT - CVS Documentation?

2002-10-22 Thread NikolajG
Hi Tony, Here's what I use , but to be honest... its faster to keep everything else but the compile in shell og bat - im using linux as build environenment. /n

ant multiprocess io delete problem (xdoclet)...

2002-10-21 Thread NikolajG
Hi there, Im running 3 ant build processes at the same time and suddenly a file is deleted by an other process... ? This is what I get (paths taken out): BUILD FAILED file:build.xml:321: Deployment descriptor: /webapps/WEB-INF/web.xml does not exist. Im executing ant from bash with: $ANT_HOME/b

Ant ejbjar (taskdef) problem (using Idea)

2002-03-14 Thread NikolajG
Hi I have some problems using Ant. When I build my project using Idea 2.5 (from IntelliJ) it works, but when I try from command line I get the following: C:\Dev\V3\build.xml:64: Could not create task of type: ejbjar. Common solutions are to use taskdef to declare your task, or, if this is an opt