Ryan,
this is already fixed in trunk and will be included in the rebuilt M2
release.

  Gerolf

On Wed, May 21, 2008 at 3:49 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote:

> does this mean it should work now?
>
> strangely, things work fine for me in eclipse, but from the command line, I
> still get:
>
> $ mvn clean install:
>
> /Users/ryan/Documents/workspace/dexter/website/src/java/dexter/website/wicket/page/DownloadingPage.java:[18,97]
> inconvertible types
> found   : java.lang.Class<dexter.website.wicket.page.account.DexSignInPage>
> required: java.lang.Class<? extends org.apache.wicket.Page<?>>
>
> I ran: mvn clean install in the wicket directory...
>
> Not sure if the java version is helpful:
> ryan$ mvn -version
> Maven version: 2.0.6
> ryan$ javac -version
> javac 1.6.0_04-dp
>
> thanks for any pointers
>
>
>
>
> On May 21, 2008, at 3:19 AM, Gerolf Seitz wrote:
>
>> Eelco,
>> can you try it again with latest trunk?
>>
>> Cheers,
>>  Gerolf
>>
>> On Wed, May 21, 2008 at 6:54 AM, Eelco Hillenius <
>> [EMAIL PROTECTED]>
>> wrote:
>>
>>  On Tue, May 20, 2008 at 9:44 PM, Gerolf Seitz <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>> i have the fix for that in my local checkout and
>>>> will commit it sometime today.
>>>>
>>>
>>> Cool. I just found out Wicket In Action's code
>>> (http://code.google.com/p/wicketinaction/) had compile errors.
>>> Ideally, Wicket 1.4 it should be completely backwards compatible.
>>>
>>> A copy from the errors Eclipse reports:
>>>
>>> The constructor
>>> RestartResponseAtInterceptPageException(Class<SigninPage>) is
>>> undefined
>>> book-wicket-in-action/src/java/wicket/in/action/chapter12/authdiscounts
>>> UserPanel.java  line
>>> 37      1211331768935   213000
>>> The constructor
>>> RestartResponseAtInterceptPageException(Class<SigninPage>) is
>>> undefined
>>> book-wicket-in-action/src/java/wicket/in/action/chapter13/locdiscounts
>>> UserPanel.java  line
>>> 41      1211331768461   212926
>>> The constructor
>>> RestartResponseAtInterceptPageException(Class<SigninPage>) is
>>> undefined       book-wicket-in-action/src/java/wicket/in/action/common
>>> WiaAuthorizationStrategy.java   line
>>> 36      1211331766706   212722
>>> The method setModelObject(capture#6-of ?) in the type
>>> Component<capture#6-of ?> is not applicable for the arguments
>>> (int)
>>> book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_1
>>> HelloWorldTest.java     line
>>> 91      1211331768160   212829
>>> The method setObject(Object) of type CheeseModel must override a
>>> superclass method
>>> book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_3
>>> Index.java      line
>>> 42      1211331769904   213426
>>> The method startPanel(TestPanelSource) in the type BaseWicketTester is
>>> not applicable for the arguments
>>> (Class<HelloWorldPanel>)
>>> book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_1
>>> HelloWorldTest.java     line
>>> 66      1211331768160   212828
>>> The return type is incompatible with
>>> Application.getHomePage()
>>> book-wicket-in-action/src/java/wicket/in/action
>>> WicketInActionApplication.java  line
>>> 125     1211331770166   213591
>>> The return type is incompatible with
>>> MarkupContainer.setModel(IModel)
>>> book-wicket-in-action/src/java/wicket/in/action/common
>>> AjaxEditableLabel.java  line
>>> 129     1211331767509   212759
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_2
>>> Index.java      line
>>> 61      1211331769986   213564
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_3
>>> Index.java      line
>>> 61      1211331769970   213527
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_3
>>> ShoppingCartPanel.java  line
>>> 32      1211331769946   213506
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_2
>>> Index.java      line
>>> 120     1211331769917   213443
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_3
>>> Index.java      line
>>> 29      1211331769904   213425
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_3
>>> Index.java      line
>>> 113     1211331767771   212812
>>> The return type is incompatible with
>>> Model.getObject()
>>> book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_3
>>> Index.java      line
>>> 132     1211331767771   212815
>>>
>>>
>>> Eelco
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to