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

commons-io:commons-io - J2ObjC continuous build #12

Open brunobowden opened 8 years ago

brunobowden commented 8 years ago

The Apache Commons IO library.

@krosenvold @jmaerki - FYI for you both. This is to support translation of your Java library to Objective-C such that it can be used on iOS. This bug is specifically for testing this as part of a continuous build using Google's J2ObjC conversion tool.

@advayDev1 FYI

advayDev1 commented 8 years ago

@brunobowden - I don't see any up to date version (2.3+) of this on maven central. The 1.3.2 version seems suspect, the POM for it has no copyright notices etc. like the other org.apache libraries...

http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22commons-io%22

brunobowden commented 8 years ago

You want "commons-io:commons-io" and not "org.apache.commons:commons-io".

Not sure why they changed the package name. Confirmation from here: http://stackoverflow.com/a/5592255/1509221

On Sat, Sep 26, 2015 at 4:10 PM Advay Mengle notifications@github.com wrote:

@brunobowden https://github.com/brunobowden - I don't see any up to date version (2.3+) of this on maven central. The 1.3.2 version seems suspect, the POM for it has no copyright notices etc. like the other org.apache libraries...

http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22commons-io%22

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