[ http://issues.apache.org/jira/browse/DERBY-2006?page=comments#action_12446129 ] Andrew McIntyre commented on DERBY-2006: ----------------------------------------
That's definitely a good idea. I don't really like the flat output either. I was looking at doing this, and I noticed that currently All delegates to AllPackages, which only runs the jdbc4 suite if vmSupportsJDBC4. I don't want to duplicate this logic in Ant, so I think the thing to do is to also put similar logic into jdbc4._Suite. Seems like a good thing, anyway, to make the suite is more self-descriptive of what environments it will run in. Please let me know if that's not a good thing to do for some reason. Another patch coming shortly... > Add JUnit and JUnitReport task as a target in Ant script > -------------------------------------------------------- > > Key: DERBY-2006 > URL: http://issues.apache.org/jira/browse/DERBY-2006 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.3.0.0 > Environment: Any > Reporter: Yip Ng > Attachments: derby_2006_v1.diff, derby_2006_v2.diff, > derby_2006_v3.diff, example_output.zip > > > Ant has an optional tasks called JUnit and JUnitReport that runs JUnit tests > and produces JUnit report respectively. It will be nice to have these > mechanism incorporated into the Ant script so one can easily kick off a JUnit > test and view the result. -- 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
