RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Pascal Thivent
Quoting Vincent Massol <[EMAIL PROTECTED]>: > > > > -Original Message- > > From: Pascal Thivent [mailto:[EMAIL PROTECTED] > > Sent: 13 April 2004 13:43 > > To: [EMAIL PROTECTED] > > Subject: RE: RE: [ejb] verification plugins/tools? > > > > Response to: RE: [ejb] verification plugins/to

RE: Stopping on unit test failures

2004-04-13 Thread Sri Sankaran
Created one. Please see http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPTEST-28. Sri -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:02 PM To: 'Maven Users List' Subject: RE: Stopping on unit test failures That's fixable. Please fi

RE: Stopping on unit test failures

2004-04-13 Thread Brett Porter
That's fixable. Please file a JIRA issue against the test plugin. > -Original Message- > From: Sri Sankaran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 12:59 PM > To: Maven Users List > Subject: RE: Stopping on unit test failures > > > (Answering my own question) > > The

RE: Stopping on unit test failures

2004-04-13 Thread Sri Sankaran
(Answering my own question) The reason of this behavior is that setting of 'maven.test.failure.ignore' will result in the ignoring of unit test failures IRRESPECTIVE OF THE VALUE OF THE PROPERTY. Turns out I didn't read the description of the property going simply by what its name suggests. B

RE: jelly: calling helper functions

2004-04-13 Thread Brett Porter
Yes. Peruse the Maven plugins for various examples. > -Original Message- > From: Andreas Frei [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 13 April 2004 5:40 PM > To: Maven Users List > Subject: jelly: calling helper functions > > > It is actually more a jelly related question. > > Is it

RE: Pb with appserver plugin since rc2

2004-04-13 Thread Brett Porter
Fixed this morning in CVS. Will all work as of RC3. - Brett > -Original Message- > From: Guillaume Lasnier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 3:25 AM > To: Maven Users List > Subject: Pb with appserver plugin since rc2 > > > Hi, > I am having a problem sin

RE: Extending project and inheriting project.properties and maven .xml

2004-04-13 Thread Brett Porter
> But then they can't be overriden by the project.properties in > the subprojects. I think that it can be solved with a j:if > for each property but is there an easy way? Won't happen in Maven 1.0 because it broke people's code when it was implemented as they started relying on this behaviour.

Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-13 Thread Webb Morris
Everyone, In the XDoclet Plugin, when you specify the filesets for the ejbdoclet task, the task always assumes the files will be in pom.build.sourceDirectory. I think this is rather short-sighted (mainly because I have some filesets that are not in that directory ;) ). Anyway, this would be s

Running and debugging with maven/IntelliJ

2004-04-13 Thread Geoffrey
Hi all, I am using Maven to build my J2SE jar applications. They include resources (images etc) and normal class files. Can I run them with Maven too? (I can't seem to find the java:run target) Is it still possible to use IntelliJ's debugger? Thanks for any and all help, Geoffrey ---

Extending project and inheriting project.properties and maven.xml

2004-04-13 Thread Carlos
Hi, I have subprojects with project.xml extending a base project.xml ${basedir}/../../common/project.xml But properties defined in the superproject' project.properties are not available to subprojects. The only way to do this was define properties in the base maven.xml with j:set jikes B

Re: Local goals...

2004-04-13 Thread Niclas Hedhman
On Tuesday 13 April 2004 23:11, Niclas Hedhman wrote: > Also, where do I find the complete reference for the 'syntax' used in the > plugin.jelly? Using instead... -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org | +--//

Pb with appserver plugin since rc2

2004-04-13 Thread Guillaume Lasnier
Hi, I am having a problem since the rc2 where invoking the goal appserver:install does not create the tomcat instance directory under maven.appserver.dir (defined in the plugin.properties of the appserver plugin). After investigating the problem I realized that the goal calls the goal targeted

Re: Multiproject Plugin Error

2004-04-13 Thread John Casey
Within the set of projects being built by multiproject, a dependency cycle has been detected. That is, Project A depends on Project B, which depends on Project A...or something similar. You need to possibly factor the common pieces from these projects and create a Project C or something, that both

RE: Making A subproject Site

2004-04-13 Thread Raphael Philipe Mendes da Silva
Thanks, but how it works? I have entered in the multiproject plugin site but i didn't find some docs... Someone can help?? -Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: terça-feira, 13 de abril de 2004 12:05 To: Maven Users List Subject: Re: Making A subproject

Multiproject Plugin Error

2004-04-13 Thread Raphael Philipe Mendes da Silva
When i tryed to use the multiproject plugin... it returned this Message during the "maven multiproject:site" command BUILD FAILED File.. file:/C:/Documents and Settings/rsilva/.maven/plugins/maven-multiproj ect-plugin-1.2/plugin.jelly Element... maven:reactor Line.. 54 Column 7 A cy

RE: preGoal not invoked

2004-04-13 Thread Sonnathi, Venkat
Thanks. --Venkat. -Original Message- From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 12:38 PM To: Maven Users List Subject: Re: preGoal not invoked On Tue, 2004-04-13 at 11:25, Sonnathi, Venkat wrote: > I have the following maven.xml: > mav

Re: preGoal not invoked

2004-04-13 Thread Craig S. Cottingham
On Tue, 2004-04-13 at 11:25, Sonnathi, Venkat wrote: > I have the following maven.xml: > maven.xml > xmlns:m="jelly:maven" > xmlns:ant="jelly:ant" > xmlns:j="jelly:core"> > > > > > In the preGoal of war:init > fil

preGoal not invoked

2004-04-13 Thread Sonnathi, Venkat
Hi, I have the following maven.xml: maven.xml In the preGoal of war:init End of maven.xml-

Local goals...

2004-04-13 Thread Niclas Hedhman
Hi, Is there some way to declare that a goal is local and shouldn't show up in "maven -g" ??? Also, where do I find the complete reference for the 'syntax' used in the plugin.jelly? Cheers Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.or

Re: Making A subproject Site

2004-04-13 Thread Niclas Hedhman
On Tuesday 13 April 2004 22:54, Raphael Philipe Mendes da Silva wrote: > Hi, I'm new in Maven.. > I need do a project site that have subprojects in it... how i can do > it??? EIther use the or what I like better the multiproject plugin. http://maven.apache.org/reference/plugins/multiproject/i

Re: Subroutines withing the jelly script...

2004-04-13 Thread Niclas Hedhman
A "maven plugin:install" made the problem go away. Cheers Niclas On Tuesday 13 April 2004 21:12, Niclas Hedhman wrote: > Hi, > > I thought that could be used as a kind of subroutine, but for > some reason it doesn't work; > > > Calling Store... > > > > > Storing... > > > The deb

Making A subproject Site

2004-04-13 Thread Raphael Philipe Mendes da Silva
Hi, I'm new in Maven.. I need do a project site that have subprojects in it... how i can do it??? Raphael Philipe Mendes da Silva DSB - Diretoria de Soluções em Billing CPqD Telecom & IT Solutions Tel.: +55 19 3705-6957 www.cpqd.com.br [EMAIL PROTECTED] --

question about xdocs navigation.xml

2004-04-13 Thread Derek B. Greer
I'm trying to add to my navigation, but creating the xdocs/navigation.xml is overwriting the existing navigation that Maven creates. I don't want to modify the generated portion, so how do I merge them together? Derek Greer -

Subroutines withing the jelly script...

2004-04-13 Thread Niclas Hedhman
Hi, I thought that could be used as a kind of subroutine, but for some reason it doesn't work; : Calling Store... : Storing... : The debug output is; attaining goal build:start attaining goal versioning:inc-number build:start: versioning:inc-number:

RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Vincent Massol
> -Original Message- > From: Pascal Thivent [mailto:[EMAIL PROTECTED] > Sent: 13 April 2004 13:43 > To: [EMAIL PROTECTED] > Subject: RE: RE: [ejb] verification plugins/tools? > > Response to: RE: [ejb] verification plugins/tools? > > Hi, > > > That would be a nice addition to the jboss

RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Pascal Thivent
Response to: RE: [ejb] verification plugins/tools? Hi, > That would be a nice addition to the jboss plugin. We could add a new > "jboss:verify" goal that runs the JBoss verifier. Would you fancy adding > this Dominique? :-) I wonder why this goal should be tied to the jboss plugin ? From my poi

RE: Maven, Windows, CVS, and Cygwin

2004-04-13 Thread Jörg Schaible
Hi Derek, Derek B. Greer wrote on Monday, April 12, 2004 8:16 PM: > I just got Maven to access my CVS repository from within > Cygwin, but I'm > curious as to how others > are running Maven from Windows and getting their CVS reports to work. > > For those who are curious, what I had to do was run

jelly: calling helper functions

2004-04-13 Thread Andreas Frei
It is actually more a jelly related question. Is it possible to call from inside a jelly goal a helper function with some arguments and returning a value? thanks, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona