j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

com.google.guava:guava - J2ObjC continuous build #20

Open advayDev1 opened 8 years ago

advayDev1 commented 8 years ago

https://github.com/j2objc-contrib/j2objc-gradle/blob/master/systemTests/externalLibrary1/third_party_guava/build.gradle

Should convert the system tests in j2objc-gradle to an independent continuous build here.

brunobowden commented 8 years ago

Agreed.

On Fri, Sep 25, 2015, 5:22 PM Advay Mengle notifications@github.com wrote:

https://github.com/j2objc-contrib/j2objc-gradle/blob/master/systemTests/externalLibrary1/third_party_guava/build.gradle

Should convert the system tests in j2objc-gradle to an independent continuous build here.

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/20.

brunobowden commented 8 years ago

@kstanger, @tomball - FYI on the continuous build for Guava. Currently this is only testing the release version of the Guava library against development versions of the plugin but we hope to get more clever over time.

advayDev1 commented 8 years ago

This is in a holding pattern until 19.0 is released and we fix https://github.com/j2objc-contrib/j2objc-gradle/issues/466 (Guava 19 requires j2objc 0.9.8.2)