• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

mvn error, please help

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Edward Chen
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
She'll be back. I'm just gonna wait here. With this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic