Quantcast
Channel: YUILibrary.com :: Builder
Viewing all articles
Browse latest Browse all 25

Re: RuntimeException from YUICompressor with ant minify task

$
0
0
this problem is bothering me a few days ago. I resolved thanks to my friend luis sanchez impulseit.

The problem occurs because rt.jar has a different version of the class org.mozilla.javascript.Parse;

to solve the problem just type from ant project home,

export ANT_OPTS="-Xbootclasspath/p:./lib/yuicompressor-2.4.2.jar"

ant

enjoy!

Viewing all articles
Browse latest Browse all 25

Trending Articles