**/*.java/exclude
/excludes
/resource
/resources
--
View this message in context:
http://www.nabble.com/MarkupnotFoundException-in-eclipse-3.4.2-tp25001104p25006663.html
Sent from the Wicket - User mailing list archive at Nabble.com
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
--
View this message in context:
http://www.nabble.com/MarkupnotFoundException-in-eclipse-3.4.2
Thanks, that worked.
I wonder why this isn't automatically set up in the quickstart?
-Original Message-
From: jWeekend [mailto:jweekend_for...@cabouge.com]
Sent: Tuesday, 18 August 2009 5:25 a.m.
To: users@wicket.apache.org
Subject: Re: MarkupnotFoundException in eclipse 3.4.2
Hello,
The quickstart is proving anything but. I run quickstart:
mvn archetype:create -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=1.4.0 -DgroupId=nz.co.acme -DartifactId=myproject
Then generate and eclipse project:
mvn