You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2008/08/06 08:42:44 UTC

[jira] Resolved: (WICKET-1776) Quickstart's archetype misses maven compiler configuration

     [ https://issues.apache.org/jira/browse/WICKET-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1776.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> Quickstart's archetype misses maven compiler configuration
> ----------------------------------------------------------
>
>                 Key: WICKET-1776
>                 URL: https://issues.apache.org/jira/browse/WICKET-1776
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4-M3
>         Environment: Any
>            Reporter: Bruno Borges
>            Assignee: Igor Vaynberg
>             Fix For: 1.4-M4
>
>         Attachments: archetype-compiler-plugin.patch
>
>
> The pom.xml for Quickstart's archetype doesn't has the Maven Compiler Plugin configuration. This causes a compilation failure as Quickstart's source code is suited for Java 1.5
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> WicketApplication.java:[22,13] generics are not supported in -source 1.3
> (use -source 5 or higher to enable generics)
> 	public Class<HomePage> getHomePage()

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