| 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.
|
 |
 |
|
|
subject: mvn error, please help
|
|
|