I found more info: THIS CANNOT, EVER, have worked since after yuicompressor version "ant-yuicompressor-2.4.5pre2.jar" was being used.
Why? The task defined in builder/componentbuild/shared/macrolib.xml
<taskdef name="yuicompressor"
classname="com.yahoo.platform.yui.compressor.CompressorTask"
classpath="${yuicompressor.jar}"/>
calls for Class "CompressorTask" - which is ONLY present in the above .jar file (in builder/componentbuild/lib/yuicompressor), and NOWHERE ELSE.
WTF?
PS: I filed this ticket http://yuilibrary.com/projects/builder/ ... properties
Why? The task defined in builder/componentbuild/shared/macrolib.xml
<taskdef name="yuicompressor"
classname="com.yahoo.platform.yui.compressor.CompressorTask"
classpath="${yuicompressor.jar}"/>
calls for Class "CompressorTask" - which is ONLY present in the above .jar file (in builder/componentbuild/lib/yuicompressor), and NOWHERE ELSE.
WTF?
PS: I filed this ticket http://yuilibrary.com/projects/builder/ ... properties