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

Problem with major version comparison #147

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 5 comments
Open

Problem with major version comparison #147

GoogleCodeExporter opened this issue Apr 11, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

1. getVersionLabel(versionFile) != versionEntry.getVersionLabel()
getVersionLabel, if it's .v2 will return 2.
versionEntry.getVersionLabel returns major + . + minor.

The fix is to check getVersionLabel to see if it was version + minor, if not 
then add .0.  Should only be a problem with major version files.

Original issue reported on code.google.com by [email protected] on 30 Apr 2014 at 2:06

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 6b0a371757af.

Original comment by [email protected] on 8 May 2014 at 9:37

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 81b44fb7bdf0.

Original comment by [email protected] on 8 May 2014 at 9:37

@GoogleCodeExporter
Copy link
Author

Still getting minor versions not being imported with BFSIT 1.3.4 and Alfresco 
4.2.3.

Using SOLR

Expected?

Daniel.

Original comment by [email protected] on 4 Sep 2014 at 6:04

@GoogleCodeExporter
Copy link
Author

No not expected, and this did work on 4.2.1.  Once I have a chance to install 
4.2.3 I'll retest on the newer version.

Original comment by [email protected] on 8 Sep 2014 at 9:22

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 8 Sep 2014 at 9:23

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant