macressler / alfresco-bulk-filesystem-import

Automatically exported from code.google.com/p/alfresco-bulk-filesystem-import
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Problem with major version comparison #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 peter.mo...@alfresco.com on 30 Apr 2014 at 2:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6b0a371757af.

Original comment by pmo...@gmail.com on 8 May 2014 at 9:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 81b44fb7bdf0.

Original comment by pmo...@gmail.com on 8 May 2014 at 9:37

GoogleCodeExporter commented 9 years ago
Still getting minor versions not being imported with BFSIT 1.3.4 and Alfresco 
4.2.3.

Using SOLR

Expected?

Daniel.

Original comment by dfigu...@gmail.com on 4 Sep 2014 at 6:04

GoogleCodeExporter commented 9 years ago
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 peter.mo...@alfresco.com on 8 Sep 2014 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by pmo...@gmail.com on 8 Sep 2014 at 9:23