I am using Harvest for SCM. I didn't see any existing ant tasks for
Harvest. Does anyone have any they'd like to share? I'm making the
assumption that I'm not the first one to need to create custom tasks for
Harvest.
Thanks,
Dave Priebe
Hello,
I just moved from Ant 1.6.5 to Ant 1.7RC1, and I immediately ran into
the:
[junit] java.io.FileNotFoundException:
/view/e71655_ecustomer_dev/vobs/eCustomer/eCustomerChannels/HotelRehost/
server/junitvmwatcher688301334.properties (No such file or directory)
issue that I had seen discusse
What is with
Jan
>-Ursprüngliche Nachricht-
>Von: Tom Corcoran [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 14. November 2006 19:34
>An: Ant Users List
>Betreff: Error 43 if jar already exists?
>
>I am building a jar including my directory. I need
>to roll up the
I am building a jar including my directory. I need to roll up
the content of another directory, which is at the same level as
and include the directory name in the jar.
This works if the jar does not already exist but if it doe
wrote:
Hello,
While compiling using ant, i get the following error:
Could not create task of type: condition. Common solutions are to use
taskdef to declare your task, or, if this is an optional task, to put
the optional.jar in the lib directory of your ant installation (ANT_HOME).
I cant