RE: Executing a java class file

2004-12-09 Thread Pooja Murjani
Thanks Dan and Eric for ur help. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 10:06 AM To: Maven Users List Subject: Re: Executing a java class file In addition, ensure to have this in your goal so that java ant

Re: Executing a java class file

2004-12-09 Thread dan tran
In addition, ensure to have this in your goal so that java ant task can find you project classes and its dependencies On Thu, 09 Dec 2004 09:17:20 -0500, Eric Black <[EMAIL PROTECTED]> wrote: > Hi, > > You can put that in a maven.xml file with some goal name and it wi

Re: Executing a java class file

2004-12-09 Thread Eric Black
Hi, You can put that in a maven.xml file with some goal name and it will execute: then in your project directory, run 'maven runabc'. It might not work the way I did it, but you can get the idea. Eric

Executing a java class file

2004-12-08 Thread Pooja Murjani
friendscan any one suggest me, how to excute a java class file, thru maven. I have done this task by writing can anyone please suggest how to do the equivalent task in Maven. - To unsubscribe, e-mail: [EMAIL PROTECTE