I'm pretty bad at this sort of thing, but it looks like the problem  
has to do with your version of Java not having a module required for  
Closure Compiler to work correctly:
> java.lang.NoSuchMethodError: method java.util.regex.Pattern.quote with
> signature (Ljava.lang.String;)Ljava.lang.String; was not found

I had some trouble getting things to work at first with closure  
compiler, too, but I found that the best place to look for help with  
that was in the Google Closure docs and forums.

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Dec 29, 2009, at 5:39 AM, alenoosh wrote:

> Hi
>
> I'm trying to install jquery in lenny , I have sun-java6-jre , sun-
> java6-bin and sun-java6-plugin and sun-java6-jdk installed , but when
> I run 'make' in shell to install jquery , I get an error , when it
> tries to build jquery.min.js. Here is the output of 'make' :
>
> ~/jquery$ make
> Grabbing external dependencies...
> Initialized empty Git repository in /home/alenoosh/jquery/test/
> qunit/.git/
> remote: Counting objects: 414, done.
> remote: Compressing objects: 100% (338/338), done.
> remote: Total 414 (delta 139), reused 223 (delta 75)
> Receiving objects: 100% (414/414), 82.46 KiB | 51 KiB/s, done.
> Resolving deltas: 100% (139/139), done.
> Initialized empty Git repository in /home/alenoosh/jquery/src/
> sizzle/.git/
> remote: Counting objects: 1040, done.
> remote: Compressing objects: 100% (1002/1002), done.
> remote: Total 1040 (delta 663), reused 57 (delta 10)
> Receiving objects: 100% (1040/1040), 458.58 KiB | 165 KiB/s, done.
> Resolving deltas: 100% (663/663), done.
> Building selector code from Sizzle
> Building ./dist/jquery.js
> Building ./dist/jquery.min.js
> java.lang.NoSuchMethodError: method java.util.regex.Pattern.quote with
> signature (Ljava.lang.String;)Ljava.lang.String; was not found.
>  at
> com.google.javascript.jscomp.RhinoErrorReporter.replacePlaceHolders
> (Unknown Source)
>  at com.google.javascript.jscomp.RhinoErrorReporter.<init>(Unknown
> Source)
>  at com.google.javascript.jscomp.RhinoErrorReporter.<init>(Unknown
> Source)
>  at com.google.javascript.jscomp.RhinoErrorReporter
> $OldRhinoErrorReporter.<init>(Unknown Source)
>  at com.google.javascript.jscomp.RhinoErrorReporter
> $OldRhinoErrorReporter.<init>(Unknown Source)
>  at com.google.javascript.jscomp.RhinoErrorReporter.forOldRhino
> (Unknown Source)
>  at com.google.javascript.jscomp.Compiler.<init>(Unknown Source)
>  at com.google.javascript.jscomp.Compiler.<init>(Unknown Source)
>  at com.google.javascript.jscomp.CompilerRunner.createCompiler
> (Unknown Source)
>  at com.google.javascript.jscomp.AbstractCompilerRunner.doRun
> (Unknown Source)
>  at com.google.javascript.jscomp.AbstractCompilerRunner.run(Unknown
> Source)
>  at com.google.javascript.jscomp.CompilerRunner.main(Unknown Source)
> make: *** [dist/jquery.min.js] Error 255
>
>
> What is the problem , what is missing ?
>
> Thanks in advance for your help.
>
> Alenoosh
>
> --
>
> 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 
> .
>
>

--

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.


Reply via email to