You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Petteri Räty (JIRA)" <ji...@apache.org> on 2006/12/26 18:38:21 UTC

[jira] Created: (JEXL-31) Make it possible to run the jar target without running the test target

Make it possible to run the jar target without running the test target
----------------------------------------------------------------------

                 Key: JEXL-31
                 URL: http://issues.apache.org/jira/browse/JEXL-31
             Project: Commons JEXL
          Issue Type: Improvement
    Affects Versions: 1.0 Beta 1, 1.0, 1.1, 2.0, 1.1.1
         Environment: Gentoo Linux
            Reporter: Petteri Räty
            Priority: Minor
         Attachments: test-target.patch

Now it is not possible to run the jar target without running the tests. For Gentoo ebuilds it must be possible to just create the jar and optionally run the tests if the user wants to run them so I created a patch to only run the test target under the dist target instead of the jar target. This is also the way this is most commonly done in java projects. Attached patch follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (JEXL-31) Make it possible to run the jar target without running the test target

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JEXL-31?page=all ]

Rahul Akolkar resolved JEXL-31.
-------------------------------

    Resolution: Won't Fix

This is a small change, but the file is generated based on m1's idea of the build lifecycle. I do not wish to maintain it by hand, so I am resolving this as Won't Fix. However, if someone else wants to volunteer to change this as proposed (and implied therein, also volunteer to maintain the hand-edited artifact each time the pom changes in the future), this could be re-opened.


> Make it possible to run the jar target without running the test target
> ----------------------------------------------------------------------
>
>                 Key: JEXL-31
>                 URL: http://issues.apache.org/jira/browse/JEXL-31
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 1.0, 1.0 Beta 1, 1.1, 2.0, 1.1.1
>         Environment: Gentoo Linux
>            Reporter: Petteri Räty
>            Priority: Minor
>         Attachments: test-target.patch
>
>
> Now it is not possible to run the jar target without running the tests. For Gentoo ebuilds it must be possible to just create the jar and optionally run the tests if the user wants to run them so I created a patch to only run the test target under the dist target instead of the jar target. This is also the way this is most commonly done in java projects. Attached patch follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JEXL-31) Make it possible to run the jar target without running the test target

Posted by "Petteri Räty (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JEXL-31?page=all ]

Petteri Räty updated JEXL-31:
-----------------------------

    Attachment: test-target.patch

Moves the test target from the jar target dependencies to the dist target dependencies.

> Make it possible to run the jar target without running the test target
> ----------------------------------------------------------------------
>
>                 Key: JEXL-31
>                 URL: http://issues.apache.org/jira/browse/JEXL-31
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 1.0, 1.0 Beta 1, 1.1, 2.0, 1.1.1
>         Environment: Gentoo Linux
>            Reporter: Petteri Räty
>            Priority: Minor
>         Attachments: test-target.patch
>
>
> Now it is not possible to run the jar target without running the tests. For Gentoo ebuilds it must be possible to just create the jar and optionally run the tests if the user wants to run them so I created a patch to only run the test target under the dist target instead of the jar target. This is also the way this is most commonly done in java projects. Attached patch follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JEXL-31) Make it possible to run the jar target without running the test target

Posted by "dion gillard (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JEXL-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461716 ] 

dion gillard commented on JEXL-31:
----------------------------------

It is possible to build the jar without running the tests by using maven.test.skip=true, see 
http://maven.apache.org/maven-1.x/plugins/test/properties.html

> Make it possible to run the jar target without running the test target
> ----------------------------------------------------------------------
>
>                 Key: JEXL-31
>                 URL: http://issues.apache.org/jira/browse/JEXL-31
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 2.0, 1.1.1, 1.1, 1.0, 1.0 Beta 1
>         Environment: Gentoo Linux
>            Reporter: Petteri Räty
>            Priority: Minor
>         Attachments: test-target.patch
>
>
> Now it is not possible to run the jar target without running the tests. For Gentoo ebuilds it must be possible to just create the jar and optionally run the tests if the user wants to run them so I created a patch to only run the test target under the dist target instead of the jar target. This is also the way this is most commonly done in java projects. Attached patch follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org