You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Jeremy Thomerson <je...@wickettraining.com> on 2008/09/26 21:59:26 UTC

Compile errors

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 errors

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Seems 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


Re: Compile errors

Posted by Igor Vaynberg <ig...@gmail.com>.
just 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
<je...@wickettraining.com> 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
>