Open brunobowden opened 9 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
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 .
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