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
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
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');