Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028375Openbravo ERPY. DBSourceManagerpublic2014-12-10 15:512014-12-22 10:55
shuehner 
shuehner 
urgentminorhave not tried
closedfixed 
5
 
3.0PR15Q1 
alostale
No
Core
No
0028375: Ensure dbsourcemanager.jar file is compiled with compatibility for java6 always even when running java7
As now more developers use java7 we need to ensure that the dbsm jar is not accidently compiled with java7 style class files (version 51)

Adding source + target = 1.6 to main build.xml file ensures that the class files are always produced with class file version 50 (matching java6)

Note when running with java7 the following new warning will be shown:
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6

Do indicate that the code could still be using java7 (not classfile features) accidently.

However that is less likely to happen accidently.

note: the matching eclipse project for dbsm does already have project specific compiler config specifying java1.6 as target jdk so no change is required.
-
No tags attached.
Issue History
2014-12-10 15:51shuehnerNew Issue
2014-12-10 15:51shuehnerAssigned To => marvintm
2014-12-10 15:51shuehnerOBNetwork customer => No
2014-12-10 15:51shuehnerModules => Core
2014-12-10 15:51shuehnerTriggers an Emergency Pack => No
2014-12-10 15:51shuehnerAssigned Tomarvintm => shuehner
2014-12-10 15:51shuehnerReview Assigned To => alostale
2014-12-10 15:52hgbotCheckin
2014-12-10 15:52hgbotNote Added: 0072405
2014-12-10 15:52hgbotStatusnew => resolved
2014-12-10 15:52hgbotResolutionopen => fixed
2014-12-10 15:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/dbsm-main/rev/5c4afe7d1d8b9a81df60b33baa7f3b09baf8178a [^]
2014-12-10 15:53shuehnerNote Added: 0072406
2014-12-22 10:55alostaleNote Added: 0072760
2014-12-22 10:55alostaleStatusresolved => closed
2014-12-22 10:55alostaleFixed in Version => 3.0PR15Q1

Notes
(0072405)
hgbot   
2014-12-10 15:52   
Repository: erp/devel/dbsm-main
Changeset: 5c4afe7d1d8b9a81df60b33baa7f3b09baf8178a
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Dec 10 15:52:27 2014 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/5c4afe7d1d8b9a81df60b33baa7f3b09baf8178a [^]

Fixed 28375: compile with source+target = 1.6 always
To ensure that produced class files will work with java6 even when
running java7 already in the built environment.

---
M build.xml
---
(0072406)
shuehner   
2014-12-10 15:53   
Note: No commit to pi of the jar required as only changing build-env inside dbsm-repo.
(0072760)
alostale   
2014-12-22 10:55   
Code reviewed

Tested: created dbsm jar with jdk 7, update database using that jar and jdk 6