Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031671Openbravo ERPY. DBSourceManagerpublic2015-12-09 12:372015-12-11 09:45
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
3.0PR16Q1 
alostale
Core
No
0031671: The dbsourcemanager classpath references the old version commons-io
In this issue [1] the commons-io library was upgrade from 2.0.1 to 2.4. Dbsourcemanager uses this library, and is still referencing the old version in the src-test/.classpath file

[1] https://issues.openbravo.com/view.php?id=31432 [^]
Import the DBSourceManagerModularity and DBSMTest projects in eclipse. There will be a build path problem because of the missing commons-io-2.0.1.jar.
Update the .classpath file
No tags attached.
related to feature request 0031432 closed AugustoMauch Update version of commons-io library from 2.0.1 to 2.4 
Issue History
2015-12-09 12:37AugustoMauchNew Issue
2015-12-09 12:37AugustoMauchAssigned To => platform
2015-12-09 12:37AugustoMauchModules => Core
2015-12-09 12:37AugustoMauchTriggers an Emergency Pack => No
2015-12-09 12:38AugustoMauchRelationship addedrelated to 0031432
2015-12-09 12:40AugustoMauchReview Assigned To => alostale
2015-12-09 12:47hgbotCheckin
2015-12-09 12:47hgbotNote Added: 0082617
2015-12-09 12:47hgbotStatusnew => resolved
2015-12-09 12:47hgbotResolutionopen => fixed
2015-12-09 12:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/dbsm-main/rev/f8106033817e99f604fed308eb20ba383704dfe7 [^]
2015-12-09 12:47AugustoMauchStatusresolved => new
2015-12-09 12:47AugustoMauchResolutionfixed => open
2015-12-09 12:47AugustoMauchFixed in SCM revisionhttp://code.openbravo.com/erp/devel/dbsm-main/rev/f8106033817e99f604fed308eb20ba383704dfe7 [^] =>
2015-12-09 12:47AugustoMauchSummaryThe dbsourcemanager classpath reference the old version commons-io => The dbsourcemanager classpath references the old version commons-io
2015-12-09 12:48AugustoMauchStatusnew => scheduled
2015-12-09 12:48AugustoMauchStatusscheduled => resolved
2015-12-09 12:48AugustoMauchFixed in Version => 3.0PR16Q1
2015-12-09 12:48AugustoMauchFixed in SCM revision => https://code.openbravo.com/erp/devel/dbsm-main/rev/f8106033817e [^]
2015-12-09 12:48AugustoMauchResolutionopen => fixed
2015-12-11 09:45alostaleStatusresolved => closed
2015-12-11 09:45alostaleAssigned Toplatform => AugustoMauch

Notes
(0082617)
hgbot   
2015-12-09 12:47   
Repository: erp/devel/dbsm-main
Changeset: f8106033817e99f604fed308eb20ba383704dfe7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Dec 09 12:44:15 2015 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/f8106033817e99f604fed308eb20ba383704dfe7 [^]

Fixes issue 31671: Upgrades version of commons-io library in the classpath

The classpath has been updated to take into account that the commons-io library has been upgraded to the 2.4 version.

There is no need to recreate the dbsourcemanager.jar.

---
M src-test/.classpath
---