PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3243 *** shadow/3243 Wed Aug 22 19:56:53 2001 --- shadow/3243.tmp.11638 Wed Aug 22 19:56:53 2001 *************** *** 0 **** --- 1,56 ---- + +============================================================================+ + | The <junitreport> task doesn't support the "styledir" attribute. | + +----------------------------------------------------------------------------+ + | Bug #: 3243 Product: Ant | + | Status: NEW Version: 1.4Beta2 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Just as the summary says: the <junitreport> task does not accept a styledir + attribute. It works without it though. + + I've put up a demo, which takes a "hello world" unit test, compiles it, runs it + with <junit>, and does a report with <junitreport>. It is downloadable from + here: + + http://newgate.socialchange.net.au/~jeff/apache/jakarta/jakarta-ant/ + + Here is what running it outputs: + + [EMAIL PROTECTED] junitreport_bug]$ ant + Buildfile: build.xml + + prepare: + [mkdir] Created dir: /home/jeff/tmp/ant/junitreport_bug/build + [mkdir] Created dir: /home/jeff/tmp/ant/junitreport_bug/build/classes + [mkdir] Created dir: /home/jeff/tmp/ant/junitreport_bug/build/test + [mkdir] Created dir: /home/jeff/tmp/ant/junitreport_bug/build/report + + compile: + [javac] Compiling 1 source file to + /home/jeff/tmp/ant/junitreport_bug/build/classes + + test: + [junit] Running TestTestCase + [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.121 sec + + report: + [echo] About to attempt <junitreport styledir='src/style'>.. + + BUILD FAILED + + The <junitreport> task doesn't support the "styledir" attribute. + + Total time: 2 seconds + + thanks, + + --Jeff
