j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

j2objcTestDebug is stuck when prefixes specified #620

Open TarasOsiris opened 8 years ago

TarasOsiris commented 8 years ago

When executing shared:build command the build gets stuck on j2objcTestDebug command.

Successfully started process 'command '/Users/tarasleskiv/dev/repo/gs/native-sdks/sources/shared/build/j2objcTest/Debug/testJ2objc''
> Building 91% > :shared:j2objcTestDebug

Without prefixes it finishes successfully. My prefixes.properties file is

com.google.gson.* : GSON
im.getsocial.airx.* : RX
im.getsocial.airjawampa.* : JAWAMPA
im.getsocial.sdk.* : Shared

I believe something is wrong with prefixing either in j2objc-gradle

TarasOsiris commented 8 years ago

We added the prefixes.properties to tests resources and it works now, but it should fail and throw and error otherwise