Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-25 Thread Stuart Lodge
My problem for this has been solved now! Thanks for the help on bugzilla - and the improved output on 4.2.2 My problem was down to an old dll still being referenced. The new debug info helped me identify that. Stuart On 21 May 2012 22:39, Jonathan Pryor wrote: > On May 17, 2012, at 4:58 PM

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-21 Thread Jonathan Pryor
On May 17, 2012, at 4:58 PM, kuma wrote: > can you help me? what is Java.Lang.Object? Java.Lang.Object is the C# binding for Java's java.lang.Object type, and is the base class for all bound types. It is also the type you should inherit from whenever implementing Android interfaces and the And

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-20 Thread kuma
Today I try to make a test case but unsuccessfully. can you help me? what is Java.Lang.Object? thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-The-GenerateJavaStubs-task-failed-unexpectedly-tp5709803p5709876.html Sent from the Mono for Android mailing

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-17 Thread Stuart Lodge
I've tried to solve it but not got far... so I've logged my build problem as an issue. The solution this is occurring in is "fairly large" and includes PLPs, WP7, MonoDroid, MonoTouch and WinRT projects - so it might be easier if you can lead me towards more diagnostic information rather than tryi

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-17 Thread Jonathan Pryor
On May 17, 2012, at 4:24 AM, kuma wrote: > I have a different message: > > Error 22 The "GenerateJavaStubs" task failed unexpectedly. > System.ArgumentException: *An item with the same key has already been added.* > at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) >

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-17 Thread kuma
Hi Jon, I have a different message: Error 22 The "GenerateJavaStubs" task failed unexpectedly. System.ArgumentException: *An item with the same key has already been added.* at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictiona

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-16 Thread Stuart Lodge
Thanks Jon My build for repro-ing this is a little complicated - it involves unsupported PCLs... but it was building on the previous alpha. Hopefully Kuma's repro is more straight-forward Stuart On 16 May 2012 16:18, Jonathan Pryor wrote: > On May 16, 2012, at 8:16 AM, Stuart Lodge wrote: >

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-16 Thread Jonathan Pryor
On May 16, 2012, at 8:16 AM, Stuart Lodge wrote: > I'm tracking down a few problems at present on building old projects now I've > moved up to 4.2 > > This project seems to build but then fails at the java stubs generation with > a stack trace as below. > > Any idea how I can work out what I ne

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-16 Thread kuma
I have some problem! :( -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-The-GenerateJavaStubs-task-failed-unexpectedly-tp5709803p5709805.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monod

[mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-16 Thread Stuart Lodge
I'm tracking down a few problems at present on building old projects now I've moved up to 4.2 This project seems to build but then fails at the java stubs generation with a stack trace as below. Any idea how I can work out what I need to fix here? Thanks Stuart P.S. 80% of projects are buildin