|
From: Colin S. <col...@ex...> - 2003-10-09 17:53:58
|
I would like to change the Eclipse project's target output directories to match the ant build script (.classes and .testclasses). Right now all compiled classes output go to the default Eclipse value of /bin. I can't think of any good reason to leave it that way, but I thought I'd ask before making the change. Additionally, I think it would be more standard (closer to how the majority of ant projects do it (of course there are a lot of variations) and closer to how Maven does it), to put all artifacts produced by the build in directories starting under a common target dir, named something like 'target' or 'build'. I don't know how other people feel about this (at the end of the day it's a trivial item compared to the contents of the library itself), but I always like consistency, all things being equal... Regards, Colin |