|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Compile errorsHello 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 |
|
|
Re: Compile errorsjust checking in missing urlutils, thanks for noticing.
in trunk signinpage should already be fixed -igor On Fri, Sep 26, 2008 at 12:59 PM, Jeremy Thomerson <jeremy@...> wrote: > 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 > |
|
|
Re: Compile errorsSeems to be refactoring gone wrong?
Jeremy Thomerson wrote: > 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! > > -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 |
| Free Forum Powered by Nabble | Forum Help |