[Mono-bugs] [Bug 644784] Custom components must use Java names in resource layout files

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 11 22:33:46 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=644784

https://bugzilla.novell.com/show_bug.cgi?id=644784#c3


--- Comment #3 from Jonathan Pobst <jpobst at novell.com> 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.


More information about the mono-bugs mailing list