Weird.
Can you verify in your build definition if Build Fresh/Always Build are really
false. Maybe we don't print the right value.
What is the status of the build result? and the previous?
I'll look at the code.
Emmanuel
Damien Lecan a écrit :
2007/9/24, Emmanuel Venisse <[EMAIL PROTECTED]>:
Continuum look at scm changes, if it contains some sources updates, it build
the project.
Then, it looks at dependencies list, if a dependency (that is a continuum
project too) is updated (new build result in success), continuum build the
project
With no SCM changes and no dependencies, if the build definition is marked as
"always build" and the build isn't forced, continuum won't build the project.
For theses projects, always build is set to false :(
Copy/paste for project build summary :
SCM Changes : No SCM changes
Dependencies Changes : No dependencies changes
Build Definition Used
POM filename : pom.xml
Goals : clean deploy
Arguments : --batch-mode --non-recursive
Build Fresh : false
Always Build : false
Is it default ? : true
Schedule : Midi
And this project was built this noon !
Damien