[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:17:03 +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=fNkyErvQutSxar2LdtRLiQQWY8lU4qEjMXzeMdbXyD8=; b=L0yDzu/Z4gd0QONtEZY1EaVJwh2+5qJRH+LbScsD8AKvid6C+gRIpy7+bRt3QGvVv0 TqcNDBz7rcIE+Tti6iH3VZjmMOsii3Td+R18deUvR2LL3i1sd8MVQ8x0MYCuWVGxRj5M XuE0zkImYgZgJ3mccY/spqcGRHYkk0LsM3BD4=
- 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=irqbmLs5/0BjJjFXxPK5WFwdfw18r4SSll2jn5GeS/ke95L6JhH35mnpayn0BVki7T ItDqltqvxaREIGk3YyMVE4Pq0bG3rhGod5z78S1upRljvACLpesEKEhn3e5MpmRxPNAU o7hEUTiJ1r9ipGgK0fq42hQzMOSuk2YaDaM8E=
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