Created
March 21, 2009 14:07
-
-
Save innovationfactory/82853 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
λ ant clean | |
Buildfile: build.xml | |
clean: | |
[delete] Deleting directory /Users/sam/Development/ikanserve/build | |
[delete] Deleting: /Users/sam/Development/ikanserve/lib/ikanserve.jar | |
BUILD SUCCESSFUL | |
Total time: 0 seconds | |
∴ /Users/sam/Development/ikanserve | |
λ ant | |
Buildfile: build.xml | |
prepare: | |
[mkdir] Created dir: /Users/sam/Development/ikanserve/build | |
[mkdir] Created dir: /Users/sam/Development/ikanserve/build/classes | |
compile: | |
[javac] Compiling 7 source files to /Users/sam/Development/ikanserve/build/classes | |
[copy] Copying 4 files to /Users/sam/Development/ikanserve/build/classes | |
jar: | |
[jar] Building jar: /Users/sam/Development/ikanserve/lib/ikanserve.jar | |
BUILD SUCCESSFUL | |
Total time: 0 seconds | |
∴ /Users/sam/Development/ikanserve | |
λ ant example-app | |
Buildfile: build.xml | |
prepare: | |
compile: | |
jar: | |
example-app: | |
[war] Building war: /Users/sam/Development/ikanserve/jetty/webapps/root.war | |
BUILD FAILED | |
/Users/sam/Development/ikanserve/build.xml:47: Problem creating war: /Users/sam/Development/ikanserve/jetty/webapps/root.war (No such file or directory) (and the archive is probably corrupt but I could not delete it) | |
Total time: 0 seconds | |
∴ /Users/sam/Development/ikanserve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment