Re: [c 1.1] issues with adding build definition....

2008-02-04 Thread Mick Knutson
1. Why does this ony start happening once I added then deleted another Build Definition? 2. How do turn notification on again? Here is my declaration: ciManagement systemcontinuum/system urlhttp://rc-sun.ut.dentegra.lab:8080/continuum/url notifiers

RE: [c 1.1] issues with adding build definition....

2008-02-04 Thread Tawfik, Sameh E
: alwaysSendfalse/alwaysSend Change to: alwaysSendtrue/alwaysSend Sameh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 6:09 PM To: [EMAIL PROTECTED] Subject: Re: [c 1.1] issues with adding build definition On Feb 1, 2008 5:06 PM, Mick Knutson

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
What does this mean: *2806710 [pool-1-thread-1] INFO org.codehaus.plexus.notification.notifier.Notifier:mail - Same state, not sending message. * On Feb 1, 2008 4:05 PM, Mick Knutson [EMAIL PROTECTED] wrote: *The build ran successfully, but there was NOT an email sent. here is the the

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
In my localhost.log I see this: *SEVERE: Exception starting filter Compression Filter java.lang.ClassNotFoundException: compressionFilters.CompressionFilter at org.apache.catalina.loader.WebappClassLoader.loadClass( WebappClassLoader.java:1362) at

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
I am waiting for the next build to occur to send more continuum.log's but I did notice that after I bounced continuum, I started getting this error again: *14933 [main] WARN org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - Could not find the executable 'mvn' in the path

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
So I am trying to figure this out and found this: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat *I had to add 2 JAVA_OPTS to my Tomcat startup script to get it to work: -Dplexus.system.path=$PATH to get Continuum to find the mvn and ant executables,