CruiseControl, Maven, modificationsets

2004-10-07 Thread Nigel Magnay
Hi people We're using CruiseControl and Maven quite happily for individual project builds and larger 'continuous integration' type stuff. Cruisecontrol gets launched with the cvs modificationset detecting whether there have been any changes to a part of the cvs repo relevant to that project. It

passing property values to subprojects?

2004-10-07 Thread David Bock
I have a number of subprojects I am invoking via the reactor. I have a property defined in the same goal as the reactor, and the property seems to be set at that time, but the property does not seem to be set when the subprojects goals are invoked. Is there a way I can set a property and pass

Re: passing property values to subprojects?

2004-10-07 Thread dan tran
David, I am seeing the same problem that you see, i think. http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=16633 -D On Thu, 07 Oct 2004 09:39:41 -0400, David Bock [EMAIL PROTECTED] wrote: I have a number of subprojects I am invoking via the reactor. I have a property defined in

Re: passing property values to subprojects?

2004-10-07 Thread David Bock
I have just been trying to use ant's property tag in the goal I have defined in maven.xml... I now think that might not be the way to do this... I found the maven:property tag, which seems to RETRIEVE a property from the MavenjellyContext context. If I knew how to SET a property in that context,

Native-Plugin - library name

2004-10-07 Thread rakesh bhakta
I am trying to use the maven-native-plugin and have found some success running the HelloWorld sample on both a cygwin/window and a linux enviroment after manually renaming the library file. The issue I have is with the resulting library name from the HelloWorld maven build. 1) Why does the

extra files in META-INF

2004-10-07 Thread Charles N. Harvey III
Hello. I am trying to use Hivemind and it requires that my config files get placed in the META-INF directory of my jar file. So far, from the jar plugin, I can't seem to figure out where I should place these files and what properties I have to set to get them built into the jar. project/

RE: CruiseControl, Maven, modificationsets

2004-10-07 Thread Eric Pugh
Also, there is support for this in the plugin.. check the properties documentation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 4:51 PM To: Maven Users List; Nigel Magnay Subject: Re: CruiseControl, Maven, modificationsets

Re: passing property values to subprojects?

2004-10-07 Thread dan tran
I may have missed read your question, could you give us code example? -D On Thu, 07 Oct 2004 10:52:22 -0400, David Bock [EMAIL PROTECTED] wrote: I have just been trying to use ant's property tag in the goal I have defined in maven.xml... I now think that might not be the way to do this...

Re: Retreiving environment variable in maven.xml

2004-10-07 Thread matthew.hawthorne
dan tran wrote: Hello, is there a way to do that? I did some search on it but found no clue (i am looking for ANT_HOME) You do it the same way that you would in Ant. property environment=env/ ${env.ANT_HOME} - To unsubscribe,

RE: CruiseControl, Maven, modificationsets

2004-10-07 Thread STRAYER, JON \(SBCSI\)
From what I understand the next version of CruiseControl is supposed to have an idea of dependencies. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 9:51 AM To: Maven Users List; Nigel Magnay Subject: Re: CruiseControl, Maven,

Maven 2.0 question

2004-10-07 Thread STRAYER, JON \(SBCSI\)
Is Jelly still the scripting language for Maven 2.0? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven 2.0 question

2004-10-07 Thread Jason van Zyl
On Thu, 2004-10-07 at 14:47, STRAYER, JON (SBCSI) wrote: Is Jelly still the scripting language for Maven 2.0? The short answer is no. The long answer is that there will be several options for scripting plugins: the XML scripting option is something called Marmalade which is something like

Accessing Maven's Project descriptor outside Maven - how?

2004-10-07 Thread Rolf Schmidiger
Hello maven-ers I'm currently writing a Doclet which generates a XML Descriptor of the Java Sources (and a Javadoc PDF using FOP). Now i want to include some Maven properties from the project.xml. I have used: Project prj = new Project(); prj.setFile(mavenDescriptor); try {

Re: Maven 2.0 question

2004-10-07 Thread Earl . Hokens
Is there a planned release date for Maven 2.0? Regards, Earl Hokens 312-322-4173 (desk) 312-404-2718 (mobile) [EMAIL PROTECTED] Jason van Zyl [EMAIL PROTECTED] 10/07/2004 02:52 PM Please respond to Maven Users List To: Maven Users List [EMAIL PROTECTED] cc:

Re: Maven 2.0 question

2004-10-07 Thread Emmanuel Venisse
- Original Message - From: [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Thursday, October 07, 2004 10:37 PM Subject: Re: Maven 2.0 question Is there a planned release date for Maven 2.0? No precise date. The next year. Regards, Earl Hokens 312-322-4173

Re: Maven 2.0 question

2004-10-07 Thread Leif Nelson
So I gotta ask.. What's so bad about Groovy? :-) I'd really like to know what makes it unsuitable for your use. And, I've never used any of the options you describe except the beanshell. Thanks, --Leif Some other options are Beanshell, Janino and possibly JRuby. Don't even ask about Groovy

Re: Maven 2.0 question

2004-10-07 Thread Jason van Zyl
On Thu, 2004-10-07 at 16:50, Leif Nelson wrote: So I gotta ask.. What's so bad about Groovy? :-) I'm not going to answer that question in a public forum. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it

Re: Native-Plugin - library name

2004-10-07 Thread Joachim Bader
Hi, On Thursday 07 October 2004 17:14, rakesh bhakta wrote: I am trying to use the maven-native-plugin and have found some success running the HelloWorld sample on both a cygwin/window and a linux enviroment after manually renaming the library file. The issue I have is with the resulting