You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2010/03/11 03:05:27 UTC

[jira] Commented: (COMMONSSITE-49) Add Java compile & test profiles

    [ https://issues.apache.org/jira/browse/COMMONSSITE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843873#action_12843873 ] 

Niall Pemberton commented on COMMONSSITE-49:
--------------------------------------------

P.S. I've tested my patch with Commons Primitives (tests don't take so long to run) running the "clean & package" targets with the following scenrios:
    * test java profiles with no settings.xml file (they fail because the path to java is invalid)
    * test without using a profile (passes)
    * test with the java-1.3 profile (passes)
    * test with the java-1.3 profile after adding a JDK 1.4 method (fails)
    * test with the java-1.4 profile after adding a JDK 1.4 method (passes)
    * test with the java-1.4 profile (passes)
    * test with the java-1.4 profile after adding a JDK 1.5 method (fails)
    * test with the java-1.5 profile after adding a JDK 1.5 method (passes)
    * test with the java-1.5 profile (passes)
    * test with the java-1.5 profile after adding a JDK 1.6 method (fails)
    * test with the java-1.6 profile after adding a JDK 1.5 method (passes)
    * test with the java-1.6 profile (passes)


> Add Java compile & test profiles
> --------------------------------
>
>                 Key: COMMONSSITE-49
>                 URL: https://issues.apache.org/jira/browse/COMMONSSITE-49
>             Project: Commons All
>          Issue Type: New Feature
>          Components: Commons Parent Pom
>            Reporter: Sebb
>         Attachments: COMMONSITE-49-commons-parent-pom.patch, parent14.patch
>
>
> Add profiles that allow compile/test with a different JVM

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