[jboss-jira] [JBoss JIRA] (JBAS-9435) Compile JBoss 6.1 with JDK 6

Paul Gier (JIRA) jira-events at lists.jboss.org
Tue Oct 9 16:57:03 EDT 2012


     [ https://issues.jboss.org/browse/JBAS-9435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated JBAS-9435:
----------------------------

    Fix Version/s: Open To Community

    
> Compile JBoss 6.1 with JDK 6
> ----------------------------
>
>                 Key: JBAS-9435
>                 URL: https://issues.jboss.org/browse/JBAS-9435
>             Project: Application Server 3  4  5 and 6
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>    Affects Versions: 6.0.0.Final
>            Reporter: Frank Langelage
>            Assignee: Paul Gier
>             Fix For: Open To Community
>
>
> JBoss AS 6.x requires JDK 6 AFAIK. But the source is compiled with source / target 1.5.
> To change this I changed pom.xml like this:
> Index: jboss-head/pom.xml
> ===================================================================
> --- jboss-head/pom.xml  (revision 111957)
> +++ jboss-head/pom.xml  (working copy)
> @@ -51,8 +51,8 @@
>            <artifactId>maven-compiler-plugin</artifactId>
>            <version>2.3.2</version>
>            <configuration>
> -            <source>1.5</source>
> -            <target>1.5</target>
> +            <source>1.6</source>
> +            <target>1.6</target>
>              <showDeprecation>false</showDeprecation>
>              <showWarnings>false</showWarnings>
>            </configuration>
> To compile successfully I had to change one file:
> Index: jboss-head/varia/src/main/java/org/jboss/jdbc/HypersonicDatabase.java
> ===================================================================
> --- jboss-head/varia/src/main/java/org/jboss/jdbc/HypersonicDatabase.java       (revision 111957)
> +++ jboss-head/varia/src/main/java/org/jboss/jdbc/HypersonicDatabase.java       (working copy)
> @@ -36,7 +36,7 @@
>  /**
>   * Integration with <a href="http://sourceforge.net/projects/hsqldb">HSQLDB</a>
>   *
> - * @author <a href="mailto:rickard.oberg at telkel.com">Rickard �berg</a>
> + * @author <a href="mailto:rickard.oberg at telkel.com">Rickard &Ouml;berg</a>
>   * @author <a href="mailto:Scott_Stark at displayscape.com">Scott Stark</a>.
>   * @author <a href="mailto:pf at iprobot.com">Peter Fagerlund</a>
>   * @author <a href="mailto:jason at planet57.com">Jason Dillon</a>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list