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 <classicn...@gmail.com> 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
> SEVERE: /home/sun/projects/rageviewer/out/rageviewer/utils.js:3: ERROR
> - required "goog.net" namespace never provided
> goog.require('goog.net');
>             ^
>
> Aug 04, 2011 9:34:10 PM
> com.google.javascript.jscomp.LoggerErrorManager printSummary
> WARNING: 1 error(s), 0 warning(s)
> ERROR: JSC_MISSING_PROVIDE_ERROR. required "goog.net" namespace never
> provided at /home/sun/projects/rageviewer/out/rageviewer/utils.js line
> 3 : 12
> nil
>
> I don't think it's a bug because I can compile the twitterbuzz sample
> shipped with clojurescript. So I just want to know what I am doing
> wrong for this ? Do you have any ideas about this ?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to