Open
Conversation
This is an exact copy of the .project file
Compilation was failing without this dependency required by JTransforms
Owner
|
Hi @lkorth , thanks for the pull request. I don't have this missing dependency though. Did you use a later version of JTransforms? I am using Version 3.0. |
Author
|
I built it with the dependencies committed in the repo and it appears that the JTransforms jar doesn't include transitive dependencies. I wonder if JLargeArrays is already on your classpath. upstream: ~/FoxTelem lkorth@master % git show --oneline
8c76f69c (HEAD -> master, origin/master, origin/HEAD) Merge pull request #762 from ac2cz/dependabot/maven/lib/mysql-connector-java-8.0.29/src/build/misc/com.google.protobuf-protobuf-java-3.19.6
~/FoxTelem lkorth@master % git grep DoubleLargeArray
~/FoxTelem lkorth@master % vs my fork: ~/dev/FoxTelem lkorth@master % git show --oneline
6e215720 (HEAD -> master, origin/master, origin/HEAD) Fix missing dependency
~/dev/FoxTelem lkorth@master % git grep DoubleLargeArray
Binary file lib/jlargearrays/JLargeArrays-1.5.jar matches |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was compiling and running this and ran into JTransforms missing its dependency on JLargeArrays. This PR adds the jar downloaded from maven. Please don't take my word for this binary and verify it yourself as well.
I was also using IntelliJ to run the project so I opted to update the
.gitignoreto support it's IDE metadata files.