enclojure icon indicating copy to clipboard operation
enclojure copied to clipboard

Problem in the classpath string

Open msasso opened this issue 15 years ago • 1 comments

I cannot load some classes in my project (.class files generated by ANTLR). I copied my full classpath below, as reported by the stand-alone REPL. There are obviously some problems with the way it was generated. I'm using:

  • Arch Linux
  • Netbeans v6.8
  • Clojure v1.1.0
  • Enclojure "2010-jan", downloaded from github

Feel free to ask for more info.

"/home/x/.netbeans/enclojure-prefs/ClojurePlatforms/clojure-1.1.0/clojure-contrib-1.1.0.jar:/usr/share/java/antlr3.jar:/home/x/.netbeans/enclojure-prefs/ClojurePlatforms/clojure-1.1.0/clojure-1.1.0.jar:/home/x/.netbeans/6.8/modules/ext/org.enclojure.repl-server.jar:clojure.lang.LazySeq@3081b84b:#{#<ClassPath /usr/share/clojure/clojure.jar:/usr/share/clojure/clojure-contrib.jar:/usr/share/java/antlr3.jar:/home/x/output/it/cute/build/classes:/usr/share/netbeans/java3/modules/ext/junit-3.8.2.jar:/usr/share/netbeans/platform11/modules/ext/junit-4.5.jar> #<ClassPath /home/x/output/it/cute/test> #<ClassPath /usr/share/clojure/clojure.jar:/usr/share/clojure/clojure-contrib.jar:/usr/share/java/antlr3.jar> #<ClassPath /home/x/output/it/cute/src>}"

msasso avatar Mar 02 '10 21:03 msasso

I tried with a clean configuration and I reinstalled the plugin. Signs of this bug can be still be seen in the classpath (but it doesn't have any ill effect):

"/home/x/.netbeans/enclojure-prefs/ClojurePlatforms/clojure-1.1.0/clojure-1.1.0.jar:/home/x/.netbeans/enclojure-prefs/ClojurePlatforms/clojure-1.1.0/clojure-contrib-1.1.0.jar:/home/x/.netbeans/6.8/modules/ext/org.enclojure.repl-server.jar:clojure.lang.LazySeq@b58a2adb:#{}"

msasso avatar Mar 02 '10 22:03 msasso