You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2006/11/04 02:23:16 UTC

[jira] Created: (DERBY-2045) Allow ant targets junit-all and junitreport to be run from a release or snapshot.

Allow ant targets junit-all and junitreport to be run from a release or snapshot.
---------------------------------------------------------------------------------

                 Key: DERBY-2045
                 URL: http://issues.apache.org/jira/browse/DERBY-2045
             Project: Derby
          Issue Type: Improvement
          Components: Build tools, Test
            Reporter: Daniel John Debrunner


The junit-all and junitreport are excellent targets for running the tests in a development environment and we should standardize on them as the way to run the tests. Thus it would be useful to be able to run the same set of tests from a binary release without having to download the source.

The top-level suites.All will not be suitable for this purpose as some tests, such as the auto-loading JBDC 4 tests require a separate JVM, which is easily provided by the ant setup. suites.All is a convience class for running almost all of the tests.

-- 
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] Commented: (DERBY-2045) Allow ant targets junit-all and junitreport to be run from a release or snapshot.

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462130 ] 

Andrew McIntyre commented on DERBY-2045:
----------------------------------------

We could split the junitreport targets out to a separate test.xml file and include it in the release/snapshot distributions in the test/ directory along with derbyTesting.jar. To prevent duplication of the testing targets, we could then import test.xml into the top-level buildfile so that the targets are still available when running ant at the top-level.

> Allow ant targets junit-all and junitreport to be run from a release or snapshot.
> ---------------------------------------------------------------------------------
>
>                 Key: DERBY-2045
>                 URL: https://issues.apache.org/jira/browse/DERBY-2045
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools, Test
>            Reporter: Daniel John Debrunner
>
> The junit-all and junitreport are excellent targets for running the tests in a development environment and we should standardize on them as the way to run the tests. Thus it would be useful to be able to run the same set of tests from a binary release without having to download the source.
> The top-level suites.All will not be suitable for this purpose as some tests, such as the auto-loading JBDC 4 tests require a separate JVM, which is easily provided by the ant setup. suites.All is a convience class for running almost all of the tests.

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

        

[jira] Updated: (DERBY-2045) Allow ant targets junit-all and junitreport to be run from a release or snapshot.

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

Rick Hillegas updated DERBY-2045:
---------------------------------

    Labels: releasegeneration  (was: )

> Allow ant targets junit-all and junitreport to be run from a release or snapshot.
> ---------------------------------------------------------------------------------
>
>                 Key: DERBY-2045
>                 URL: https://issues.apache.org/jira/browse/DERBY-2045
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools, Test
>            Reporter: Daniel John Debrunner
>
> The junit-all and junitreport are excellent targets for running the tests in a development environment and we should standardize on them as the way to run the tests. Thus it would be useful to be able to run the same set of tests from a binary release without having to download the source.
> The top-level suites.All will not be suitable for this purpose as some tests, such as the auto-loading JBDC 4 tests require a separate JVM, which is easily provided by the ant setup. suites.All is a convience class for running almost all of the tests.

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