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

joda-time & joda-convert - can't build due to missing Guava dependencies #40

Closed brunobowden closed 8 years ago

brunobowden commented 8 years ago

@advayDev1 - is it possible to build with the guava dependency? J2ObjC gradle builds include that automatically (many libs use that)... but j2objcTranslation does not?

advayDev1 commented 8 years ago

I need some more info. Logs, versions, etc.?

advayDev1 commented 8 years ago

Answered my own question: https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test/jobs/82873499

Yeah should be simple...

advayDev1 commented 8 years ago

Btw, this has nothing to do with j2objcTranslation. I hadn't included guava as a normal 'compile' dependency (for Java) for this Joda libraries, because their pom said the dependency was optional. Either way fixed now in PR #41