Re: scm in pom?

2007-10-25 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 10/25/07, deckrider <[EMAIL PROTECTED]> wrote: Only Continuum uses "" within pom.xml? Thus if its no longer valid, everything else would still work in the case that we needed to rebuild some artifacts from their original tags? It gets used when you generate the web

Re: scm in pom?

2007-10-25 Thread Wendy Smoak
On 10/25/07, deckrider <[EMAIL PROTECTED]> wrote: > Only Continuum uses "" within > pom.xml? Thus if its no longer valid, everything else would still > work in the case that we needed to rebuild some artifacts from their > original tags? It gets used when you generate the website [1], but that a

Re: scm in pom?

2007-10-25 Thread Wendy Smoak
On 10/25/07, deckrider <[EMAIL PROTECTED]> wrote: > It appears that I have to put scm information into my pom.xml in order > to use a Maven 2 project in Continuum. Is this true? Yes. That's how Continuum knows how to find the source code to check it out. I can't imagine why you would add code f

Re: version and artifact management

2007-10-25 Thread Nick Stolwijk
You can change the tasks continuum executes in a Maven 2 project. For example, every 5 minutes, check for a change in your SCM and if changed, run mvn test phase, and every day, run mvn release. Hth, Nick Stolwijk deckrider wrote: Thanks, I've done a little testing and the release plugin see

Re: version and artifact management

2007-10-25 Thread deckrider
Thanks, I've done a little testing and the release plugin seems to do what I'm looking for. But I'm curious ... to use it with Continuum 1.0.3, do I now have add a 'Shell Project' instead of a 'Maven 2.0+ project'? On 10/25/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > You are looking for the re

Re: version and artifact management

2007-10-25 Thread Nick Stolwijk
You are looking for the release plugin [1]. Use the batch-mode to do it from continuum. ( mvn --batch-mode release:prepare) Test it first on a simple project, but I guess you CI task will execute "mvn release:prepare release perform --batch-mode". Hth, Nick Stolwijk [1] http://maven.apache.

version and artifact management

2007-10-25 Thread deckrider
I am new to maven and continuum, and have downloaded the latest stable version of continuum and done some simple tests. However, I would like to do the following, and I don't know how (barely even how to ask): Our version numbers are something like MAJOR.MINOR.MICRO. I would like each build to a

Re: configure build trigger ('after each commit') web-console

2007-10-25 Thread Vanja Petreski
On 10/25/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > OneMin scheduler isn't a good thing if you have lot of projets or big > projects in Continuum and you consume lot of resources on your continuum > server and svn server. Isn't that same as the developer who are doing svn update for ever

Re: configure build trigger ('after each commit') web-console

2007-10-25 Thread Emmanuel Venisse
OneMin scheduler isn't a good thing if you have lot of projets or big projects in Continuum and you consume lot of resources on your continuum server and svn server. Personally, I don't understand why some users need to run a build for each commit??? Emmanuel Vanja Petreski a écrit : I solv

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Emmanuel Venisse
How do you run Continuum? From the command line or as a service? If you use it as a service (I think it), you must define the user used to run it. Emmanuel Saruqui a écrit : yes, but I have the same problem when I build my project I have the next error: Provider message: The svn command faile

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Saruqui
yes, but I have the same problem when I build my project I have the next error: Provider message: The svn command failed. Command output: --- "svn" no se reconoce como un comando interno o externo, programa o archivo por

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Vanja Petreski
So svn IS in your PATH... On 10/25/07, Saruqui <[EMAIL PROTECTED]> wrote: > > > 1.4.5 > > > Vanja Petreski wrote: > > > > Can you give the output of the command: > > > > svn --version --quiet > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-svn-when-I-build-Maven-2.0-

Re: configure build trigger ('after each commit') web-console

2007-10-25 Thread Vanja Petreski
I solved this issue with configuring OneMin scheduler. And that is enough good for me, because Continuum doesn't build if there is no changes in SVN. So, Continuum will update project from SVN and if there are changes he will build, otheriwise not. V On 10/25/07, aldana <[EMAIL PROTECTED]> wrote:

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Saruqui
1.4.5 Vanja Petreski wrote: > > Can you give the output of the command: > > svn --version --quiet > > -- View this message in context: http://www.nabble.com/Problem-svn-when-I-build-Maven-2.0-project-tf4689729.html#a13404102 Sent from the Continuum - Users mailing list archive at Nabble.c

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Vanja Petreski
Can you give the output of the command: svn --version --quiet

Re: Problem svn when I build Maven 2.0 project

2007-10-25 Thread Saruqui
Yes, my path contains c:\svn-win32-1.4.5\bin; Have I included this path in other site? olamy wrote: > > try echo %PATH%. > In my case it contains : ...;C:\Subversion\bin;... > > -- View this message in context: http://www.nabble.com/Problem-svn-when-I-build-Maven-2.0-project-tf4689729.

configure build trigger ('after each commit') web-console

2007-10-25 Thread aldana
i want a build to be triggered on each commit on my svn server. in jira it has been discussed to trigger this though a post-commit hook in subversion. i would like to configure this not through svn merely through continuum itself. is there a way for continuum to somehow poll the subversion-repos