Re: SVN paths when adding an m2 pom with module declarations

2006-04-20 Thread Emmanuel Venisse
Simon Kitching a écrit : Hi, I've got a pom with this: scm connectionscm:svn:http://.../trunk/connection /scm modules modulecommon/core/module modulecommon/business/module moduletransactions/transaction-server/module moduletransactions/payment-server/module

Re: Continuum RC

2006-04-20 Thread Emmanuel Venisse
In the majority of case, they aren't really warns/errors but only information message that don't be correctly categorized in sub-components we use. derby schema error: it's a message return by derby to jpox(jdo) when jpox check the database existence before to create it.

Re: Email Notifier in parent POM isn't picked up in child projects

2006-04-20 Thread Emmanuel Venisse
I don't think it's a 1.0.2 bug, but perhaps. We use this feature for all our projects and it works fine. Check the parent pom in local repository of your continuum machine. Emmanuel Stevenson, Chris a écrit : Hi, I've added an email notifier in the parent pom for my project in continuum,

ProjectsReader help

2006-04-20 Thread Sean McDaniel
hi all, im working on a project (nagmonitor.org) where we are trying to create a remote monitoring solution for various CI servers. the idea is similar to cctray if you are familiar with that. in any case i started started implementing a build monitor for continuum using the

Re: m2 Best way to copy the complete build tree to remote directory

2006-04-20 Thread dan tran
You mean source + build artifact? If you only need the source , then use scm:check mojo ( I think i already answered this on your duplicate email) -D On 4/20/06, Gautham Pamu [EMAIL PROTECTED] wrote: Thanks Wayne for responding to my question. Yes, I meant the full working directory. Whats