aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes mvn error, please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "mvn error, please help" Watch "mvn error, please help" New topic
Author

mvn error, please help

Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
I want to use spring-rcp, I use this command, but I got some error. Please help.

I follow this link,
http://spring-rich-c.sourceforge.net/gettingStarted.html

so I use this command:

mvn archetype:create -DarchetypeGroupId=org.springframework.richclient -DarchetypeArtifactId=spring-richclient-archetype -DarchetypeVersion=0.2.0-SNAPSHOT -DgroupId=dd2 -DartifactId=dd1 -e

Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

Did you do the first step?


See development/developmentSetup.html to install Maven 2, checkout the project and run

mvn install


You're going to need to download the source of spring richclient, run mvn install and then do the archetype build for your project.


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
Do you mean these steps ?

1. download the source
2. go to that folder which contains pom.xml
3. mvn install
4. build my own project using the command I posted.

Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: mvn error, please help
 
Similar Threads
Possible cause for org.apache.maven.lifecycle.LifecycleExecutionException
Not Getting Started with Maven - Archtype plugin Not found
first example, i use maven2
Maven archetypes broken?
Maven build error