Re: Dealing with build variables

2007-10-30 Thread Wendy Smoak
On 10/30/07, Eric D Nielsen <[EMAIL PROTECTED]> wrote: > I know its off-topic here, but it seems like an appropriate followup... Is > there a best practice for distributing setting.xml "templates" so that > developers know what settings they need to configure before trying to build? In a corpora

Re: Dealing with build variables

2007-10-30 Thread Eric D Nielsen
On 10/28/07, Wendy wrote: >On 10/28/07, Eric D Nielsen <[EMAIL PROTECTED]> wrote: > >> I have some integration tests that I want to run as part of the build >> verification process. These tests have to hit a database. I've been using >> Maven 2 based filtering to inject some properties into the a

Re: Dealing with build variables

2007-10-28 Thread Wendy Smoak
On 10/28/07, Eric D Nielsen <[EMAIL PROTECTED]> wrote: > I have some integration tests that I want to run as part of the build > verification process. These tests have to hit a database. I've been using > Maven 2 based filtering to inject some properties into the appropriate places. > But, of co

Dealing with build variables

2007-10-28 Thread Eric D Nielsen
I'm new to Continuum (and to setting up a CI server in general). I would have assume this was an FAQ type question, but I don't see in in either the FAQ or on searching the mailing list archives. I have some integration tests that I want to run as part of the build verification process. These te