I've started a fresh workspace on an Ubuntu box and here's what I'm doing.
* check out top-level trunk
* ant populate-source
* ant -Dhy.cfg=debug build
* rm -rf working_classlib/deploy/*
* cp -r targert/hdk/* working_classlib/deploy/*
* cd working_classlib
* deploy/jdk/jre/bin/java -version
Prints version information - works just fine
* ant test
class library tests run as expected
* do some class library hacking
* ant build
* deploy/jdk/jre/bin/java -version
does nothing, just waits, no output
Shouldn't this work? How are other people doing class library development
and continuous rebuilds? I get the same results on Windows.
-Nathan