I pulled in the latest changes this morning from the jQuery GitHub repo, but when I tried to run "make" it threw a couple errors:
ERROR] 1:0:Compilation produced 2 syntax errors. org.mozilla.javascript.EvaluatorException: Compilation produced 2 syntax errors. at com.yahoo.platform.yui.compressor.YUICompressor $1.runtimeError(YUICompressor.java:135) at org.mozilla.javascript.Parser.parse(Parser.java:410) at org.mozilla.javascript.Parser.parse(Parser.java:355) at com .yahoo .platform .yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java: 312) at com .yahoo .platform .yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java: 533) at com .yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java: 112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun .reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 39) at sun .reflect .DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:592) at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:20) make: *** [dist/jquery.min.js] Error 2 In the dist folder, the jquery.min.js file is now empty and the jquery.js file is throwing an error. Any ideas? --Karl -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.