https://bugzilla.novell.com/show_bug.cgi?id=324011#c4
--- Comment #4 from Gert Driesen <[EMAIL PROTECTED]> 2007-09-23 14:33:06 MST --- Sorry for that, the managed attribute is an alias for useruntimeengine that I introduced in CVS. Just replace "managed" with "useruntimeengine", and do not specify any target on the command line. That will automatically run the tests using all available CLRs. If you want to explicitly target a give framework use the following syntax: nant -t:mono-1.0 mono-1.0 clean run (PS. I know this syntax sucks, but I don't have enough time to change all my local build scripts ...) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
