whippersnapper
6 Apr 2011, 7:33 AM
Hello, I am getting the following error when JSBuilder is attempting to compress my *.js files...
Exception in thread "main" java.lang.RuntimeException
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber(JavaScriptCompressor.java:299)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:336)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:533)
at com.extjs.JSBuilder2.compressOutputFiles(JSBuilder2.java:302)
at com.extjs.JSBuilder2.main(JSBuilder2.java:45)
It was working fine before. I recently was trying to get JSLint to be added to one of our SVN post commit hooks. It entailed mucking with Rhino and jslint.js files. Would that have affected JSBuilder?
Anyone out there experienced the same issue?
Exception in thread "main" java.lang.RuntimeException
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber(JavaScriptCompressor.java:299)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:336)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:533)
at com.extjs.JSBuilder2.compressOutputFiles(JSBuilder2.java:302)
at com.extjs.JSBuilder2.main(JSBuilder2.java:45)
It was working fine before. I recently was trying to get JSLint to be added to one of our SVN post commit hooks. It entailed mucking with Rhino and jslint.js files. Would that have affected JSBuilder?
Anyone out there experienced the same issue?