continuum-model

2008-02-08 Thread Benoit Decherf

Hi,

I'm working on bug CONTINUUM-1633 
http://jira.codehaus.org/browse/CONTINUUM-1633. So the release process 
will be done executing maven directly.
I want to add a class describing the result of a release 
prepare/process/rollback/clean action similar to the buildResult for the 
build.
Additionaly, I'd like to fix the bug CONTINUUM-1506 
http://jira.codehaus.org/browse/CONTINUUM-1506 and add some field to 
the result page.


So I create a bean ResultRelease in continuum model project. Can you 
confirm that this bean should gone in this component ? Or should it be 
directly in continuum-api ? The bean won't be mapped to any database table.


Thanks,
Benoit.


Re: [Discussion] Continuum 2.0 Roadmap

2008-02-08 Thread Rahul Thakur


Overall I think the core of Continuum should be re-though to be more 
pluggable. In particular a workflow engine should be in the middle of 
the execution to orchestrate any steps involved with building a 
project. This is one of the places where people should be able to plug 
in their own steps and functionality.

Is this close to what you are thinking?
http://www.eclipse.org/alf/index.php

Rahul