Re: Maven Archetypes Problem

2013-12-23 Thread Henrique Prange
Hi Ron, The Maven archetypes need some love. Following Greg’s advice should solve the problem for now. Cheers, Henrique On 20/12/2013, at 14:31, Ron X ron.x.by...@gmail.com wrote: But I need servlet support to create war Therefore I used erxapplication-selvlet-archetype WebRep

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
Thanks a lot! How can I see the other properties like WebObjectsVersion, TrueWarSupport, WonderSupport, etc ? Thanks again! WebRep Overall rating WebRep Overall rating 2013/12/20 G Brown gsbr...@umich.edu Hi Ron If you look here:

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
And during the mvn clean install i've got: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 3.538s [INFO] Finished at: Fri Dec 20 13:07:17 FET 2013

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
Sorry, I solve that proplem by removing wonder.classifier, and build was successful But at this moment I have problem to build project in WOLips: it fails and therefore I can not start the project inside eclipse in development mode. WebRep Overall rating WebRep Overall rating 2013/12/20 Ron

Re: Maven Archetypes Problem

2013-12-20 Thread gsbrown
Hi Ron, This is wrong: wonder.core:ERExtensions:jar:wo54:6.1 I think it is caused by you having a value for wonder.classifierwo54/wonder.classifier Remove the value (edit the pom.xml) . Also, you are using an erxapplication-servlet-archetype, correct? Then you are trying to use that

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
But I need servlet support to create war Therefore I used erxapplication-selvlet-archetype WebRep Overall rating WebRep Overall rating 2013/12/20 gsbr...@umich.edu Hi Ron, This is wrong: wonder.core:ERExtensions:jar:wo54:6.1 I think it is caused by you having a value for

Re: Maven Archetypes Problem

2013-12-19 Thread Ron X
Can you give me a link to it? I've just loaded archetype.xml from wiki and used it as local. Can you describe how you get the servlet archetype? Thanks! WebRep Overall rating WebRep Overall rating 2013/12/18 gsbr...@umich.edu Snapshot? What snapshot? Try with the released version,

Re: Maven Archetypes Problem

2013-12-19 Thread G Brown
Hi Ron If you look here: http://maven.wocommunity.org/content/groups/public/archetype-catalog.xml You will see the correct version of archetype-catalog.xml; save that content as archetype-catalog.xml in ~/.m2 I think the wiki documentation is a little old, maybe quite old. I will try to fix

Maven Archetypes Problem

2013-12-18 Thread Ron X
Hello! I have troubles with maven archetype for erxapp+servlet: [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Maven Stub Project (No POM) 1 [INFO]

Re: Maven Archetypes Problem

2013-12-18 Thread gsbrown
Snapshot? What snapshot? Try with the released version, which is version 2.1 Maybe your archetypes need updating? I just did it and it worked. On Wed, Dec 18, 2013, at 05:52 AM, Ron X wrote: Hello! I have troubles with maven archetype for erxapp+servlet: [INFO] Scanning for