Re: build fails not noticed for maven1/win32?

2005-10-28 Thread Baz
On 10/28/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > I think cvsnt doesn't support z3 compression, but I'm not sure. The times I posted were done with cvsnt on both client and server side, so there's definitely z3 support in there. I saw a continuum log message in there that said 'server doe

Continuum not recognizing maven exit code

2005-10-28 Thread Barrow, Zach
I've read up on the site and added exit /B %ERRORLEVEL% to my maven.bat file (although the documentation says exit /B errorlevel), and have even echoed the result to see what error code is getting returned, and it should be returning 70 to Continuum. However, Continuum is still giving a build succ

RE: Question about Jabber Configuration

2005-10-28 Thread Frank Zhao
Sure, I will be glad to do the test. Regards, Frank -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Fri 10/28/2005 4:33 PM To: continuum-users@maven.apache.org Subject: Re: Question about Jabber Configuration I filed an issue (CONTINUUM-386) and add support of

Re: Question about Jabber Configuration

2005-10-28 Thread Emmanuel Venisse
I filed an issue (CONTINUUM-386) and add support of ssl in jabber notifier. If you want to test it, I can send you the jar Emmanuel Frank Zhao a écrit : Hi Emmanuel, It seems quite easy to enable the SSL connection in Jabber client. The DefaultJabberClent class has a function "public void set

Re: build fails not noticed for maven1/win32?

2005-10-28 Thread Emmanuel Venisse
Baz a écrit : I was on 1.0. The fix doesnt work on that, so I've upgraded to 1.0.2; ran into a couple of issues though: - I changed a file to break the build and fired it off to test this. The log checking takes forever (cvs -f -d "XXX" -q log). From the flags this is going to dump the entire

RE: Question about Jabber Configuration

2005-10-28 Thread Frank Zhao
Hi Emmanuel, It seems quite easy to enable the SSL connection in Jabber client. The DefaultJabberClent class has a function "public void setSslConnection( boolean isSslConnection )" which will enable the SSL when pass a "true" into it. Therefore the solution could be adding a property in the a

Re: build fails not noticed for maven1/win32?

2005-10-28 Thread Baz
I was on 1.0. The fix doesnt work on that, so I've upgraded to 1.0.2; ran into a couple of issues though: - I changed a file to break the build and fired it off to test this. The log checking takes forever (cvs -f -d "XXX" -q log). From the flags this is going to dump the entire history from CVS.

Re: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Emmanuel Venisse
Can you filed a jira issue and attach all your logs? Allison, Bob a écrit : Looking at the log a little further, when I see the exception occur I seem to see an message about enqueuing a project before and after the exception occurs. Could the problem be caused by starting to build the first

RE: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Allison, Bob
No, this is two projects on the same schedule. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 07:02 To: continuum-users@maven.apache.org Subject: Re: [continuum 1.0] BUILD ERROR Message It seems to be a conflict between two scheduled b

Re: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Emmanuel Venisse
It seems to be a conflict between two scheduled build on the same project, am I right?. If it's this, i'll can make an exclusion of a project in a schedule if it's already run in an other. Allison, Bob a écrit : It seems to be an occasional message. The two projects I have are on a schedule

RE: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Allison, Bob
Looking at the log a little further, when I see the exception occur I seem to see an message about enqueuing a project before and after the exception occurs. Could the problem be caused by starting to build the first project before you finish looking for projects to run? -Original Message-

RE: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Allison, Bob
It seems to be an occasional message. The two projects I have are on a schedule which runs every 15 minutes and I received another failure like this after 12 hours then another one 2 1/2 hours after that. I have not made any SCM changes in the interim on either project, so it would not appear

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
Can you send us logs of plexus.sh runs? Hong Xing a écrit : > I changed port to , and nobody pressed Ctrl-C. > > OS: RedHat9 > JDK: 1.4.2-beta-b19 and 1.5.0-beta-b32c > > INFO | jvm 1| 2005/10/28 14:41:01 | [INFO] Adding HTTP listener on > *: > INFO | jvm 1| 2005/10/28 14:4

Re: Why continuum always auto stopped?

2005-10-28 Thread Hong Xing
I changed port to , and nobody pressed Ctrl-C. OS: RedHat9 JDK: 1.4.2-beta-b19 and 1.5.0-beta-b32c INFO | jvm 1| 2005/10/28 14:41:01 | [INFO] Adding HTTP listener on *: INFO | jvm 1| 2005/10/28 14:41:01 | 14:41:01.197 EVENT Started SocketListener on 0.0.0.0: INFO | jvm

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
Do you have something before this lines that can help us? port already used, Ctrl-C event... What is your os? your jdk? Emmanuel Hong Xing a écrit : > I have used plexus.sh before, but I got the same error. > > I set the DEBUG level for the wrapper log, here it is. > > It looks so strange. >

Re: Why continuum always auto stopped?

2005-10-28 Thread Hong Xing
I have used plexus.sh before, but I got the same error. I set the DEBUG level for the wrapper log, here it is. It looks so strange. INFO | jvm 1| 2005/10/28 14:45:01 | Processing control event(WRAPPER_CTRL_SHUTDOWN_EVENT) INFO | jvm 1| 2005/10/28 14:45:01 | WrapperSimpleApp: controlE

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
I don't know, it works for other users. What is your linux? You can try too to run bin/plexus.sh. It launches directly java app without using the java wrapper. Emmanuel Hong Xing a écrit : > Yes. Is there something wrong? > > > Hong [EMAIL PROTECTED] > 2005-10-28 > - 收到以下来信内容 - > 发

Re: How to force rebuild of projects depending on changed Project

2005-10-28 Thread Emmanuel Venisse
You can look at the roadmap (http://jira.codehaus.org/browse/CONTINUUM?report=com.atlassian.jira.plugin.system.project:roadmap-panel). We don't have define for the moment a date for the release, but I think a date will be defined in few days. Cool, if you can help us to support clearcase, you'r

Re: Re: Why continuum always auto stopped?

2005-10-28 Thread Hong Xing
Yes. Is there something wrong? Hong [EMAIL PROTECTED] 2005-10-28 - 收到以下来信内容 - 发件人: Emmanuel Venisse 收件人: continuum-users 时 间: 2005-10-28, 16:48:27 主 题: Re: Why continuum always auto stopped? your shell console or shell session is always open? Emmanuel Hong Xing a écrit : > I sta

How to force rebuild of projects depending on changed Project

2005-10-28 Thread Christian Schlaefcke
Hi folks, I have a java module that is shared by two webapps (all as m2 projects). At the moment I have to build the webapps war files manually when I change the java module. Can I tell continuum to force a rebuild/war of the webapps when the java module changes? Thanks & Regards, Christian