--On Wednesday, October 12, 2005 6:32 PM -1000 Aaron Kagawa
<[EMAIL PROTECTED]> wrote:
And maybe the GUI creation process won't be as painful when the new
build system is in.
Whoa, using even quickStart to do your kind of GUI UI debugging is way too
much overhead!
For this kind of iterative development, you should create an ant target (in
hackyInstaller/local.build.xml) that just recompiles the sources and then
invokes <java> with the appropriate classpath and main class to start with.
Two or three seconds max should be all you should need wait for the window.
As Aaron says, of course run the test suite before committing your changes,
but if you're just doing button placement there's no sense in redeploying
the server or anything.
Cheers,
Philip