gaurav-spacreo / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

YUI jar doesn't need to be executable #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify commit/version: 2.1.5
PHP version: 5.3.2

What steps will reproduce the problem?
1. Make the yui.jar non executable
2. Set minify to use the yui compressor

Expected output:
It should work as the jar doesn't need to be executable.

Actual output:
YUI minifier fails saying the jar needs to be executable.

Notes:
The java.exe will run the jar file regardless of whether it's executable.  This 
is an unnecessary check.

Original issue reported on code.google.com by br...@theclays.us on 6 Apr 2012 at 3:00

GoogleCodeExporter commented 9 years ago
this is fixed in git:
https://github.com/mrclay/minify/commit/dfdcdf874a489dbc4da4ce54aecabc88db1bbfab

Original comment by elan.ruu...@gmail.com on 5 Jun 2012 at 10:04

GoogleCodeExporter commented 9 years ago
Elan, thanks for the reminder.

Original comment by mrclay....@gmail.com on 6 Jun 2012 at 8:39