Path

ez projects / ezextensionbuilder / forum / general / bug on windows


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}">


Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Up

Gaetano Giunta

Member since:
01 May 2012

Posts: 265

Friday 30 April 2010 10:49:23 am

Not good idea!

Look here rather: http://svn.projects.ez.no/ezexten...s/gg_170210_ezoracle_needs/build.xml

1. install a viable md5 cli tool on winblow
2. make it work regardless of 8 vs / changes

Principal Consultant International Business
Member of the Community Project Board

Up

You need to be logged in to post messages in the forums. New users may register here.