Schedule schedule = (Schedule) jobDetail.getJobDataMap().get( ContinuumSchedulerConstants.SCHEDULE );
try
{
continuum.buildProjects( schedule );
}
catch ( ContinuumException e )
{
logger.error( "Error building projects for job" + jobName + ".", e );
}