You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Harley (JIRA)" <ji...@apache.org> on 2006/03/27 16:28:05 UTC

[jira] Created: (HARMONY-255) Change depends in make/build-test.xml to make testing of individual modules more straightforward

Change depends in make/build-test.xml to make testing of individual modules more straightforward
------------------------------------------------------------------------------------------------

         Key: HARMONY-255
         URL: http://issues.apache.org/jira/browse/HARMONY-255
     Project: Harmony
        Type: Improvement
  Components: Classlib  
 Environment: All
    Reporter: George Harley


The Ant script make/build-test.xml only runs the "compile-support" target when the "test-all" target has been chosen. The dependency on "compile-support" is actually something that will be common to each of the individual module test targets such as "test-luni" and "test-archive" etc. 

This issue is to suggest that "compile-support" be removed from the "depends" attribute of "test-all" and instead be made a dependency of each module test target. That way users can choose to run say, "test-luni" without the need to run all of the other tests and with the assurance that the support classes will be compiled and up to date. 

Patch to follow...

Best regards, 
George


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


[jira] Assigned: (HARMONY-255) Change depends in make/build-test.xml to make testing of individual modules more straightforward

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-255?page=all ]

Tim Ellison reassigned HARMONY-255:
-----------------------------------

    Assign To: Tim Ellison

> Change depends in make/build-test.xml to make testing of individual modules more straightforward
> ------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-255
>          URL: http://issues.apache.org/jira/browse/HARMONY-255
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>  Environment: All
>     Reporter: George Harley
>     Assignee: Tim Ellison
>  Attachments: Harmony-255.txt
>
> The Ant script make/build-test.xml only runs the "compile-support" target when the "test-all" target has been chosen. The dependency on "compile-support" is actually something that will be common to each of the individual module test targets such as "test-luni" and "test-archive" etc. 
> This issue is to suggest that "compile-support" be removed from the "depends" attribute of "test-all" and instead be made a dependency of each module test target. That way users can choose to run say, "test-luni" without the need to run all of the other tests and with the assurance that the support classes will be compiled and up to date. 
> Patch to follow...
> Best regards, 
> George

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


[jira] Closed: (HARMONY-255) Change depends in make/build-test.xml to make testing of individual modules more straightforward

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-255?page=all ]
     
Tim Ellison closed HARMONY-255:
-------------------------------


No response from reporter.  Assuming ok and marking as closed.


> Change depends in make/build-test.xml to make testing of individual modules more straightforward
> ------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-255
>          URL: http://issues.apache.org/jira/browse/HARMONY-255
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: All
>     Reporter: George Harley
>     Assignee: Tim Ellison
>  Attachments: Harmony-255.txt
>
> The Ant script make/build-test.xml only runs the "compile-support" target when the "test-all" target has been chosen. The dependency on "compile-support" is actually something that will be common to each of the individual module test targets such as "test-luni" and "test-archive" etc. 
> This issue is to suggest that "compile-support" be removed from the "depends" attribute of "test-all" and instead be made a dependency of each module test target. That way users can choose to run say, "test-luni" without the need to run all of the other tests and with the assurance that the support classes will be compiled and up to date. 
> Patch to follow...
> Best regards, 
> George

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


[jira] Updated: (HARMONY-255) Change depends in make/build-test.xml to make testing of individual modules more straightforward

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-255?page=all ]

George Harley updated HARMONY-255:
----------------------------------

    Attachment: Harmony-255.txt

As mentioned previously, here is a suggested change to make/build-test.xml. 

Best regards, 
George

> Change depends in make/build-test.xml to make testing of individual modules more straightforward
> ------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-255
>          URL: http://issues.apache.org/jira/browse/HARMONY-255
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>  Environment: All
>     Reporter: George Harley
>  Attachments: Harmony-255.txt
>
> The Ant script make/build-test.xml only runs the "compile-support" target when the "test-all" target has been chosen. The dependency on "compile-support" is actually something that will be common to each of the individual module test targets such as "test-luni" and "test-archive" etc. 
> This issue is to suggest that "compile-support" be removed from the "depends" attribute of "test-all" and instead be made a dependency of each module test target. That way users can choose to run say, "test-luni" without the need to run all of the other tests and with the assurance that the support classes will be compiled and up to date. 
> Patch to follow...
> Best regards, 
> George

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


[jira] Resolved: (HARMONY-255) Change depends in make/build-test.xml to make testing of individual modules more straightforward

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-255?page=all ]
     
Tim Ellison resolved HARMONY-255:
---------------------------------

    Resolution: Fixed

Thanks George,

Applied to make/build-test.xml at repo revision 389455.

Please check that the patch was applied as you expected.


> Change depends in make/build-test.xml to make testing of individual modules more straightforward
> ------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-255
>          URL: http://issues.apache.org/jira/browse/HARMONY-255
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>  Environment: All
>     Reporter: George Harley
>     Assignee: Tim Ellison
>  Attachments: Harmony-255.txt
>
> The Ant script make/build-test.xml only runs the "compile-support" target when the "test-all" target has been chosen. The dependency on "compile-support" is actually something that will be common to each of the individual module test targets such as "test-luni" and "test-archive" etc. 
> This issue is to suggest that "compile-support" be removed from the "depends" attribute of "test-all" and instead be made a dependency of each module test target. That way users can choose to run say, "test-luni" without the need to run all of the other tests and with the assurance that the support classes will be compiled and up to date. 
> Patch to follow...
> Best regards, 
> George

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