https://bugzilla.novell.com/show_bug.cgi?id=644784
https://bugzilla.novell.com/show_bug.cgi?id=644784#c3 --- Comment #3 from Jonathan Pobst <[email protected]> 2010-10-12 02:33:45 UTC --- Another option would be to match the elements in the xml to their .Net implementations, and mutate the name the same way we do to get the Java name. So we would test each element name as a .Net class name: <Test_CustomComponent.CustomComponent ... /> and if we find out that it's a .Net user class, we would "java-fy" it for them at compile time: <test_CustomComponent.CustomComponent ... /> Probably not a pretty option either.. -- 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
