[Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett
Hi all, There is a missing dependency on activation.jar within continuum-war. The following patch fixes it. Index: continuum-webapp/pom.xml === --- continuum-webapp/pom.xml(revision 472890) +++ continuum-webapp/pom.xml

Re: build scheduling issues

2006-11-09 Thread Jesse McConnell
sorry, once changed how? once the group dependencies are sorted out? if we are taking all projects across all groups and trying to generate a cycle free graph then cycles are potentially a problem. just so we are clear in my mind: * grab all projects across all groups * attempt to sort * if

Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Jesse McConnell
hm, someone else seeing this Christian! your not the only one now! graham, what o/s and version of maven and jdk are you using? jesse On 11/9/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, There is a missing dependency on activation.jar within continuum-war. The following patch fixes

Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett
Jesse McConnell wrote: hm, someone else seeing this Christian! your not the only one now! graham, what o/s and version of maven and jdk are you using? maven v2.0.4 on JDK v1.5 (latest MacosX). Not that it should make a difference on any platform - one of the class files references

Continuum-trunk notifiers toasted on startup

2006-11-09 Thread Graham Leggett
Hi all, I am getting the following exception on continuum trunk webapp startup, which prevents it working: java.lang.ClassNotFoundException: org.codehaus.plexus.mailsender.javamail.JavamailMailSender This exception seems to be the last exception in the very long chain of exceptions below: Any

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Christian Edward Gruber
Doesn't the plexus-runtime need it too? Christian. [EMAIL PROTECTED] wrote: Author: jmcconnell Date: Thu Nov 9 10:39:25 2006 New Revision: 473012 URL: http://svn.apache.org/viewvc?view=revrev=473012 Log: added activation dependency, it appears that WorkingCopyAction brings in this

Re: build scheduling issues

2006-11-09 Thread Brett Porter
I'm lost :) My point below was that if you just took all the projects and sorted them, there is no cycle in the example you gave. The cycle would come if you tried to order them by groups, because there are dependencies between projects within the groups in both directions. so... In