Author: adrianocrestani Date: Mon May 12 15:11:28 2008 New Revision: 655668
URL: http://svn.apache.org/viewvc?rev=655668&view=rev Log: improvement described on TUSCANY-2314 Modified: incubator/tuscany/cpp/sdo/README_ANT_INSTALL incubator/tuscany/cpp/sdo/antscripts/system.xml Modified: incubator/tuscany/cpp/sdo/README_ANT_INSTALL URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/README_ANT_INSTALL?rev=655668&r1=655667&r2=655668&view=diff ============================================================================== --- incubator/tuscany/cpp/sdo/README_ANT_INSTALL (original) +++ incubator/tuscany/cpp/sdo/README_ANT_INSTALL Mon May 12 15:11:28 2008 @@ -195,12 +195,20 @@ platform.tuscanySDO.release.file.name NO "tuscany_das_native-1.0-incubator-M4-" The beginning of src and bin packed distribution file name, default="tuscany_cpp_das". TUSCANY_DASCPP_RELEASE_NAME env var may be used as an alternative -Also is required the bcpg-jdk<latest_version>-<latest_version>.jar and jce-jdk<latest_version>-<latest_version>.jar files defines on classpath. +Also is required the bcpg-jdk<latest_version>-<latest_version>.jar and +jce-jdk<latest_version>-<latest_version>.jar files defines on classpath. Both can be found at http://www.bouncycastle.org/latest_releases.html -Use the "distribution" target to generate the src and bin distribution file structure under platform.tuscanySDO.distribution.dir folder. -Then use the "pack.distribution" target to pack the bin and src distribution folders as .zip and .tar.gz and generate their .asc and .md5 files. -A password must be set on the command line when using pack.distribution target, this password is used to sign the packed distribution files with the secret key defined on platform.secret.key.path +Use the "distribution" target to generate the src and bin distribution +file structure under platform.tuscanySDO.distribution.dir folder. Then +use the "pack.distribution" target to pack the bin and src distribution +folders as .zip and .tar.gz and generate their .asc and .md5 files. A +password must be set on the command line when using pack.distribution +target, this password is used to sign the packed distribution files with +the secret key defined on platform.secret.key.path + +Make sure an 1.6 JRE version is set in your JAVA_HOME when signing the +distribution. Usage: ant distribution Modified: incubator/tuscany/cpp/sdo/antscripts/system.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/antscripts/system.xml?rev=655668&r1=655667&r2=655668&view=diff ============================================================================== --- incubator/tuscany/cpp/sdo/antscripts/system.xml (original) +++ incubator/tuscany/cpp/sdo/antscripts/system.xml Mon May 12 15:11:28 2008 @@ -26,7 +26,8 @@ <taskdef resource="net/sf/antcontrib/antlib.xml"/> <taskdef resource="cpptasks.tasks"/> <typedef resource="cpptasks.types"/> - <typedef name="signer" classname="org.apache.commons.openpgp.ant.OpenPgpSignerTask" classpath="${basedir}/antscripts/OpenPGP.jar"/> + + <typedef onerror="ignore" name="signer" classname="org.apache.commons.openpgp.ant.OpenPgpSignerTask" classpath="${basedir}/antscripts/OpenPGP.jar"/> <!-- Configure the tuscanySDO.root.dir
