Re: [mono-android] report generation

2012-12-12 Thread Jeremy A. Kolb - ARA/NED
Sent: Wednesday, December 12, 2012 2:54 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] report generation Jeremy A. Kolb - ARA/NED wrote: > Do you mean invoke the Java library through JNI? That sounds pretty daunting. Yes :/ I also don't want to do that... &g

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
ions related to Mono for Android Subject: Re: [mono-android] report generation Hello, I had a look at DroidText (as I whated to know what blocked you), and found that there are many dependencies on Java collection types that we don't support, as well as many packages we don't support bi

Re: [mono-android] report generation

2012-12-12 Thread Jeremy A. Kolb - ARA/NED
-boun...@lists.ximian.com] On Behalf Of Atsushi Eno Sent: Wednesday, December 12, 2012 5:00 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] report generation Hello, I had a look at DroidText (as I whated to know what blocked you), and found that there are many dependencies on Java colle

Re: [mono-android] report generation

2012-12-12 Thread Jeremy A. Kolb - ARA/NED
droid-boun...@lists.ximian.com] On Behalf Of Atsushi Eno Sent: Wednesday, December 12, 2012 5:18 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] report generation For reference, I managed to build a binding (not sure if it works, writing samples need another amount of time...) with thi

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
For reference, I managed to build a binding (not sure if it works, writing samples need another amount of time...) with this metadata fixup. https://gist.github.com/4266626 Atsushi Eno Atsushi Eno wrote: Hello, I had a look at DroidText (as I whated to know what blocked you), and found that

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
Hello, I had a look at DroidText (as I whated to know what blocked you), and found that there are many dependencies on Java collection types that we don't support, as well as many packages we don't support bindings such as w3c dom. I have to say, we have no plan to add those types in our Mono

[mono-android] report generation

2012-12-11 Thread Jeremy A. Kolb - ARA/NED
Does anyone know of any report generation libraries we can use with Monodroid? Preferably LGPL/BSD/MIT? DroidText is the only one I found but it doesn't work with Mono For Android yet. Everything else out there (that's c# at least) depends on System.Drawing which we can't use. Jeremy ___