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.
-
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
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
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.
-
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