[appfuse-user] eclipse:eclipse failing

2009-11-28 Thread lqhart
Hi all, When I run mvn "eclipse:eclipse" create an eclipse project in myeclipse, but right now it's failing for me. Plese see the Details Error Message: Is anyone have good idea for Solving this problem? Thanks, Art Lingbo Liu. -

Re: [appfuse-user] eclipse:eclipse failing

2009-11-28 Thread Matt Raible
Someone else experienced this earlier on this list. I would try searching http://appfuse.markmail.org. I believe changing the Eclipse plugin to version 2.5.1 solves this problem. Matt On Sat, Nov 28, 2009 at 8:13 AM, lqhart wrote: > > > Hi all, > > When I run mvn "eclipse:eclipse" create an ecl

Re: [appfuse-user] Interview with Mr Matt Raible

2009-11-28 Thread Matt Raible
On Fri, Nov 27, 2009 at 1:00 AM, Alessandro Bottoni wrote: > Matt Raible ha scritto: > > AppFuse 3 will consist of services and UI, as separate modules. Services > > will be RESTful and will likely consist of Rails, Grails and Java (CXF > > or Jersey). The UI options will be GWT and Flex. It's qui

Re: [appfuse-user] eclipse:eclipse failing

2009-11-28 Thread lqhart
Thanks matt, I have changed the version into 2.5.1, Now It works smoothly. Maybe that is Eclipse plugin bug. Thanks again. -- View this message in context: http://n4.nabble.com/eclipse-eclipse-failing-tp83p930556.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] struts2.0 error message in appfuse2.10

2009-11-28 Thread DUSTIN PEARCE
You likely have two entries in sample-data.xml with the same email address which appears to be the primary key for your users table. What is failing is dbunit, the maven plugin that loads your db with test data from sample-data.xml. Change one of the email addresses and it should remove th