Re: how to run a program build with maven

2007-02-16 Thread Jerome Lacoste
On 2/15/07, Patrick Kimber <[EMAIL PROTECTED]> wrote: Hi Jerome The JIRA issue ID is: http://jira.codehaus.org/browse/MEXEC-5 OK then it's fixed in 1.1 and I hope we can get 1.1 out within the next few weeks. Jerome

Re: how to run a program build with maven

2007-02-15 Thread Patrick Kimber
Hi Jerome The JIRA issue ID is: http://jira.codehaus.org/browse/MEXEC-5 Patrick On 15/02/07, Jerome Lacoste <[EMAIL PROTECTED]> wrote: On 2/13/07, Patrick Kimber <[EMAIL PROTECTED]> wrote: > > Hi Ute > > You can use the Maven 2 Exec plugin... > http://mojo.codehaus.org/exec-maven-plugin/ > > Alt

Re: how to run a program build with maven

2007-02-15 Thread Jerome Lacoste
On 2/13/07, Patrick Kimber <[EMAIL PROTECTED]> wrote: Hi Ute You can use the Maven 2 Exec plugin... http://mojo.codehaus.org/exec-maven-plugin/ Although there is a bug which will prevent you passing parameters to the application. Patrick can you say more about the mexec bug ? Maybe an iss

Re: how to run a program build with maven

2007-02-13 Thread Kaare Nilsen
On 13/02/07, Ute Platzer <[EMAIL PROTECTED]> wrote: Hi, I have a java program which I used to build with ant. Now I switched to maven because of the easier handling of jar file dpenedencies. Unfortunately now these jar files are no longer "there", they're somewhere in the repository but not insi

RE: [m2] how to run a program build with maven

2007-02-13 Thread Brian E. Fox
Use the newer version at apache: http://maven.apache.org/plugins/maven-dependency-plugin -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 3:55 AM To: users@maven.apache.org Subject: Re: [m2] how to run a program build with maven Hello

Re: [m2] how to run a program build with maven

2007-02-13 Thread franz see
egards, >> ute >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > ------------- > To unsubscribe, e-mail: [EMAIL

Re: [m2] how to run a program build with maven

2007-02-13 Thread jiangshachina
[EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-run-a-program-build-with-maven-tf3219341s177.html#a8940592 Sent from the Maven - Users mailing list archive at Nabble.com.

Re: how to run a program build with maven

2007-02-13 Thread Patrick Kimber
Hi Ute You can use the Maven 2 Exec plugin... http://mojo.codehaus.org/exec-maven-plugin/ Although there is a bug which will prevent you passing parameters to the application. Alternatively the dependency plugin will copy your jar files to a folder. Try running: mvn dependency:copy-dependencie

how to run a program build with maven

2007-02-13 Thread Ute Platzer
Hi, I have a java program which I used to build with ant. Now I switched to maven because of the easier handling of jar file dpenedencies. Unfortunately now these jar files are no longer "there", they're somewhere in the repository but not inside my project directory and it's not trivial to find a