On Wed, Aug 24, 2005 at 06:18:25PM +0200, Colin Chalmers wrote: > 1. By splitting the project up into a number of small sub-projects it's > going to make it more difficult for the developers to work on the code. > Currently everything is in one CVS project which can easily be checked > out using Eclipse. How do others deal with this? By working with > different sub-projects in IDE or checking out all into one self-made > project (within IDE)? > > 2. There are a few moans about tranferring builds to different > environments whereby other ip-addresses/logins are needed for databases > etc. Is it possible to configure property files for these environments > and have goals to build for each environment? Other ideas , solutions??
we handle this with checked in configuration templates, and use the ant:replace task to create a working config wiht a custom goal. All logins etc. go into build.properties. This works well, and an automatic setup for testing is also easy then. hth, lothar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
