Created
December 12, 2008 11:58
-
-
Save samaaron/35091 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
[λ] git pull | |
Already up-to-date. | |
∴ /Users/sam/Development/ioke | |
[λ] git status | |
# On branch master | |
nothing to commit (working directory clean) | |
∴ /Users/sam/Development/ioke | |
[λ] ant clean | |
Buildfile: build.xml | |
clean: | |
[delete] Deleting directory /Users/sam/Development/ioke/build | |
[delete] Deleting directory /Users/sam/Development/ioke/src/generated/ioke/lang/parser | |
BUILD SUCCESSFUL | |
Total time: 0 seconds | |
∴ /Users/sam/Development/ioke | |
[λ] ant | |
Buildfile: build.xml | |
prepare: | |
[mkdir] Created dir: /Users/sam/Development/ioke/build | |
[mkdir] Created dir: /Users/sam/Development/ioke/build/coverage | |
[mkdir] Created dir: /Users/sam/Development/ioke/build/classes | |
[mkdir] Created dir: /Users/sam/Development/ioke/src/generated/ioke/lang/parser | |
generate.antlr: | |
[java] ANTLR Parser Generator Version 3.1.1 | |
generate: | |
generate_filters: | |
compile: | |
[javac] Compiling 105 source files to /Users/sam/Development/ioke/build/classes | |
[javac] Note: Some input files use unchecked or unsafe operations. | |
[javac] Note: Recompile with -Xlint:unchecked for details. | |
[copy] Copying 1 file to /Users/sam/Development/ioke/build/classes | |
[copy] Copying 15 files to /Users/sam/Development/ioke/build/classes | |
test: | |
[java] *** - couldn't load module 'test/fn_spec.ik' (Condition Error Load) | |
[java] | |
[java] | |
[java] *** - couldn't load module 'test/fn_spec.ik' (Condition Error Load) | |
[java] | |
[java] | |
BUILD FAILED | |
/Users/sam/Development/ioke/build.xml:67: Java returned: 1 | |
Total time: 12 seconds | |
∴ /Users/sam/Development/ioke | |
[λ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment