Right now it seems like I have to run `ant package` and then copy the nutch-0.8.jar file out of the build dir and into the nutch dir. But that takes a really long time! I'd like to just be able to run `ant compile-core` and then run bin/nutch...How should I be doing this?
first: "ant" (to compile and to create nutch-x.x.x.job) then: "bin/nutch ..." -- Sami Siren
