| Issue 123: | ANT runner ignores exclude attribute | |
| 1 person starred this issue and may be notified of changes. | Back to list |
run build.xml from the PluginDemoTests directory. note that it takes around 5 seconds total. the reason is that there's a component named FiveSecondTest, and it takes 5 seconds. i have it in the "excludes" attribute of the mxunit ant task, but it's being ignored.
Jul 8, 2008
Project Member
#1
marc.es...@gmail.com
Jul 8, 2008
got it ... may just be something in the runner and not the task. we'll see. either way should be quick.
Jul 8, 2008
Look, Mom! A real bug ... param not included in ant task. Small fix ...
Jul 8, 2008
Ok. Works now. Gotta write some better tests for the task. Maybe TestNG stuff?
Status:
Fixed
Jul 8, 2008
have at it! is the new jar file checked in and all that?
Jul 8, 2008
New jar is in the mxunit dist and ready to go. |