Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix part of the bug 188486: Classpath separator in BIRTScriptClassLoader

Title: [birt-dev]CheckIn: Fix part of the bug 188486: Classpath separator in BIRTScriptClassLoader

- Summary:
Fix part of the bug 188486: Classpath separator in BIRTScriptClassLoader

- Bugzilla Bug (s) Resolved:
None

- Description:
Fix part of the bug 188486: Classpath separator in BIRTScriptClassLoader

in the Unix/Linux Platform, the separator in the classpath should be ":", not be ":"
so, use System.getProperty ("path.separator") to replace the constant value of ";".

- Tests Description  :


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java"

- Files Added:
None

- Files Deleted
None

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


Back to the top