For making the release (step 9) , I am having trouble getting
cygnustools md5sum.exe to work. I am temporarily just editting
packaging.properties to get this to work as I thought it might be
related to a path problem. Anyway this is my problem.
If I specify the md5sum.exe executable, then I get through the md5 step
but (I think) because the output format is wrong the pgp phase hangs.
If I make a script to filter the output to be the same as md5 -q, I get
an IOException.
Any suggestions on how to get this all working on Windows.
Below is the information.
Thanks
Kathey
*script: /marsden/bin/md5.ksh*
c:/build/sdks/cygnustools/md5sum $1 | sed -e 's/ .*//'
*packaging.properties*
# properties needed for the build.xml in tools/release
#####
#
# important directories
release.dir=${basedir}/tools/release
# location of documentation
docs.out=/derby-docs-10.1/out
bin.html=${bin.dir}/docs/html
bin.pdf=${bin.dir}/docs/pdf
# sign executables
md5.exec=/marsden/bin/md5.ksh
md5.options=
pgp.exec=gpg
pgp.options=--detach-sign --armor
*ant release output*
... [snip all fine]
md5:
BUILD FAILED
D:\svn\opensource\10.1\tools\release\build.xml:145: Following error
occured while executing this line
D:\svn\opensource\10.1\tools\release\build.xml:188: Execute failed:
java.io.IOException: CreateProcess: \marsden\bin\md5.ksh
D:\svn\opensource\10.1/tools/release/db-derby-10.1.2.0-bin.zip error=193
*manual script output*
$ /marsden/bin/md5.ksh
'D:\svn\opensource\10.1/tools/release/db-derby-10.1.2.0-bin.zip'
\d466352991c907ac4c4adbb899ff2b89
*manual md5 output*
$ C:/build/SDKs/cygnustools/md5sum
'D:\svn\opensource\10.1/tools/release/db-derby-10.1.2.0-bin.zip'
\9933c016c92bd25e33941b51b3b60702
*D:\\svn\\opensource\\10.1/tools/release/db-derby-10.1.2.0-bin.zip