Ámon Tamás schrieb:
> Hello,
>
> Maybe off, sorry.
>
> I made a little script, and I like to pack it. I try to use the js.jar 
> what is in the svn version of jquery. I try with the next command:
>
> java -jar ./build/js.jar ./build/build/pack.js szamolo.js  ./szamolo.pack.js
>
> But, when I like to use the szamolo.pack.js instead of szamolo.js I get 
> the following error:
>
> missing ; before statement
>
> Before packing, I put semicolon after every line.
>
> How can I pack my script?
>   
There was a bug in the build files in svn. Make sure to get the latest 
version so you don't have that.

Otherwise: Check your code again. There problem maybe not as obivous. 
Look for something like this:
var bla = function() {
    // stuff
} <- missing semicolon
// other stuff

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to