Sanjay Choudhary a écrit :
Our group of developers work almost 24 hrs. and changes are checked in into
cvs regularly. We tag before build so that we know what we know what
exactly we built, or atleast attempted to build.
ok, i understand if it's cvs. svn works differently.
As you said, I
Why do you tag before the build? I think that a better process would be to tag files only after a
build in success.
Actually, Continuum can't tag files after a build because we don't have yet dynamic data accessible
in build definition for generating a tag name. But you can create a little scri
Hi Emmanuel,
Thanks for your reply.
Another quick advice. We perform build nightly for our web application. So
far we tag everything in the night (tag value is determined based on date
and time, prefixed by a static value) and then checkout and build of a tag.
We have successfull migrated all o
svn trunk isn't stable, if you want to build from svn, you must use
continuum-1.0.x branch.
but it isn't necessary to build continuum, you can use snapshot version generated after each commit
: http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/
Emmanuel
Sanjay Choudhar
Hi All,
Today I build tried to build and run continuum. Build was successful but I
got an error when I tried to logon on
org.codehaus.plexus.action.ActionNotFoundException: Cannot find action: login
at
org.codehaus.plexus.action.DefaultActionManager.lookup(DefaultActionManager.java:61)