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

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

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


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.


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

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

Niall Pemberton updated COMMONSSITE-49:
---------------------------------------

    Attachment: COMMONSITE-49-commons-parent-pom.patch

Attaching variation on Sebb's patch:  COMMONSITE-49-commons-parent-pom.patch

I'd prefer it if we used properties to configure each profile - much less XML in the pom for each profile. It also keeps the configuration for the plugins in one place

> 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.


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

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

Sebb updated COMMONSSITE-49:
----------------------------

    Attachment: parent14.patch

> 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: 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.


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

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COMMONSSITE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843972#action_12843972 ] 

Sebb commented on COMMONSSITE-49:
---------------------------------

OK, except for the typo:

s/complier/compiler/g

> 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.


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

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

Niall Pemberton resolved COMMONSSITE-49.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 14

Doh! Thanks.

Fixed http://svn.apache.org/viewvc?view=revision&revision=921843



> 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
>             Fix For: 14
>
>         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.


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

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
    [ 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.