You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Vishal Pahwa <vp...@sapient.com> on 2007/11/15 06:49:04 UTC

Running 2 projects with same Continuum


Hi

We are using continuum1.1-beta1, we have 2 projects so I have created 2
project groups both contains 1 project each and I made the scheduling in
such a way that 1 project should run at 1, 2 , 3 and so on and the other
project should run at 1:30, 2:30 ;3:30 and so on. But continuum builds
only the 2nd project with timing 1:30, 2:30 and not the 1st project . If
I look at the logs then its showing me at 1:02 , 2:02 project building
but doesn't builds actually :

  INFO   | jvm 1    | 2007/11/14 11:02:00 | 2007-11-14 11:02:00,011
[defaultScheduler_Worker-6] INFO  SchedulesActivator:default     -
>>>>>>>>>>>>>>>>>>>>> Executing build job (skyfoundation1.4)...
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,021
[defaultScheduler_Worker-8] INFO  SchedulesActivator:default     -
>>>>>>>>>>>>>>>>>>>>> Executing build job (skyfoundation1.5)...
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,021
[defaultScheduler_Worker-8] INFO  Continuum:default              -
Enqueuing 'skyfoundation1.5' (Build definition id=7).
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,021
[pool-1-thread-1] INFO  BuildController:default        - Initializing
build
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,037
[pool-1-thread-1] INFO  BuildController:default        - Starting build
of skyfoundation1.5
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,053
[pool-1-thread-1] INFO  BuildController:default        - Updating
working dir
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,053
[pool-1-thread-1] INFO  BuildController:default        - Performing
action check-working-directory
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,053
[pool-1-thread-1] INFO  BuildController:default        - Performing
action update-working-directory-from-scm
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,068
[pool-1-thread-1] INFO  ContinuumScm:default           - Updating
project: id: '3', name 'skyfoundation1.5'.
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,131
[pool-1-thread-1] INFO  ScmManager:default             - Executing:
cmd.exe /X /C '"svn --username vpahwa --non-interactive update"'
INFO   | jvm 1    | 2007/11/14 11:30:00 | 2007-11-14 11:30:00,131
[pool-1-thread-1] INFO  ScmManager:default             - Working
directory: D:\working-directory\3
INFO   | jvm 1    | 2007/11/14 11:30:42 | 2007-11-14 11:30:42,147
[pool-1-thread-1] INFO  ScmManager:default             - Executing:
cmd.exe /X /C '"svn --username vpahwa --non-interactive log -v -r
"{2007-11-13 12:01:09 +0000}:{2007-11-14 06:00:42 +0000}"
https://scm1.del.rs.sapient.com/svn/repos/sky_foundation_and_news/sky_jo
int_fusion/trunk/Development/Code/javasource/"'
INFO   | jvm 1    | 2007/11/14 11:30:42 | 2007-11-14 11:30:42,147
[pool-1-thread-1] INFO  ScmManager:default             - Working
directory: D:\working-directory\3
INFO   | jvm 1    | 2007/11/14 11:31:06 | 2007-11-14 11:31:06,600
[pool-1-thread-1] INFO  ContinuumScm:default           - Updated 15
files.
INFO   | jvm 1    | 2007/11/14 11:31:06 | 2007-11-14 11:31:06,600
[pool-1-thread-1] INFO  BuildController:default        - Merging SCM
results
INFO   | jvm 1    | 2007/11/14 11:31:06 | 2007-11-14 11:31:06,616
[pool-1-thread-1] INFO  BuildController:default        - Changes found,
building
INFO   | jvm 1    | 2007/11/14 11:31:06 | 2007-11-14 11:31:06,616
[pool-1-thread-1] INFO  BuildController:default        - Performing
action update-project-from-working-directory
INFO   | jvm 1    | 2007/11/14 11:31:06 | 2007-11-14 11:31:06,616
[pool-1-thread-1] INFO  Action:update-project-from-working-directory -
Updating project 'skyfoundation1.5' from checkout.
INFO   | jvm 1    | 2007/11/14 11:31:07 | 2007-11-14 11:31:07,100
[pool-1-thread-1] INFO  BuildController:default        - Performing
action execute-builder
INFO   | jvm 1    | 2007/11/14 11:31:07 | 2007-11-14 11:31:07,303
[pool-1-thread-1] INFO  ShellCommandHelper:default     - Executing:
cmd.exe /X /C '"C:\sw\maven-2.0.6\bin\mvn -f 1.5pom.xml --batch-mode
clean install -Denv=dev1.5 -o"'
INFO   | jvm 1    | 2007/11/14 11:31:07 | 2007-11-14 11:31:07,303
[pool-1-thread-1] INFO  ShellCommandHelper:default     - Working
directory: D:\working-directory\3
INFO   | jvm 1    | 2007/11/14 11:31:11 | 2007-11-14 11:31:11,272
[pool-1-thread-1] INFO  ContinuumBuildExecutor:maven2  - Exit code: 1

Do anyone have any idea why m getting this Bizzare behaviour..

Regards

Vishal.