Compiling maven project from eclipse project

2007-01-11 Thread Pande, Vaishali \(Cognizant\)
Hi, Can anybody please help me out to resolve the issue. I am building using maven in Eclipse,after configuration and setting I am getting a null pointer exception. I am using Maven 2.0.4 and further the same fatal error is there while executing from Command Prompt. Any

Compiling maven project from eclipse project

2007-01-11 Thread Pande, Vaishali \(Cognizant\)
Hi, Can anybody assist with where I am going wrong while running Maven with Command Prompt. The options -g and -X are giving me following error:'Unable to parse command line option-Unrecognised option -g'. And while running goals as install,clean,compile I am getting a fatal error. I

Compiling maven project from eclipse project

2007-01-10 Thread Ojak
Hi I want to know how a maven project is compiled using eclipse Thanks Ojak

Re: Compiling maven project from eclipse project

2007-01-10 Thread Marco Mistroni
Hello, you have to use m2 plugin for eclipse and make sure that your eclipse project is maven enabled. check plugin here http://m2eclipse.codehaus.org/ once installed, have you project imported in your workspace, you should right-click on them and choose Maven2--enable hth marco On 1/10/07,

Re: Compiling maven project from eclipse project

2007-01-10 Thread Adrian M.
I think you should use the mvn on command line. It's nice to use the maven plugin in eclipse, but building on cmd is much nicer Ojak schrieb: Hi I want to know how a maven project is compiled using eclipse Thanks Ojak

RE: Compiling maven project from eclipse project

2007-01-10 Thread hgv
directories for the Eclipse builds also, default is to build to ${project.loc}/bin, and might not be what you want. -hg -Original Message- From: Adrian M. [mailto:[EMAIL PROTECTED] Sent: 10. januar 2007 12:13 To: Maven Users List Subject: Re: Compiling maven project from eclipse project I

Re: Compiling maven project from eclipse project

2007-01-10 Thread Thierry Lach
You can execute the maven command line inside of eclipse if you have the maven plugin installed. Right click on pom.xml and select the Run As menu option, then select Maven build. The results appear in a standard eclipse console. IMNSHO much handier than switching between different windows.

RE: Compiling maven project from eclipse project

2007-01-10 Thread Trent Nelson
Hello, you have to use m2 plugin for eclipse and make sure that your eclipse project is maven enabled. check plugin here http://m2eclipse.codehaus.org/ once installed, have you project imported in your workspace, you should right-click on them and choose Maven2--enable Is there any way

Re: Compiling maven project from eclipse project

2007-01-10 Thread Gaute Lote
I think you can add the maven-eclipse-plugin to you pom to make it work. I got this from a friend some months ago so I wouldn't always need to enable aspectj in eclipse everytime I ran mvn eclipse. plugin groupIdorg.codehaus.mojo/groupId artifactIdaspectj-maven-plugin/artifactId executions