You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2010/11/11 14:28:15 UTC

[jira] Created: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
-------------------------------------------------------------

                 Key: WICKET-3159
                 URL: https://issues.apache.org/jira/browse/WICKET-3159
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.4.13
            Reporter: Martijn Dashorst


Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.

This might be related to a newer version of the archetype plugin released by maven?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931063#action_12931063 ] 

Martijn Dashorst commented on WICKET-3159:
------------------------------------------

Let's fix the js generator... otherwise we have to retroactively fix 1.3 as well...

> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-3159:
-------------------------------------

    Description: 
Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.

This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

  was:
Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.

This might be related to a newer version of the archetype plugin released by maven?


> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst resolved WICKET-3159.
--------------------------------------

    Resolution: Fixed

The archetype plugin is a hornet's nest: it ignores the archetypeVersion we provide at the commandline and just goes ahead and downloads the 1.5m2.1 archetype...

For now just ignore the warning about deprecated archetypeCreate functionality, as it actually works as it should instead of failing the most basic use case.

> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931047#action_12931047 ] 

Martin Grigorov commented on WICKET-3159:
-----------------------------------------

Indeed the problem is that in 1.5 we use version 2 of the Maven archetype plugin which is being used with: mvn archetype:generate.
In Wicket 1.4 we use the old version of the plugin.
One solution is to generate different snippet depending on the selected Wicket version in the site, but I guess this will be harder.
My second solution is to merge the upgrade of archetypes/quickstart code from 1.5 to 1.4.

For now the workaround is to use "mvn archetype:*create*" for 1.4.x archetypes.

> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3159:
---------------------------------------

    Assignee: Martin Grigorov

> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst closed WICKET-3159.
------------------------------------


> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.