Re: location of pom.xml

2007-09-13 Thread CyTG
Emmanuel, thank you, genius :). The scm in the pom took out an entire module, where infact it should only take a subdirecotry (where the same pom is located for delightful recursive directory foo'in) Thanks again :) On 9/12/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Do you have you

problems with mail using Continuum on Tomcat

2007-09-13 Thread Thijs Schnitger
Hi, I'm having some trouble getting Continuum 1.1-beta-2 to run properly on Tomcat 5.5.25 I followed the hints on http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat Everything seems to work ok but an error (trace below) is generated whenever Continuum tries to send mail. I get

Re: Group build all order

2007-09-13 Thread Emmanuel Venisse
Continuum looks at dependencies and find the build order with them. Do you think to an ANT/Shell project? Emmanuel Raúl Arabaolaza Barquín a écrit : Hi: Using continuum 1.1-beta2 is possible to control the order in wich projects are build when using the build all button in a group? I think

Re: problems with mail using Continuum on Tomcat

2007-09-13 Thread olivier lamy
Hi, What is your os ? I think return code 127 for a cli means command not found. Does your jdk installation linked to an existing jdk path ? There is a validation when you add a jdk but if is it removed after. What is the type of project : mvn, maven1, ant or shell ? -- Olivier 2007/9/13, Thijs

Re: problems with mail using Continuum on Tomcat

2007-09-13 Thread olivier lamy
Do you have export M2_HOME before starting your tomcat ? or do you use an installation for your mvn ? -- Olivier 2007/9/13, Thijs Schnitger [EMAIL PROTECTED]: olivier lamy wrote: What is your os ? i use debian linux with a 2.6.18 kernel I think return code 127 for a cli means command

RE: Group build all order

2007-09-13 Thread Raúl Arabaolaza Barquín
Hi Emmanuel Thanks for the response, i´m thinking in maven2 projects without composition (modules) I would like to control wich projects in the same level of the dependency graph are executed before. I.E: Project B and C both depend on project A, i would like to control project B and C

Re: problems with mail using Continuum on Tomcat

2007-09-13 Thread Emmanuel Venisse
is the project build correctly? Do you have /bin/bash? Emmanuel olivier lamy a écrit : Do you have export M2_HOME before starting your tomcat ? or do you use an installation for your mvn ? -- Olivier 2007/9/13, Thijs Schnitger [EMAIL PROTECTED]: olivier lamy wrote: What is your os ? i

Re: Group build all order

2007-09-13 Thread Emmanuel Venisse
If you don't have a specific project for your integration tests but they are in your client, you need to add a test dependency in your client to the implementation. We'll add the possibility to add new dependencies on a project in Continuum but I don't think it will be in 1.1 Emmanuel Raúl

Re: problems with mail using Continuum on Tomcat

2007-09-13 Thread Thijs Schnitger
Emmanuel Venisse wrote: is the project build correctly? I have several (10) projects that build ok, and then some with failures and 2 with errors. All are maven2 projects. Do you have /bin/bash? I don't know what you mean here. I use the bash shell, yes. -- Thijs Schnitger Func.

Re: problems with mail using Continuum on Tomcat

2007-09-13 Thread Emmanuel Venisse
I asked about /bin/bash because all externals processes are launched with it instead of /bin/sh (http://jira.codehaus.org/browse/CONTINUUM-1447) I just don't understand why you get this error during the notification if your projects build fine under continuum for the build we run 'mvn goals'

No Mail being sent with version 1.1 beta 2

2007-09-13 Thread Mark_E
Hello, I am currently testing Version 1.0.3 and Version 1.1 beta 2. When a build in version 1.0.3 completes, I have it set to send an email automatically. I set the alwaysSend value in the application.xml to true so that I get an email regardless. In version 1.1 beta 2, I cannot find the