BUG on windows
You need to be logged in to post messages in the forums. New users may register here.
|
Björn Dieding@xrow.de
Member since: 07 March 2003
Posts: 47
|
Friday 30 April 2010 8:05:50 am
md5sum only exists on linux...
before
<!-- Creates the checksum list -->
<apply executable="md5sum" failonerror="true" dir="${build.dir}/${extension.name}">
after
<!-- Creates the checksum list -->
<apply os="unix" executable="md5sum" failonerror="true" dir="${build.dir}/${extension.name}">
|
|
|
Gaetano Giunta
Member since: 01 May 2012
Posts: 265
|
Friday 30 April 2010 10:49:23 am
Principal Consultant International Business
Member of the Community Project Board
|
|
You need to be logged in to post messages in the forums. New users may register here.