[Mono-bugs] [Bug 641895] Java callable classes in libraries cannot be resolved at runtime

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 25 10:52:32 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=641895#c2


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpryor at novell.com

--- Comment #2 from Jonathan Pryor <jpryor at novell.com> 2010-09-25 14:52:30 UTC ---
In theory, this is supported, but all of the assemblies that need to have
proxies generated need to appear on the monodroid command line:

    monodroid.exe ...  assembly1.dll assembly2.dll ...

However, I don't know if our MSBuild support has any support for actually doing
that. :-(

If you have some copious free time, you might try upping the MSBuild verbosity
level (so you can see what the monodroid.exe command line is), then manually
run monodroid with all of your assemblies specified to see if it actually
works.

This will let us know if tooling support is missing, or if monodroid itself
needs to support this as well.

-- 
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