Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
remove old ant files. update README to use sbt instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Jul 2, 2010
1 parent 03c0e82 commit 6baebef
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 555 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -73,14 +73,14 @@ Building it
-----------

Kestrel requires java 6 (for JMX support) and ant 1.7. If you see an error
about missing JMX classes, it usually means you're building with java 5. On a mac, you may have to hard-code an
annoying `JAVA_HOME` to use java 6:
about missing JMX classes, it usually means you're building with java 5. On a
mac, you may have to hard-code an annoying `JAVA_HOME` to use java 6:

$ export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home

Building from source is easy:

$ ant
$ sbt clean update package-dist

Scala libraries and dependencies will be downloaded from maven repositories
the first time you do a build. The finished distribution will be in `dist`.
Expand Down
71 changes: 0 additions & 71 deletions ant/bootstrap.xml

This file was deleted.

20 changes: 0 additions & 20 deletions ant/clean.xml

This file was deleted.

183 changes: 0 additions & 183 deletions ant/compile.xml

This file was deleted.

35 changes: 0 additions & 35 deletions ant/docs.xml

This file was deleted.

0 comments on commit 6baebef

Please sign in to comment.