RE: Building Dependencies in 1.1.alpha.1

2007-05-21 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you, I will download this version of Continuum and configure the build. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 8:08 PM To: continuum-users@maven.apache.org Subject: Re: Building Dependencies in 1.1.alpha.1 Yes. On 22/05/07, Morg

Re: Building Dependencies in 1.1.alpha.1

2007-05-21 Thread Brett Porter
Yes. On 22/05/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: Based on what I have read, Continuum will build a project if its dependencies have changed. Also, Continuum will follow the Maven build hiearachy when building all projects using the "Build All" function. Are bo

Building Dependencies in 1.1.alpha.1

2007-05-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Based on what I have read, Continuum will build a project if its dependencies have changed. Also, Continuum will follow the Maven build hiearachy when building all projects using the "Build All" function. Are both these observations correct? Thanks. This message (including any attachments) con

RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Jeffery, Mark
Yeah.I am battling with the same thing http://jira.codehaus.org/browse/CONTINUUM-998 Should be fixed in 1.1-alpha-# Jeff -Original Message- From: Shaun Barriball [mailto:[EMAIL PROTECTED] Sent: 21 May 2007 11:41 To: continuum-users@maven.apache.org Subject: Project build order for

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Emmanuel Venisse
Continuum build all maven projects in the order oof the dependencies tree AND if dependencies between projects are circular, Continuum build projects in alphabetical order. Continuum 1.0.3 build only dependecy that have some changes in SCM but not on dependency changes. You can try Continuum 1

Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Shaun Barriball
Hi all, We've been using Continuum (1.0.3) successfully as part of our automated build and deploy for 6 months or so. We have one big issue which I'd appreciate input on. We have a large software system with 15 or so separate Maven 2 projects (assume for simplicity Project A, Project B and Project

RE: How to handle inter-project dependencies

2007-05-21 Thread Petter Måhlén
Sorry to be unclear, but actually, both the xlient and the server are calling xjc separately, using an XSD file as input to generate code: server: - maven-jaxb-plugin calls xjc, looking for schema definition files in ../common/... - output is generated to a newly created directory under target/g