run a project in new VM

2003-07-22 Thread Navanee
ason, users of Java based build environments, such as Ant, must start DashO in a new VM. How can we run Dasho in new VM? / How can we run a project file in new VM? Expecting your help… Thanks and Regards, Navanee.

RE: Using ANT API

2003-07-17 Thread Navanee
Hello, That is useful only when we run single task with ANT API. But I have to do many tasks (cvs - checkout, compilation, copy, delete, compare, cvs - commit), that’s y I'm looking for sample code to create a project, several target and several tasks.. Regards, Navanee. -Ori

Using ANT API

2003-07-17 Thread Navanee
Hello, Can we run ANT tasks only by using ANT API and without creating any build.xml? If anybody has sample code for using ANT API, please give it to me. Best Regards, Navanee [EMAIL PROTECTED]

RE: CVS Commit with ANT

2003-07-17 Thread Navanee
Hello, Please try this: Regards, navanee -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:04 AM To: '[EMAIL PROTECTED]' Subject: CVS Commit with ANT Hi Does any one know if there is an Ant task to do CVS commit. I have se