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

Build fixes for the imglib2 dependency #45

Merged
merged 4 commits into from Mar 23, 2012

Conversation

ctrueden
Copy link
Member

This branch hopefully fixes all the imglib2-related problems when building. It covers both the Ant- and Maven-based build systems.

It works by adding an imglib2.jar to the repository, which has been retrotranslated to work in Java 1.4+. This special version of imglib2 has also been deployed to our Maven repository as release version 20120321. Using this version also happens to avoid problems with the very latest imglib2 changing some API that resulted in additional build failures. In the future, we will need to bring the ome.scifio.img package into sync with these changes, but for now all should be well!

The T method parameter caused a compile error against the
retrotranslated imglib2. Using a RealType<?> avoids it.
This release is a specially crafted, retrotranslated version of the JAR
that should work with Java 1.5 (though Jenkins will tell us for sure).
melissalinkert added a commit that referenced this pull request Mar 23, 2012
Build fixes for the imglib2 dependency
@melissalinkert melissalinkert merged commit 6f4ff36 into ome:develop Mar 23, 2012
ctrueden added a commit to ctrueden/bioformats that referenced this pull request Apr 5, 2012
This reverts commit 6f4ff36, reversing
changes made to f4786f7.

Removal of the ImgLib2 I/O functionality is temporary until we sort out
a few issues. For more details, see:

  ome#49
melissalinkert pushed a commit to melissalinkert/bioformats that referenced this pull request Jan 11, 2018
Add MetaXpress support on mainline_5_1
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.

None yet

2 participants