Community
Participate
Working Groups
We need to produce signed and packed JARs.
Finally figured out why GEF was failing to sign (I was passing in dashBuild instead of dashBuild@build.eclipse.org -- which was overriding the default setting in the common.releng builder -- for the user@server where signing was being done). The following now works for producing signed & packed -- but untested! -- jars. cd /opt/public/cbi/build/org.eclipse.dash.common.releng_HEAD; cvs up -Pd; cd /opt/public/cbi/build/org.eclipse.gef.releng_HEAD/; cvs up -Pd; cd /opt/public/cbi/build/org.eclipse.dash.common.releng_HEAD/tools/scripts/; ./start.sh -projectid tools.gef -version 3.4.0 -projRelengRoot ':pserver:anonymous@dev.eclipse.org:/cvsroot/technology' -projRelengPath 'org.eclipse.dash/athena/org.eclipse.dash.commonbuilder/org.eclipse.gef.releng' -basebuilderBranch RC2_34 -javaHome /opt/public/common/ibm-java2-142 -URL http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-linux-gtk.tar.gz -antTarget runWithoutTest -buildType I 2>&1 | tee /tmp/buildlog_gef_`date +%H%M%S`.txt
For Hudson-based Athena builds, signing will happen automatically for all builds types except N, the default (Nightly). Set BUILDTYPE to I (integration), M (maintenance), S (stable) or R (release) and signing will be turned on automatically.