Subject: InternalsVisibleTo - msg#00006
List: java.ikvm.devel
Does ikvmc have any option equivalent to the InternalsVisibleTo assembly attribute? I'm not finding anything like this so far, but want to ask in case I'm missing something.
I've got two .jars, one is production code, the other is unit test code. Some of the unit tests access protected members. I can't do this as-is with ikvmc, because .NET scoping rules are different, not allowing protected access between physical assemblies ... unless there's an explicit InternalsVisibleTo attribute declaring what other assemblies have access to guts.
So far, I've just been including the production .jar inside the test assembly - not a big deal - but I'm in the middle of a restructuring - I've actually got a unit test .jar and a separate integration test .jar now -- and trying to work out how to compile everything up is getting a little knotty.
--
Chris
http://clabs.org
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>
http://get.splunk.com/_______________________________________________
Ikvm-developers mailing list
Ikvm-developers@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ikvm-developers
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Accessing Oracle via JDBC under IKVM
Matthew Keene wrote:
> The actual problem
> is that it cannot retrieve the entry from a HashMap using the default
> locale:
Thanks for tracking this down!
It looks like a problem in GNU Classpath's Locale implementation
(http://www.nabble.com/RFC%3A-java.util.Locale-default-locale-strings-aren%27t-interned-tf4769288.html).
The IKVM 0.36 release candidate (based on OpenJDK) doesn't have this problem.
It is available here:
http://weblog.ikvm.net/PermaLink.aspx?guid=b71549b6-f309-4f3f-8348-2720a636f26f
Regards,
Jeroen
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Next Message by Date:
click to view message preview
Re: InternalsVisibleTo
Chris Morris wrote:
> Does ikvmc have any option equivalent to the InternalsVisibleTo
> assembly attribute?
Not yet. IKVM 0.36 still supports .NET 1.1, but I plan to drop .NET 1.1 support
in the next version and one of the things on my TODO list is support for this.
Regards,
Jeroen
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Previous Message by Thread:
click to view message preview
pets-eso
hello world ikvm-developers
give your cock the success it deserves and add a few
more inches
http://gpdady.com/
dion Favela
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________
Ikvm-developers mailing list
Ikvm-developers@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ikvm-developers
Next Message by Thread:
click to view message preview
Re: InternalsVisibleTo
Chris Morris wrote:
> Does ikvmc have any option equivalent to the InternalsVisibleTo
> assembly attribute?
Not yet. IKVM 0.36 still supports .NET 1.1, but I plan to drop .NET 1.1 support
in the next version and one of the things on my TODO list is support for this.
Regards,
Jeroen
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/