sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

Unable to run YUI Compressor from Ant under Windows #39

Closed backplane-import closed 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 39.

Reporter markbirbeck
Date 31 Jan 2010 11:57:48 PM UTC

The YUI Compressor is used to minify the concatenated script and CSS files, during the compile phase. It doesn't work on Windows.


Owner set to markbirbeck

Component: Scripts Priority: Medium Type: Defect

backplane-import commented 13 years ago

Comment by markbirbeck on 31 Jan 2010 11:58:15 PM UTC

The problem is almost certainly to do with the spaces in the paths to the files.

backplane-import commented 13 years ago

Comment by markbirbeck on 31 Jan 2010 11:58:47 PM UTC

I should clarify comment 1...paths to the files being processed, not any of the components of the YUI Compressor.

backplane-import commented 13 years ago

Comment by markbirbeck on 1 Feb 2010 12:39:55 AM UTC

Looks like the path issue is only a problem if using:

for parameters to a command. If instead:

is used, then everything seems to be ok. However, each value entry must only contain one item. So this:

must map to this:

backplane-import commented 13 years ago

Comment by markbirbeck on 1 Feb 2010 12:42:13 AM UTC

This issue was closed by revision 2abecbd187a2982e5067a7282d0208c5c465e3c0 (originally 05a68ccc63).


Updates

Ticket status set to Fixed

backplane-import commented 13 years ago

Update by markbirbeck on 28 Feb 2010 10:37:01 AM UTC

Component: Scripts → Tools