Hello friends, I have just set up Eclipse with Wicket trunk source code again, and ran into a couple issues. I have run "mvn eclipse:eclipse -DdownloadSources=true" for each of these projects under Wicket trunk: wicket, wicket-examples, wicket-auth-roles, and here are the errors I'm hitting:
The import org.apache.wicket.util.string.UrlUtils cannot be resolved wicket/src/main/java/org/apache/wicket/protocol/http/request CryptedUrlWebRequestCodingStrategy.java line 38 1222458631538 214 The type WebPage is not generic; it cannot be parameterized with arguments <Void> wicket-examples/src/main/java/org/apache/wicket/examples/authentication MySignInPage.java line 29 1222458115671 42 That second one is actually because org.apache.wicket.authentication.pages.SignInPage extends WebPage<Void> Is there someway a committer can fix those or tell me what's wrong? Thanks! -- Jeremy Thomerson http://www.wickettraining.com
