building dependent (multi)-projects

2006-04-25 Thread Nigel Magnay
I have a set of M2 projects that depend on each other:

 A
 |
 B
/ \
   X   Y

What I'd like is that if project Y changes, then Y gets built
automatically; if successful then B (because a dependency has
changed), then A. (A is the project installer in this instance)

Is this something that continuum can do, or am I better off sticking
to a 'master build' type affair with cruisecontrol ?


[Ann] Continuum 1.0.3 Released

2006-04-25 Thread Emmanuel Venisse

  The Apache Maven team is pleased to announce Continuum 1.0.3.

  Continuum 1.0.3 is available for download from 
{{http://maven.apache.org/continuum/download.html}}

  Continuum is a continous integration server that will ensure the health of 
your code base.

  This release includes the following improvements :

   * Improved performance

   * New web interface

   * Added an internal maven repository for built projects

   * Improved the project build for projects with multiple build definitions

   * Improved maven2 setings/profiles loading

   * Bug fixes

  For a complete list of changes please refer to the complete changelog:

* {{http://maven.apache.org/continuum/change-log.html}}

  We hope you enjoy using Continuum! If you have any questions, please consult:

* the web site: {{http://maven.apache.org/continuum/}}

* the continuum-user mailing list: 
{{http://maven.apache.org/continuum/mail-lists.html}}


Emmanuel



Re: [Ann] Continuum 1.0.3 Released

2006-04-25 Thread Brett Porter
We haven't linked to it yet, but:

http://ci.codehaus.org/continuum

and

http://ci.codehaus.org/continuum-maven

Cheers,
Brett

On 4/25/06, Wim Deblauwe [EMAIL PROTECTED] wrote:
 Congrats on the release!

 Is there a public place with screenshots and/or a live demo of the new
 webinterface?

 regards,

 Wim

 2006/4/25, Emmanuel Venisse [EMAIL PROTECTED]:
 
 The Apache Maven team is pleased to announce Continuum 1.0.3.
 
 Continuum 1.0.3 is available for download from {{
  http://maven.apache.org/continuum/download.html}}
 
 Continuum is a continous integration server that will ensure the health
  of your code base.
 
 This release includes the following improvements :
 
  * Improved performance
 
  * New web interface
 
  * Added an internal maven repository for built projects
 
  * Improved the project build for projects with multiple build
  definitions
 
  * Improved maven2 setings/profiles loading
 
  * Bug fixes
 
 For a complete list of changes please refer to the complete changelog:
 
   * {{http://maven.apache.org/continuum/change-log.html}}
 
 We hope you enjoy using Continuum! If you have any questions, please
  consult:
 
   * the web site: {{http://maven.apache.org/continuum/}}
 
   * the continuum-user mailing list: {{
  http://maven.apache.org/continuum/mail-lists.html}}
 
 
  Emmanuel
 
 




Re: Upgrade to Continuum 1.0.3 from 1.0.2

2006-04-25 Thread Emmanuel Venisse

http://maven.apache.org/continuum/upgrade.html

Daniel Reghin a écrit :

Hi,

How can I upgrade my continuum 1.0.2 installation to 1.0.3?
I have several projects in 1.0.2 already and didn't want to lose them.

Daniel 


-
---
-
Esta mensagem e seus anexos podem conter informacoes confidenciais
ou privilegiadas. Se voce nao e o destinatario dos mesmos voce nao
esta autorizado a utilizar o material para qualquer fim.
Solicitamos que voce apague a mensagem e avise imediatamente ao
remetente. O conteudo desta mensagem e seus anexos nao representam
necessariamente a opiniao e a intencao da empresa, nao implicando
em qualquer obrigacao ou responsabilidade da parte da mesma.

This message may contain confidential and/or privileged
information. If you are not the addressee or authorized to receive
this for the addressee, you must not use, copy, disclose or take
any action based on this message or any information herein.
If you have received this message in error, please advise the
sender immediately by reply e-mail and delete this message. The
contents of this message and its attachments do not necessarily
express the opinion or the intention of the company, and do not
implies any legal obligation or responsibilities from this company.








Re: Problem upgrading from 1.0.3-SNAPSHOT (RC1) to 1.0.3

2006-04-25 Thread Carlos Henriquez
no build history for me either


[Continuum 1.0.3] Is Changes section broken again?

2006-04-25 Thread Mang Jun Lau
I just moved to 1.0.3 and I've done several test builds.  In one of the 
builds, I removed a project directory from the working directory to test 
out the Changes section in the build log.  When I ran the build again, 
Continuum checked out the missing directory just fine.  After the build, 
in the e-mail and on the web interface, the Changes section shows 3 blank 
columns and then the files that have changed in the 4th column.

I think it may be broken again.


_Mang

Re: Problem upgrading from 1.0.3-SNAPSHOT (RC1) to 1.0.3

2006-04-25 Thread Mark Donszelmann

Did so, no difference.

Regards
Mark
On Apr 25, 2006, at 12:10 PM, Mang Jun Lau wrote:

Build history is stored in the build-output-directory.  So maybe  
you would

have to copy all those txt files over to 1.0.3.


_Mang Lau





Carlos Henriquez [EMAIL PROTECTED]
04/25/2006 03:12 PM
Please respond to
continuum-users@maven.apache.org


To
continuum-users@maven.apache.org
cc

Subject
Re: Problem upgrading from 1.0.3-SNAPSHOT (RC1) to 1.0.3






no build history for me either





Re: build no matter if there is no change? 1.0.3

2006-04-25 Thread dan tran
not possilble until Continuum 1.1

However, I have the same requirement and the trick is to write a cron job to
delete one of file
under the source tree.  I would pick a dummy file thou.

it is a hack job, since your cronjob must know the exact location of source
tree using its assigned id.

-D


On 4/25/06, Peter Mueller [EMAIL PROTECTED] wrote:

 Is there a configuration option in 1.0.3 that allows the scheduler to
 build no matter if there is no change?

 INFO   | jvm 1| 2006/04/25 14:15:01 | 2006-04-25 14:15:01,125
 [Thread-2] INFO  BuildController- The project was not
 built because there are no changes.

 Thnx,

 P



RE: build no matter if there is no change? 1.0.3

2006-04-25 Thread Peter Mueller
 On 4/25/06, Peter Mueller [EMAIL PROTECTED] wrote:
 
  Is there a configuration option in 1.0.3 that allows the 
 scheduler to 
  build no matter if there is no change?
 
  INFO   | jvm 1| 2006/04/25 14:15:01 | 2006-04-25 14:15:01,125
  [Thread-2] INFO  BuildController- The 
 project was not
  built because there are no changes.

 not possilble until Continuum 1.1
 
 However, I have the same requirement and the trick is to 
 write a cron job to delete one of file under the source tree. 
  I would pick a dummy file thou.
 
 it is a hack job, since your cronjob must know the exact 
 location of source tree using its assigned id.

Thanks for the quick response Dan.  This is what I had been thinking of
doing and wanted to shy away from.  1.1 is too far away though :|.

Cheers,

P


Re: is CONTINUUM-609 really in 1.0.3?

2006-04-25 Thread Baron Reznik
Perhaps create a wiki, and add a patch for the FAQ to point to the
wiki? :-)

I agree though - a continuum wiki would be nice.

On Tue, 2006-04-25 at 18:33 +0200, Emmanuel Venisse wrote:
 You can create a patch for FAQ or other pages and I'll apply it
 
 Emmanuel
 
 Nigel Magnay a écrit :
  AHa - that fixed it (and a little local difficulty in forgetting I
  needed to do mvn -U)
  
  Is there a wiki for this kind of stuff that I could add to? I can't
  believe I'll be the last to tie my own shoelaces together on that one.
  
  On 25/04/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:
  
 Do you have define the deployment repository field in configuration screen? 
 It's empty by default.
 
 Emmanuel
 
 Nigel Magnay a écrit :
 
 Hmm.. I must be doing something wrong - are there any docs for this or
 handy pointers? It sounds a really useful feature - 1.0.3 is really
 nice.
 
 On 25/04/06, Brett Porter [EMAIL PROTECTED] wrote:
 
 
 It's not browsable, but it will work just fine when used from Maven.
 
 - Brett
 
 On 4/25/06, Nigel Magnay [EMAIL PROTECTED] wrote:
 
 
 It's in the release note -
 I try http://box:8080/continuum/repository but just get a 404 ?