Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Commons: collections4 and math3 #29

Closed
wants to merge 2 commits into from

Conversation

advayDev1
Copy link
Contributor

Fixes #11

@brunobowden
Copy link
Contributor

LGTM - this is the ideal example where there is minimal code for adding a new library. Commenting on PR so comment isn't lost.

@brunobowden
Copy link
Contributor

Rebase this and I'll take another look.

@brunobowden
Copy link
Contributor

@advayDev1 - we should get this rebased and merged

Fixes j2objc-contrib#11

Adds apache-commons-math3

(Allowed failure)
@advayDev1
Copy link
Contributor Author

Well it translates and compiles.
Linkage fails with a very mysterious error. Running it locally (same failure) shows that the error output has nothing but this:

 Static library archiver failed while archiving liborg.apache.commons-commons-math3-j2objc.a.

nothing else in any logs. and the options.txt is not filled in by the time that fails, so nothing for me to reproduce.

Gradle source suggests this happens when you try to link an argument that is not a file https://github.com/gradle/gradle/blob/master/subprojects/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeBinariesIntegrationTest.groovy#L328

stumped - i'll have to tackle this later.

@iducool
Copy link

iducool commented Jun 19, 2019

@advayDev1 I am running into the same error. Did you found any workaround?

@advayDev1
Copy link
Contributor Author

Hi @iducool I don't work on this plugin anymore. I would reach out to [email protected] - but be forewarned this plugin is not officially supported by the Google team working on j2objc, and at this point is not maintained by anyone.

@advayDev1 advayDev1 closed this Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

org.apache.commons:commons-collections4 - J2ObjC continuous build
3 participants