[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-dev] M3 build status...
|
- From: "Oisin Hurley" <oisin.hurley@xxxxxxxxx>
- Date: Fri, 14 Nov 2008 01:28:15 +0000
- Delivered-to: stp-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=OfHvKjTnGc/96DV1pzZIZV86rD1Zo2a83InOUDucMj0=; b=ZJlMPLp4dkIftnnt+7pb4nnaIi3WSxbNL0MDV4gq6SeqaBzLR/WZzoJH5iw/ubzXe5 MPhDDkFoPwNfzSwDR0fuYNy5JiHaj8m7hLK5GZ5Z9SwiBbZB9l7L0BEHuQZ34Z421h7X qBV/3thcirqLUVd70NbmBoTZXPHzimRSAyUvM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PXAzfbJoxJO996DJn/bvUnDSMalU8PobfiQN3VdHjy8KAmiPc1XK3FV4nZDmzOOOh4 8FDTKmrMjiOWAYVAjWdm0Szg+2eMJvS4Usf5L18Wfj7qtS0I7FuRqkdHKZn88g3tcg82 cxJL5ED2FRlyC/4d4uXkOa0N7mBQ/+QkuldA8=
I sent a message about this earlier, but I didn't see it turn up :(
EID is on hold for this milestone, as it has 'issues'
SCA has a compilation problem with the build system's IBM compiler
[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 an internal impl class from xerces being used that is causing
the issue. Its for simple base64 encoding.
There are some base64 encoding capabilities in OSGi internal
packages that are accessible. Also, there's org.apache.codec,
which is in the Orbit bundles. Perhaps that could offer an alternative
for the moment?
Any suggestions how to work around this?
--oh