Re: [appfuse-user] latest appfuse version
The mailing list documents the many issues that folks have found. AFAIK, the problem is caused by bugs in 2.7 that don't exist in version 2.5.1. http://appfuse.markmail.org/search/?q=maven-eclipse-plugin There is a version 2.8 out now that you might want to try. Matt On Dec 6, 2010, at 8:54 AM, Ice-Man wrote: > Matt, > > Why maven-eclipse version 2.7 cause errors when converting a Archtype AppFuse > to Eclipse Project??! > Tnx in advance, > > Derlon > > > 2010/11/17 Vanessa Pacheco > I had to change the maven-eclipse plugin version to 2.5.1 as this is what I > read from one of the posts. 2.7 makes you run into errors > > V > - Original Message - > From: "Matt Raible" > To: [email protected] > Sent: Wednesday, November 17, 2010 1:04:08 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Can you send the command you're using to create the project. I want to see if > I can reproduce. > > > On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco < [email protected] > > wrote: > > > I created a brand new project, then used mvn to build. That's when I got the > error. > > Sorry to bother so much and Thnx in advance for all the help > > Vanessa > > > > - Original Message - > From: "Matt Raible" < [email protected] > > To: [email protected] > Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Do get this error when you create a new project or when you try to upgrade > your existing 2.x project to Spring 3? > > > On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < [email protected] > > wrote: > > > Is anyone running into build problems with latest Appfuse and SPring3. I run > into a test issuesthe spring***test:jar cannot be downloaded. Also does > the new appfuse use @PathVariable, @RequestMapping in the controller code? > > Missing: > -- > 1) org.springframework:spring-test:jar:3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework -DartifactId=spring > -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t > est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId= > [id] > > Path to dependency: > 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT > 2) org.springframework:spring-test:jar:3 > > -- > 1 required artifact is missing. > > Vanessa > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > Derlon > > Siga-me no meu blog... > Engenharia de Software > > http://blig.ig.com.br/derlon/ > > > >
Re: [appfuse-user] latest appfuse version
Matt, Why maven-eclipse version 2.7 cause errors when converting a Archtype AppFuse to Eclipse Project??! Tnx in advance, Derlon 2010/11/17 Vanessa Pacheco > I had to change the maven-eclipse plugin version to 2.5.1 as this is what I > read from one of the posts. 2.7 makes you run into errors > > V > - Original Message - > From: "Matt Raible" > To: [email protected] > Sent: Wednesday, November 17, 2010 1:04:08 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Can you send the command you're using to create the project. I want to see > if I can reproduce. > > > On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco < > [email protected] > wrote: > > > I created a brand new project, then used mvn to build. That's when I got > the error. > > Sorry to bother so much and Thnx in advance for all the help > > Vanessa > > > > - Original Message - > From: "Matt Raible" < [email protected] > > To: [email protected] > Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Do get this error when you create a new project or when you try to upgrade > your existing 2.x project to Spring 3? > > > On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < > [email protected] > wrote: > > > Is anyone running into build problems with latest Appfuse and SPring3. I > run into a test issuesthe spring***test:jar cannot be downloaded. Also > does the new appfuse use @PathVariable, @RequestMapping in the controller > code? > > Missing: > -- > 1) org.springframework:spring-test:jar:3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework -DartifactId=spring > -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t > est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId= > [id] > > Path to dependency: > 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT > 2) org.springframework:spring-test:jar:3 > > -- > 1 required artifact is missing. > > Vanessa > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Derlon Siga-me no meu blog... Engenharia de Software http://blig.ig.com.br/derlon/
Re: [appfuse-user] latest appfuse version
I had to change the maven-eclipse plugin version to 2.5.1 as this is what I read from one of the posts. 2.7 makes you run into errors V - Original Message - From: "Matt Raible" To: [email protected] Sent: Wednesday, November 17, 2010 1:04:08 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] latest appfuse version Can you send the command you're using to create the project. I want to see if I can reproduce. On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco < [email protected] > wrote: I created a brand new project, then used mvn to build. That's when I got the error. Sorry to bother so much and Thnx in advance for all the help Vanessa - Original Message - From: "Matt Raible" < [email protected] > To: [email protected] Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] latest appfuse version Do get this error when you create a new project or when you try to upgrade your existing 2.x project to Spring 3? On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < [email protected] > wrote: Is anyone running into build problems with latest Appfuse and SPring3. I run into a test issuesthe spring***test:jar cannot be downloaded. Also does the new appfuse use @PathVariable, @RequestMapping in the controller code? Missing: -- 1) org.springframework:spring-test:jar:3 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId= [id] Path to dependency: 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT 2) org.springframework:spring-test:jar:3 -- 1 required artifact is missing. Vanessa - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [appfuse-user] latest appfuse version
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring-archetype -DarchetypeVersion=2.1.0-M2 -DgroupId=com.mycompany -DartifactId=myprjSpr3 then I did run "appfuse:full-source" and "eclipse:eclipse" After that I ran mvn Vanessa - Original Message - From: "Matt Raible" To: [email protected] Sent: Wednesday, November 17, 2010 1:04:08 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] latest appfuse version Can you send the command you're using to create the project. I want to see if I can reproduce. On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco < [email protected] > wrote: I created a brand new project, then used mvn to build. That's when I got the error. Sorry to bother so much and Thnx in advance for all the help Vanessa - Original Message - From: "Matt Raible" < [email protected] > To: [email protected] Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] latest appfuse version Do get this error when you create a new project or when you try to upgrade your existing 2.x project to Spring 3? On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < [email protected] > wrote: Is anyone running into build problems with latest Appfuse and SPring3. I run into a test issuesthe spring***test:jar cannot be downloaded. Also does the new appfuse use @PathVariable, @RequestMapping in the controller code? Missing: -- 1) org.springframework:spring-test:jar:3 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId= [id] Path to dependency: 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT 2) org.springframework:spring-test:jar:3 -- 1 required artifact is missing. Vanessa - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [appfuse-user] latest appfuse version
Can you send the command you're using to create the project. I want to see if I can reproduce. On Wed, Nov 17, 2010 at 7:00 PM, Vanessa Pacheco wrote: > I created a brand new project, then used mvn to build. That's when I got > the error. > > Sorry to bother so much and Thnx in advance for all the help > > Vanessa > - Original Message - > From: "Matt Raible" > To: [email protected] > Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] latest appfuse version > > Do get this error when you create a new project or when you try to upgrade > your existing 2.x project to Spring 3? > > > On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < > [email protected] > wrote: > > > Is anyone running into build problems with latest Appfuse and SPring3. I > run into a test issuesthe spring***test:jar cannot be downloaded. Also > does the new appfuse use @PathVariable, @RequestMapping in the controller > code? > > Missing: > -- > 1) org.springframework:spring-test:jar:3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework -DartifactId=spring > -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t > est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId= > [id] > > Path to dependency: > 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT > 2) org.springframework:spring-test:jar:3 > > -- > 1 required artifact is missing. > > Vanessa > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
Re: [appfuse-user] latest appfuse version
I created a brand new project, then used mvn to build. That's when I got the error. Sorry to bother so much and Thnx in advance for all the help Vanessa - Original Message - From: "Matt Raible" To: [email protected] Sent: Wednesday, November 17, 2010 12:56:59 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] latest appfuse version Do get this error when you create a new project or when you try to upgrade your existing 2.x project to Spring 3? On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco < [email protected] > wrote: Is anyone running into build problems with latest Appfuse and SPring3. I run into a test issuesthe spring***test:jar cannot be downloaded. Also does the new appfuse use @PathVariable, @RequestMapping in the controller code? Missing: -- 1) org.springframework:spring-test:jar:3 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId= [id] Path to dependency: 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT 2) org.springframework:spring-test:jar:3 -- 1 required artifact is missing. Vanessa - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [appfuse-user] latest appfuse version
Do get this error when you create a new project or when you try to upgrade your existing 2.x project to Spring 3? On Wed, Nov 17, 2010 at 6:34 PM, Vanessa Pacheco wrote: > Is anyone running into build problems with latest Appfuse and SPring3. I > run into a test issuesthe spring***test:jar cannot be downloaded. Also > does the new appfuse use @PathVariable, @RequestMapping in the controller > code? > > Missing: > -- > 1) org.springframework:spring-test:jar:3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework > -DartifactId=spring > -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.springframework > -DartifactId=spring-t > est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId= > [id] > > Path to dependency: >1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT >2) org.springframework:spring-test:jar:3 > > -- > 1 required artifact is missing. > > Vanessa > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
[appfuse-user] latest appfuse version
Is anyone running into build problems with latest Appfuse and SPring3. I run into a test issuesthe spring***test:jar cannot be downloaded. Also does the new appfuse use @PathVariable, @RequestMapping in the controller code? Missing: -- 1) org.springframework:spring-test:jar:3 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -test -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=spring-t est -Dversion=3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId= [id] Path to dependency: 1) com.bowmansystems:SyncPtSpr3:war:1.0-SNAPSHOT 2) org.springframework:spring-test:jar:3 -- 1 required artifact is missing. Vanessa - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
