Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
yes, and yes. in fact, I would recommend sharing the user database connection. On 04/12/2007, ossi petz <[EMAIL PROTECTED]> wrote: > Hallo > > thanks for all replies. > > the continuum settings are ok since it would run without archiva. the > error appears on archiva is 'hot deployed' (start archi

RE: order of member project execution

2007-12-03 Thread Mark Eramo
Hi Jeff, What you want to do is build a Parent pom for the projects then you can define modules in the order that they will be built. When you run mvn against the Parent Pom, it will build the modules in the order they are defined. You will still need poms for all the childrens projects as th

[c-1.1] Running assembly?

2007-12-03 Thread Mick Knutson
I am trying to understand how to run an assembly after a successful build? Can the assembly be run off the working copy, or does it work off the trunk? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://w

[c-1.1] Can't edit project notifiers?

2007-12-03 Thread Mick Knutson
I have had to add an additional project notifier because the default one does not allow me to edit it. How can I edit, or how does Continuum assign the recipient to the default notifier? PROJECT NAME Type Recipient Events Tools

Re: Linux Etch Tomca5 5.5 Deployment of Continumm 1.1

2007-12-03 Thread Ingo Siebert
Hi Emmanuel, this is my current config: driverClassName="org.apache.derby.jdbc.EmbeddedDriver" url="jdbc:derby:/var/continuum/database/users;create=true" /> driverClassName="org.apache.derby.jdbc.EmbeddedDriver" url="jdbc:derby:/var/contin

Re: Linux Etch Tomca5 5.5 Deployment of Continumm 1.1

2007-12-03 Thread Emmanuel Venisse
What is your jdbc url? Emmanuel Ingo Siebert a écrit : Hi, i solved my first problem: Cannot create JDBC driver of class '' for connect URL 'null' The coninuum.xml must be in CATALINA_HOME/conf/Standalone/localhost, because it is used as "load balancer" target (Standalone not Catalina).

Linux Etch Tomca5 5.5 Deployment of Continumm 1.1

2007-12-03 Thread Ingo Siebert
Hi, i solved my first problem: Cannot create JDBC driver of class '' for connect URL 'null' The coninuum.xml must be in CATALINA_HOME/conf/Standalone/localhost, because it is used as "load balancer" target (Standalone not Catalina). Additionally, i had to remove the docBase attribute

Re: How to include logo

2007-12-03 Thread Ken Turner
Johnathan Gifford wrote: > > A link to a site that talks specifically about how the xml schema for a > company pom looks would be nice. Doing a search for 'maven company pom' > turns up nothing. Is the information shown in the link suppose to be > include in a project pom file? > > Thanks,