Harvest custom tasks?

2006-11-14 Thread David . Priebe
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

Ant 1.7RC1/Junit 4.1

2006-11-14 Thread Stan Guillory
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

AW: Error 43 if jar already exists?

2006-11-14 Thread Jan.Materne
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

Error 43 if jar already exists?

2006-11-14 Thread Tom Corcoran
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

Re: Could not create task of type: condition.

2006-11-14 Thread Steve Loughran
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