ok, I found the "problem" 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - Performing action checkout-project 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO action#checkout-project - Checking out project: 'mrteGest', id: '24' to 'C:\Program Files\apache-continuum-1.3.6\data\working-directory\24'. 2010-08-04 14:20:49,572 [pool-7-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X /C "svn --non-interactive checkout file:///C:/temp/svn_repository_collab 24"
For your build, you run a checkout instead of an update. If it isn't the first build, I assume you use the "fresh build" option for your build definition [1]. With a checkout, Continuum doesn't populate scm changes because it doesn't have a reference to use to find changes. Except for some cases, I consider the usage of this option as a bad practice. Your build will be more fluent without it and Continuum will build your projects only if it find changes in them, not all the time. [1] http://continuum.apache.org/docs/1.3.6/user_guides/managing_builddef/builddefGroup.html On Wed, Aug 4, 2010 at 2:33 PM, <[email protected]>wrote: > Here are the logs after a build with scm changes > > 2010-08-04 14:20:49,291 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Initializing prepare build > 2010-08-04 14:20:49,306 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Starting prepare build of project: mrteGest > 2010-08-04 14:20:49,322 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Purging existing working copy > 2010-08-04 14:20:49,322 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Performing action clean-working-directory > 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Updating working dir > 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Performing action check-working-directory > 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Performing action checkout-project > 2010-08-04 14:20:49,494 [pool-7-thread-1] INFO action#checkout-project > - Checking out project: 'mrteGest', id: '24' to 'C:\Program > Files\apache-continuum-1.3.6\data\working-directory\24'. > 2010-08-04 14:20:49,572 [pool-7-thread-1] INFO > org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X > /C "svn --non-interactive checkout file:///C:/temp/svn_repository_collab > 24" > 2010-08-04 14:20:49,572 [pool-7-thread-1] INFO > org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: > C:\Program Files\apache-continuum-1.3.6\data\working-directory > 2010-08-04 14:20:53,478 [pool-7-thread-1] INFO action#checkout-project > - Checked out 106 files. > 2010-08-04 14:20:53,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Merging SCM results > 2010-08-04 14:20:53,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Ending prepare build of project: mrteGest > 2010-08-04 14:20:53,494 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Ending prepare build > 2010-08-04 14:20:53,525 [pool-7-thread-1] INFO > org.apache.maven.continuum.scm.queue.PrepareBuildProjectsTaskExecutor - > Performing action create-build-project-task > 2010-08-04 14:20:53,525 [pool-7-thread-1] INFO > org.apache.continuum.buildmanager.ParallelBuildsManager - Project '24' > - 'mrteGest' added to overall build queue 'DEFAULT_BUILD_QUEUE'. > 2010-08-04 14:20:53,525 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > Initializing build > 2010-08-04 14:20:53,541 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > Starting build of mrteGest > 2010-08-04 14:20:53,572 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > FreshBuild configured, building > 2010-08-04 14:20:53,572 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > Performing action update-project-from-working-directory > 2010-08-04 14:20:53,572 [pool-1-thread-17] INFO > action#update-project-from-working-directory - Updating project > 'mrteGest' from checkout. > 2010-08-04 14:20:53,681 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > Performing action execute-builder > 2010-08-04 14:20:53,744 [pool-1-thread-17] INFO > org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: > cmd.exe /X /C ""C:\Program Files\apache-maven-2.2.1\bin\mvn" > -Dcontinuum.project.lastBuild.state=2 > -Dcontinuum.project.nextBuild.number=24 > -Dcontinuum.project.name=mrteGest -Dcontinuum.project.id=24 > -Dcontinuum.project.version=1.6-SNAPSHOT > -Dcontinuum.project.group.name=mrteGest > -Dcontinuum.project.lastBuild.number=23 "-Dmaven.repo.local=C:\Documents > and Settings\E0031020\.m2\repository" site" > 2010-08-04 14:20:53,744 [pool-1-thread-17] INFO > org.apache.continuum.utils.shell.DefaultShellCommandHelper - Working > directory: C:\Program > Files\apache-continuum-1.3.6\data\working-directory\24 > 2010-08-04 14:21:26,744 [pool-1-thread-17] INFO > org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor - > Exit code: 0 > 2010-08-04 14:21:26,822 [pool-1-thread-17] INFO > org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor - > Backup surefire files. > 2010-08-04 14:21:26,853 [pool-1-thread-17] INFO > org.apache.maven.continuum.buildcontroller.DefaultBuildController - > Performing action deploy-artifact > > -----Original Message----- > From: Emmanuel Venisse [mailto:[email protected]] > Sent: Wednesday, August 04, 2010 12:05 PM > To: [email protected] > Subject: Re: Can't see SCM and dependencies changes report > > Can I see your Continuum logs around the build? > > On Wed, Aug 4, 2010 at 11:53 AM, > <[email protected] > > wrote: > > > > > Hi Emmanuel, > > I go into my project's groups-> clic on my specific project -> clic on > > > "builds" tab-> clic on any results link: > > > > Here I have a summary of this build with scm reports, dependencies > > reports and surefire reports (this one works good) > > > > But for scm and dependencies it is written (translated from french): > > -No changes for scm > > > > -No changes for dependencies. > > > > Thx > > > > Alexis > > > > > > -----Original Message----- > > From: Emmanuel Venisse [mailto:[email protected]] > > Sent: Wednesday, August 04, 2010 11:47 AM > > To: [email protected] > > Subject: Re: Can't see SCM and dependencies changes report > > > > Hi Alexis, > > > > What do you mean by " it tells me that nothing have change"? If > > Continuum start a build, it found some changes or maybe you defined it > > > to always build. > > > > Continuum doens't have a special property for this part. > > > > Emmanuel > > > > On Wed, Aug 4, 2010 at 11:18 AM, > > <[email protected] > > > wrote: > > > > > Hello, I have a maven 2 project built with continuum 1.3.6 All works > > > > fine but not the reports part. > > > For each build, I can see the surefire report of my project'builds > > > but > > > > > for the scm changes and the dependencies changes it tells me that > > > nothing have change (well in fact many changes happened) > > > > > > Is there a special property to turn on to enable theese reports? > > > > > > thanks a lot > > > > > > Alexis > > > > > > > > >
