I have installed Netbeans 6.7 and Enclojure plugin.
I can make a project REPL and it woks OK.
When I try to evaluate an expression in my source file (clt-L) I get
an exception like this.

java.lang.NullPointerException
        at org.enclojure.ide.navigator.token_nav
$get_namespace_node__408.invoke(token_nav.clj:171)
        at org.enclojure.ide.nb.actions.action_handler
$load_file_action__1401.invoke(action_handler.clj:73)
        at clojure.lang.Var.invoke(Var.java:346)
        at org.enclojure.ide.nb.actions.LoadFile.performAction(LoadFile.java:
41)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run
(NodeAction.java:589)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction
(ActionsBridge.java:77)

Most other commands seem to fail similarly.

Anyone have ideas.

Thanks,
--BQ Hammond

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

Reply via email to