| Page 1 of 1 | [ 9 posts ] |
|
My environment is set up as it should I'd say, the ant output below shows the relevant settings. I could try to fiddle with the build files, but shouldn't this work out of fthe box? I'm using the current yui3 and builder master from github.
Output from "ant all": http://pastie.org/3419015 Unrelated images to fulfill the 20% fun quota per question: - http://www.worldofstock.com/slides/MES4551.jpg - http://www.liv.ac.uk/~sdb/Safari-2007/I ... ckling.jpg |
|
On another system it runs until I get another Java exception:
http://pastie.org/3431585 builder\componentbuild\shared\macrolib.xml:92: java.lang.IncompatibleClassChangeError: Class com.yahoo.platform.yui.compressor.JavaScriptCompress r does not implement the requested interface com.yahoo.platform.yui.compressor.ConfigurableCompressor) |
|
Ping...
I do exactly what "YUI3 nighlties" does (see https://github.com/rockstar/yui3-nightl ... nightly.sh), so why doesn't it work? Anyone? |
|
I can't say about the second error, however the first one should be because you are running ant from the wrong directory. You should be inside ../src
while you are in: Quote: /var/www/yui/yui3/src/file if you check the example you bring, you see it does: Code: cd yui3/src ant all -Dlint.skip=true /paolo |
|
I'm in the right directory. I may have been in a component's directory when I copied the error msg, but even so - building them individually should work too anyway.
|
|
... (ping)...
|
|
Which Java version that using?
|
|
1.6.0_31 - which is the Java 6 you get from java.com today. The various paths (PATH, JDK_HOME, JAVA_HOME) point there too.
|
|
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 |
| Page 1 of 1 | [ 9 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group