Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] M3 Build status

Here's a summary:

 EID : not ready to go, will not be in this build
 SCA:   getting some compilation errors:


     [java] Error: file
/home/data/users/ohurley/M3/buckminster/mybuild/working/build/workspace/plugins/org.eclipse.stp.sca.xmleditor/src/org/eclipse/stp/sca/xmleditor/preferences/ScaXmlPreferenceUtils.java,
line 25: Access restriction: The type Base64 is not accessible due to
restriction on required library
/opt/public/stp/apps/ibm-java2-sdk-5.0-6.0-linux-ppc/jre/lib/xml.jar

There's a xerces internal impl class being used in this file to get Base64
encoding, and the compiler is not liking it.

Note that the compiler being used is the IBM compiler - there's no SUN
compiler available, so using SUN internal classes is not an option either.

Any suggestions about how to work around this for M3?

 --oh


Back to the top