DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12491>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12491 Cant' run bundled junit tests using batchtest. Summary: Cant' run bundled junit tests using batchtest. Product: Ant Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Suppose you have a test jar which was built previously then another build needs to run some of those tests. You are able to use the junit 'test' subtask, but must explicitly list every test you want to run. You are also able to unzip the test jar and refer to the classes that way, though it would be better if we didn't have to unzip that jar every time. Batchtest does not allow a means of getting test names from the jar (fileset). Not sure if this should be a fileset subclass or something more junit specific. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
