local scm not working

2005-11-01 Thread Wim Deblauwe
Hi, I'm trying to build my Maven 2 project, but I can seem to get it working. I added an scm tag like this: scm:local:Z:\testvob\modules\utils\utils-logging-jar:build but that does not seem to work. I also tried: scm:local:..:build but that did not work either. any idea's what I'm doing w

Re: How to get continuum to send mail each build. even if buildstate are the same ?

2005-11-01 Thread Emmanuel Venisse
Actually, we use all, but we don't send a new message if state doesn't change. Emmanuel Doug Douglass a écrit : Karre, What kind of project? If maven 2, you can set various "sendOn" conditions in the POM, see: http://maven.apache.org/maven-model/maven.html#class_ciManagement I'm not sur

Re: Continuum not recognizing maven exit code

2005-11-01 Thread Emmanuel Venisse
It's a know bug, but we don't have issue for it. Can you filed an issue? Emmanuel Barrow, Zach a écrit : I've tried both: exit /B errorlevel and exit /B %errorlevel% The bottom of my maven build result is as such: ... java:jar-resources: Copying 12 files to c:\apps\continuum-1.0\apps\continuum

RE: Build Error

2005-11-01 Thread Malcolm Wong Ho
>From the Continuum web interface I try to change the Scm Url from the 'Update Continuum Project' page, with this format 'scm:local:path_to_repository:module_name' then I get an error 'Enter the Maven SCM URL[ You must provide an scm url ]', but if I enter this format 'scm:cvs:local:path_to_rep

RE: Build Error

2005-11-01 Thread Malcolm Wong Ho
Here is a code snippet of my pom.xml file, I'm trying to use mavens local repository. Does the pom.xml file look right? pom.xml :- scm:local:C:\Documents and Settings\WongHoma\.m2\repository:status-change “This e-mail is sent on the Terms and Conditions that can be accessed by Cli

Re: How to get continuum to send mail each build. even if buildstate are the same ?

2005-11-01 Thread Doug Douglass
Karre, What kind of project? If maven 2, you can set various "sendOn" conditions in the POM, see: http://maven.apache.org/maven-model/maven.html#class_ciManagement I'm not sure if continuum responds to all of the above POM settings or if the intention of sendOnSuccess is to send an email

Build problem

2005-11-01 Thread Malcolm Wong Ho
Continuum build failing, not sure what the cause is. Using Maven2 and Continuum1. Log :- jvm 1| 2005-11-01 09:00:00,013 [scheduler1_Worker-11] INFO SchedulesActivator - > Executing build job (DEFAULT_SCHEDULE)... jvm 1| 2005-11-01 09:00:00,053 [sc

How to get continuum to send mail each build. even if buildstate are the same ?

2005-11-01 Thread Kaare Nilsen
Anyone knows ? i am using continuum beta-1 (since that is working and final release is not :( ) best regards Kaare Nilsen