Re: Problem when use google closure library when use optimizations (simple/advanced)

2011-08-05 Thread Fogus
Thank you for sharing your eventual solution. For the future, the Google Closure library reference is at http://closure-library.googlecode.com/svn/docs/index.html -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to c

Re: Problem when use google closure library when use optimizations (simple/advanced)

2011-08-04 Thread sunng
I think I got the reason. I should use goog.net.xmlhttpfactory instead of goog.net as required namespace. On 8月4日, 下午9时41分, sunng wrote: > Hi all, > > I have a problem when compiling my code into optimized js: > Aug 04, 2011 9:34:10 PM > com.google.javascript.jscomp.LoggerErrorManager println > S

Problem when use google closure library when use optimizations (simple/advanced)

2011-08-04 Thread sunng
Hi all, I have a problem when compiling my code into optimized js: Aug 04, 2011 9:34:10 PM com.google.javascript.jscomp.LoggerErrorManager println SEVERE: /home/sun/projects/rageviewer/out/rageviewer/utils.js:3: ERROR - required "goog.net" namespace never provided goog.require('goog.net');