However, a recent refactoring broke exporting Bioclipse (which introduces a new plugin net.bioclipse.managers), It still runs fine from within Eclipse, but the exporting fails with this error:
This file contains 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
Problems during export | |
Bundle net.bioclipse.managers_0.0.0 failed to resolve.: | |
Package uses conflict: Require-Bundle: org.springframework.bundle.spring.core; bundle-version="2.5.1" | |
Package uses conflict: Require-Bundle: org.springframework.bundle.spring.core; bundle-version="2.5.1" | |
Bundle net.bioclipse.managers_0.0.0 failed to resolve.: | |
Package uses conflict: Require-Bundle: org.springframework.bundle.spring.core; bundle-version="2.5.1" | |
Package uses conflict: Require-Bundle: org.springframework.bundle.spring.core; bundle-version="2.5.1" | |
Last night, I tried many things, on top of what Jonathan has been trying for the last few days. Using git bisect I pinpointed the exact commit that caused it to fail (which is the earlier linked revision 10373), but could not find where we are actually referring to multiple Spring bundles. Our Spring bundles are in these jars and that has worked for a very long time.
I have no clue why it finds this conflict, and am clueless on how to further debug the issue. Any comment is most welcome! No matter how insignificant it may seem, I am sort of stuck and any tip will likely allow me to move forward. Thanx!