I see this in the logs at every time interval I expect: INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,022 [defaultScheduler_Worker-9] INFO org.apache.maven.continuum.build.settings.SchedulesActivator:default - >>>>>>>>>>>>>>>>>>>>> Executing build job (EVERY_5)... INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,022 [defaultScheduler_Worker-14] INFO org.apache.maven.continuum.build.settings.SchedulesActivator:default - >>>>>>>>>>>>>>>>>>>>> Executing build job (HOURLY)... INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,054 [defaultScheduler_Worker-9] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'XXXX' with build definition 'default ant buildDefinition' - id=21). INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,054 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Initializing build INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,069 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Starting build of XXXX INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,069 [defaultScheduler_Worker-14] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'XXXX' with build definition 'default ant buildDefinition' - id=21). INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,132 [defaultScheduler_Worker-9] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'YYYYY' with build definition 'bld2 maven2 buildDefinition' - id=6). INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,132 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Purging exiting working copy INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,132 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action clean-working-directory INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,163 [defaultScheduler_Worker-14] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'YYYYY' with build definition 'bld2 maven2 buildDefinition' - id=6). INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,194 [defaultScheduler_Worker-9] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'YYYYY' with build definition 'bld2 maven2 buildDefinition' - id=6). INFO | jvm 1 | 2007/11/13 13:05:00 | 2007-11-13 13:05:00,226 [defaultScheduler_Worker-14] INFO org.apache.maven.continuum.Continuum:default - Enqueuing 'YYYYY' with build definition 'bld2 maven2 buildDefinition' - id=6).
I have two XXXX and two YYYYY projects, so I'm not sure why we're seeing four YYYYY projects in the logs for 'enqueuing'. Yes the source repo was updated a number of times. I've had to manually (force) the maven build to begin each time. Hope this helps, Johnathan >>> On Tue, Nov 13, 2007 at 12:44 PM, in message <[EMAIL PROTECTED]>, "Francis De Brabandere" <[EMAIL PROTECTED]> wrote: > anything in the logs? was your source repo updated for that maven project? > > On Nov 13, 2007 5:54 PM, Johnathan Gifford <[EMAIL PROTECTED]> wrote: >> >> Not sure what I'm forgetting to set, but my scheduled Maven2 build > definitions are not getting picked up and put into the queue for Continuum > 1.1 Beta 4. My Ant build definitions that uses the same schedule setting is > getting picked up and ran. >> >> Does anyone have any ideas or is this just a bug with the beta version? >> >> Thanks, >> >> Johnathan >> >> > >
