Skip to content

Instantly share code, notes, and snippets.

@innovationfactory
Created March 21, 2009 14:07
Show Gist options
  • Save innovationfactory/82853 to your computer and use it in GitHub Desktop.
Save innovationfactory/82853 to your computer and use it in GitHub Desktop.
λ 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