Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: In order to fix bug 196904:(partly) Engine plugins should specify javaSource and javaTarget of 1.4 in its build.properties file to support headless build

Title: [birt-dev]CheckIn: In order to fix bug 196904:(partly) Engine plugins should specify javaSource and javaTarget of 1.4 in its build.properties file to support headless build

- Summary:
fix bug 196904:(partly) Engine plugins should specify javaSource and javaTarget of 1.4 in its build.properties file to support headless build


- Bugzilla Bug (s) Resolved:
196904:(partly)

- Description:
As engine classes contain assert statements, the default javaSource and

javaTarget settings for headless build (1.2 and 1.3 respectively) are not
sufficient for the following engine plugins:

./org.eclipse.birt.core
./org.eclipse.birt.core.ui
./org.eclipse.birt.report.engine
./org.eclipse.birt.report.engine.emitter.html
./org.eclipse.birt.report.engine.emitter.wpml
./org.eclipse.birt.report.engine.emitter.postscript

To avoid exporting failure in Eclipse platform,
javacSource=1.4 and javacTarget=1.4 settings need to be added to
build.properties of above plugins.

- Tests Description  :
Unit Test Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core.ui/build.properties"
"/org.eclipse.birt.report.engine.emitter.wpml/build.properties"
"/org.eclipse.birt.report.engine.emitter.postscript/build.properties"
"/org.eclipse.birt.report.engine.emitter.html/build.properties"
"/org.eclipse.birt.core/build.properties"
"/org.eclipse.birt.report.engine/build.properties"

- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd
 


Back to the top