Message8869

Author cjsimpson
Recipients cjsimpson
Date 2014-07-09.23:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404946829.55.0.292053651617.issue2178@psf.upfronthosting.co.za>
In-reply-to
Content
The commons-compress jar was recently upgraded from version 1.8 to 1.8.1. There are two places in the build.xml that refer to that jar, and one of them was missed and still refers to the old version.

build.xml has:
line 579: <zipfileset src="extlibs/commons-compress-1.8.jar"/>

It should have:
line 579: <zipfileset src="extlibs/commons-compress-1.8.1.jar"/>
History
Date User Action Args
2014-07-09 23:00:29cjsimpsonsetrecipients: + cjsimpson
2014-07-09 23:00:29cjsimpsonsetmessageid: <1404946829.55.0.292053651617.issue2178@psf.upfronthosting.co.za>
2014-07-09 23:00:29cjsimpsonlinkissue2178 messages
2014-07-09 23:00:28cjsimpsoncreate