Shell builds in maven projects

2007-11-06 Thread Raúl Arabaolaza Barquín
Hi: I,ve got a shell project wich must be executed the last of my project group build queue. When using continuum (1.1-beta4) you can add a build definition of type shell in a maven 2 project, but it dosen´t execute as a shell build but as a maven build. Is this the intended behaviour? Alte

RE: Build all schedule

2007-11-05 Thread Raúl Arabaolaza Barquín
7 17:22 Para: [EMAIL PROTECTED] Asunto: Re: Build all schedule If your projects are m2 projects, Continuum will read dependencies to find the order. To change the schedule used by a group, edit the group build definition in the 'Build Definitions' tab Emmanuel Raúl Arabaolaza Barquín a

Diferent build definitions with project group build all

2007-10-22 Thread Raúl Arabaolaza Barquín
Hi: We have several maven 2 projects without modules that i would like to run secuentally in the correct dependency order, if i create a project group for them and use the build all feature continumm resolves the order and invokes the default build definition for every project secuentially, b

RE: Group build all order

2007-09-13 Thread Raúl Arabaolaza Barquín
re 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 Arabaolaza Barquín a écrit : > Hi Emmanuel > > Than

Group build all order

2007-09-13 Thread Raúl Arabaolaza Barquín
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 continuum analyces dependency tree and for projects in the same level of the tree it uses alphabetical order, is this correct? I´m thinking in independ

RE: Help Info for Goal?

2007-08-30 Thread Raúl Arabaolaza Barquín
Hi: Take a look at the help plugin, the help:describe goal gives you all you want ;) http://maven.apache.org/plugins/maven-help-plugin/describe-mojo.html Regards. -Mensaje original- De: [EMAIL PROTECTED] en nombre de Roger Ye Enviado el: jue 30/08/2007 10:46 Para: Maven Users List Asu

Echoing execution phase with a Mojo

2007-08-29 Thread Raúl Arabaolaza Barquín
Hi: I´m developing a pluging to echoe it´s execution phase to console, in the Wiki FAQ this is one unanswered question so i tried it out by myself. I believed that by using the MojoDescriptor i could get it (javadocs are not too complet) but i´m having a NullPointerException when trying to re

RE: Generate a ear from a ejb project

2007-06-06 Thread Raúl Arabaolaza Barquín
Vandermeeren [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 06 de junio de 2007 13:08 Para: Maven Users List Asunto: Re: Generate a ear from a ejb project On 6/6/07, Raúl Arabaolaza Barquín <[EMAIL PROTECTED]> wrote: > > Can I generate a ear file with a ejb module without creating a e

Generate a ear from a ejb project

2007-06-06 Thread Raúl Arabaolaza Barquín
Hi: I have a ejb Project wich i would like to package as an ear too without creating a specific ear project but using the ejb project´s pom I´ve tried to add the project as a ebjModule in the pom.xml this way 4.0.0 com.endesa XmlWriterTransmisor XmlWriterTransmisor ejb

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello: The build cicle we are thinking in requieres developers to do unit test in their machines, update from SVN and test again, they should commit only after that, this way we expect some builds to fail because of integration issues more than other thing. Ravi some of our team are new to Extr

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello Daniel: Thanks for the answer. So you think the best way is to let developers commit manually and use the integration Server to make the builds once the SCM repository has change and inform in case of error? I´ve think in that too, but I would like to consider all available options befor

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
nuous+Integration+Server+Feature+Matrix [2] http://hudson.dev.java.net/ [3] http://www.atlassian.com/software/bamboo/ Wayne On 5/15/07, Raúl Arabaolaza Barquín <[EMAIL PROTECTED]> wrote: > Hello: > > > > I´m just begining using maven and have a little question about it´s feature

A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello: I´m just begining using maven and have a little question about it´s features. Let´s suppose I have a developers team working simultaneously in the same project, I want maven to automate the following process: 1º Compile using the pom´s declared dependencies