Sending notifications with gmail

2007-12-05 Thread javijava
Hello, i'm trying to configurate Continuum's notifications like said here: http://maven.apache.org/continuum/faqs.html#how-do-I-configure-Continuum-to-use-GMail-as-the-SMTP-server But when Continuum must send the mail ,i have this error: | DEBUG SMTP: useEhlo true, useAuth true | DEBUG SMTP: t

Re: Emmanuel Venisse said: "actually, it isn't possible to use a pom with modules from a repository"

2007-07-31 Thread javijava
Is possible that... an structure like this is not supported by continuum? : repo | | |--parentpom | |--project1--pom | |--project2--pom -- View this message in context: http://www.nabble.com/Emmanuel-Venisse-said%3A-%22actually%2C-it-isn%27t-possible-to-use-a-pom-with-mo

Emmanuel Venisse said: "actually, it isn't possible to use a pom with modules from a repository"

2007-07-31 Thread javijava
This issue is from codehous at 22/Jun/06 , I want know if actually is possible add multiprojects from a SVN repository without problems. Emmanuel said:"If you want to add a multi-module pom in continuum, you should use an http interface of your scm like viewcvs or http svn browser." I have the

Re: relativePath

2007-07-27 Thread javijava
Anyway ,I have other problem... if I have a multiproject that works with maven (install,compileetc), but i want add it to Continuum I select the parent pom, and, continuum said: "The URL provided is malformed." for each module. :( -- View this message in context: http://www.nabble.com/

Re: relativePath

2007-07-27 Thread javijava
I think, i'm starting to understand you Jesse if I try this easy structure: pom | |--p1---pom | |--p2---pom It woks, and this artifacts were placed in the local repository then... if i change the structure ..a little more difficult : | |---parent---pom | |--p1pom |--p2tru

relativePath

2007-07-25 Thread javijava
Someone use the tag relativePath with success? I try to use this tag, with "../" and "../../", but it does not work. (At least for me). Continuum ever said: "URL malformed". I use first 1.0.3 and after 1.1-alpha-2 version with the same result. finally I change the struct and put a pom in each

Re: URL Malformed

2007-07-20 Thread javijava
The URL's scm & tagbase are correct in each module pom. anyone knows where is the problem? group artifactl 1.0-SNAPSHOT ../../all ... maven-release-plugin http://ip/

URL Malformed

2007-07-19 Thread javijava
Hi, I have a parent pom with some modules: ... ../p1/trunk ../p2/trunk ../p3/trunk ... when I try to add the parent pom on continuum I have this answer: The URL provided is malformed.

Re: How to add projects with modules????

2007-07-12 Thread javijava
first, thans for reply Napoleon. I use the continuum version stable. I put other example of structure more easy: (if this woks then i try after the 3 levels structure :p) repo | | |all-pom.xml //the superpom | | |---proyectA | |--- pom

Re: Continuum Error : Cannot find parent

2007-07-11 Thread javijava
I can add the superpom whit projects with dependences ,(if the and tags are defined), and all the projects appear in a continuum ProjectGroup, but builds doesn't work, because cant find parent. is possible, that using maven + subversion, the artifactId's of each pom may have the same name

Re: RE: Continuum Error : Cannot find parent

2007-07-10 Thread javijava
My svn repository is available on http. I add at the end..two projects, one have dependences with the other, I add the bottom level pom, http://localhost/repo/projectA/trunk/pom.xml. when I try to do a Build, continuum can't fiond the parent [INFO] Failed to resolve artifact. GroupId: groupid

Re: How to add projects with modules????

2007-07-10 Thread javijava
is it Trunk or trunk ? trunk -- View this message in context: http://www.nabble.com/How-to-add-projects-with-modules-tf4055384.html#a11520534 Sent from the Continuum - Users mailing list archive at Nabble.com.

RE: Continuum Error : Cannot find parent

2007-07-10 Thread javijava
Thats a good question!!! Uploading is only for single projects. using a url Continuum said: " Missing artifact trying to build the POM. Check that its parent POM is available or add it first in Continuum." -- View this message in context: http://www.nabble.com/Continuum-Error---%3A--Cannot

How to add projects with modules????

2007-07-10 Thread javijava
Hi to all, I want add a M2 project to Continuum , the project..is some like this repo | |-pom.xml | |-projectA | |-pom.xml | |-Trunk | |---pom.xml If I try to add the super pom, continuum saids that SCM is missing, but if i tr

Re: Continuum Error : Cannot find parent

2007-07-10 Thread javijava
If I try other structure,with poms in each level, continuum still can't add a project with more than one pom's level: repo | |-pom.xml | |-projectA | |-pom.xml | |-Trunk | |---pom.xml any one knows, how to add a project with th

RE: Continuum Error : Cannot find parent

2007-07-10 Thread javijava
Hi; Have you tried to add the parent pom to continuum? It adds automatically all modules, at least it did it to me when i tried. Yes, I tried it, but i have the same problem,continuum can't find the modules: Could not download file:/C:/WINDOWS/TEMP/summit-1/../projectA/trunk/pom.xml: C:\WINDO

Continuum Error : Cannot find parent

2007-07-09 Thread javijava
Hi folks, I have two projects with dependence, A depends of B and B depends of A. To build correctly this,I create a superpom .This is the structure of the projects: projectATrunk---pom.xml projectBTrunk---pom.xml parent--pom.xml Ok, the super pom have configurated their module

builds with subversion

2007-07-05 Thread javijava
a clean install goal, take the last code in the repository ..only if is a maven2 repo? or it works with subversion too? Or, maybe, continuum must do before a checkout and then build it?? Thaks -- View this message in context: http://www.nabble.com/builds-with-subversion-tf4028850.html#a1144394

Some conceptual questions about continuous integration

2007-07-05 Thread javijava
Hi, I'm starting with the use of Apache Continuum. I know that i can work with "working copy's" proyects from SVN repository. .How is the usual use of Continuum? make checkout's & build every XXX time & notificate errors by mail? .Why use "releases"? .Release:prepare demands the working copy is