On Tue, Jan 12, 2010 at 5:04 PM, sebb <seb...@gmail.com> wrote: > I tried triggering Commons DBCP twice just now. It was already in the > DEFAULT_BUILD_QUEUE, so I expected at least 1 other build to be added > at the end of the queue, but there is no sign of another entry.
If the project is already queued to build, a second entry for the same project will not be added. I've just tested it locally and not only is there nothing on the screen when this happens, the log file is not informative either, you just get a bunch of: 2010-01-12 17:31:23,638 [btpool0-9] INFO org.apache.continuum.buildmanager.ParallelBuildsManager - Project 1 is currently building in DEFAULT_BUILD_QUEUE . I'll go open an issue to complain... You should, however, see a UI change for the *first* forced build. The icon should change to 'queued build'. I wouldn't object if someone wanted to add a text confirmation though. -- Wendy