Created
December 7, 2010 16:52
-
-
Save edw/732045 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edw@li246-89:~/dev/cascalog$ lein repl | |
| Warning: problem requiring hooks: java.lang.IllegalAccessError: extract-javac-tasks is not public (javac.clj:1) | |
| ...continuing without hooks completely loaded. | |
| REPL started; server listening on localhost:18550. | |
| user=> (use 'cascalog.playground) (bootstrap) | |
| nil | |
| nil | |
| user=> (?<- (stdout) [?person] (age ?person 25)) | |
| java.lang.NoClassDefFoundError: cascalog/graph/proxy$java/lang/Object$EdgeFactory$4210cf45 (NO_SOURCE_FILE:0) | |
| user=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment