AW: What is the syntax for entering pom url?

2008-01-23 Thread Dragan-Sassler Dorin
Try following for POM Url: file:///Driver:/path_to_pom/pom.xml Dragan-Sassler -Ursprüngliche Nachricht- Von: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. Januar 2008 02:35 An: continuum-users@maven.apache.org Betreff: RE: What is the syntax for entering pom url?

Build Verification Report

2008-01-23 Thread Hemant Malik
Hi, How do you generate Build Verification report( may be in doc format) using Continuum? Is there any way out? Regards, Hemant malik

Re: Build Verification Report

2008-01-23 Thread Emmanuel Venisse
We have nothing for the moment, but you can probably write something with xmlrpc. Emmanuel On Jan 23, 2008 3:16 PM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, How do you generate Build Verification report( may be in doc format) using Continuum? Is there any way out? Regards, Hemant malik

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 9:39 AM, Patrick Shea [EMAIL PROTECTED] wrote: Yes that's for maven, but continuum will still call svn up on the entire branch. What I'm trying to avoid is to have multiple checked out projects with the same code. I need to pass -N to subversion on projects of type pom.

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
Yes that would be good. In a sense what we what is a way to control the scm command string per project or add a checkbox on the build definition for non recursive. Patrick -Original Message- From: Christian Edward Gruber [EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 9:19am To:

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
I'm not sure I follow you, In my case I don't use the maven scm plugin to synchronize the source code, continuum dos this for me (which is the default behavior). The maven build is fine, the non-recursive parameter is used by default, it's just that the scm command is not doing the same. So

Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
But doesn't continuum use the plexus and maven SCM stuff under the hood? I haven't browsed the source or really watched the commits for several months, but I thought it used some of the same infrastructure for SCM handling. I could be wrong. Regardless, that really is more of a comment

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 10:51 AM, Patrick Shea [EMAIL PROTECTED] wrote: I'm not sure I follow you, In my case I don't use the maven scm plugin to synchronize the source code, continuum dos this for me (which is the default behavior). The maven build is fine, the non-recursive parameter is used by

RE: What is the syntax for entering pom url?

2008-01-23 Thread Tawfik, Sameh E
Thanks that worked fine. Sameh -Original Message- From: Dragan-Sassler Dorin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 12:22 AM To: continuum-users@maven.apache.org Subject: AW: What is the syntax for entering pom url? Try following for POM Url:

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
You're right, subversion only works on folder paths. The only way would be to use -N. So the trick would be to detect if the current pom is an enclosing project (ie: contains a modules section) and make it non recursive by default (can be overridden later) Patrick -Original Message-

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
Well, it's pretty similar, it means don't run the command (maven: compile,deploy, etc and subversion: co,up etc) recursively. If there was a way to exclude from the scm command all sub projects declared in the modules section that would do the trick. anything else left would be considered