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
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
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
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