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,
 
 Johnathan
 

Johnathan: Try doing a search for 'maven super pom'.  
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Super%20POM
This  will probably answer your question.
-- 
View this message in context: 
http://www.nabble.com/How-to-include-logo-tf4900471.html#a14125523
Sent from the Continuum - Users mailing list archive at Nabble.com.



[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://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---


[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
Toolshttp://rc-sun66e.ut.dentegra.lab:8080/continuum/projectView.action?projectId=61
mail unknown Error/Failure/Success/Warning [image: Edit]  [image: Delete]
Toolshttp://rc-sun66e.ut.dentegra.lab:8080/continuum/projectView.action?projectId=61
mail [EMAIL PROTECTED], latest committers
Error/Failure/Success/Warning  [image:
Edit]
http://rc-sun66e.ut.dentegra.lab:8080/continuum/editProjectNotifier.action?projectId=61notifierType=mailfromGroupPage=trueprojectGroupId=6notifierId=408
 [image:
Delete]
http://rc-sun66e.ut.dentegra.lab:8080/continuum/deleteProjectNotifier.action?projectId=61confirmed=falsefromGroupPage=trueprojectGroupId=6notifierId=408
  WAR
Archetypehttp://rc-sun66e.ut.dentegra.lab:8080/continuum/projectView.action?projectId=67
mail unknown Error/Failure/Success/Warning [image: Edit]  [image: Delete]

I also added this to my master pom:
ciManagement
systemcontinuum/system
urlhttp://rc-sun66e.ut.dentegra.lab:8080/continuum/url
notifiers
notifier
typemail/type
sendOnErrortrue/sendOnError
sendOnFailuretrue/sendOnFailure
sendOnSuccesstrue/sendOnSuccess
sendOnWarningtrue/sendOnWarning
address[EMAIL PROTECTED]/address
/notifier
/notifiers
/ciManagement



But that did not seem to help Or must I restart Continuum for that to
take affect?



-- 
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---


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 archiva with tomcat
 manager while continuum is running).

 since the database is a container resource, can i use mysql instead? oh
 wiki!
 http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

 can archiva and continuum use the same user-database? (it all looks so
 similar)

 i will try using mysql and come back later.

 thanks

 ossi



 Brett Porter schrieb:
  from what I can see, the error is all about the continuum database -
  and the derby problem shouldn't be a concern since it's all in the one
  JVM.
 
  I think the settings for the continuum database should be double checked.
 
  On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote:
  Hi Ossi,
 
  I posted the same problem today, but i don't use archiva.
  If you find a solution, please let me know. :)
 
  Ingo
 
  ossi petz schrieb:
  Hallo
 
  I tried to install both archiva and continuum on the same tomcat 5.5.25
  / Java 1.5
 
  When i only install continuum things work fine. When i only install
  archiva things work too.
 
  When i install both continuum and archiva i end up with apache derby
  exceptions. archiva starts (i guess its because of its arc.. con..),
  continuum cant connect / create the database (see attached stacktrace).
 
  there is only a 'see next error'. i dont fully get the source of the
  problem. do i need to copy the derby.jar into each application? or
  should i use different resource names in the container configuration?
 
 
  any hints would be great!
  thanks
 
  ossi
 
 
 
 




-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/