RE: Migrate Maven to using Ant1.6

2004-01-06 Thread Amnon Khen
Hi, I also find Ant 1.6 support in maven very useful; mainly because of the new Selectors and Macro definitions. Amnon __ Amnon Khen, Configuration Management, Cash-U Mobile Technologies LTD. Mobile: +972-(0)54-922394 / Office:

Issue tracking

2004-01-06 Thread Norbert Pabi
Which issue tracking system should be used now? Jira on codehous or on nagoya? Both are up and running. -- Norbert Pabi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Issue tracking

2004-01-06 Thread Emmanuel Venisse
On codehaus. Emmanuel - Original Message - From: Norbert Pabi [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 9:48 AM Subject: Issue tracking Which issue tracking system should be used now? Jira on codehous or on nagoya? Both are up and

Multiproject and jelly scripting

2004-01-06 Thread Hahne, Ronald
I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the subordinate projects. Can anyone tell how to obtain this info? Thanks, \/ Ron Hahne(* *) C3C032 oo0()0oo

Newline as delimiter for util:tokenize?

2004-01-06 Thread jan-helge . bergesen
How does one get this to work? u:tokenize delim=\n var=${some.output}/ ${some.text}/u:tokenize won't work..? Regards, Jan-Helge

Re: Multiproject and jelly scripting

2004-01-06 Thread Jake Ewerdt
In my maven.xml file, I just reference them like ${pom.artifactId} ${pom.currentVersion} -jake On Tuesday 06 January 2004 07:36 am, Hahne, Ronald wrote: I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the

Re: Newline as delimiter for util:tokenize?

2004-01-06 Thread Heiko Kundlacz
Hi I tried this also, also with \r\n and unicode style. Without any success. I changed completely to xml-files and read my configuration for Visual Source Safe from xml with xpath. This is all provided with jelly:xml Heiko [EMAIL PROTECTED] wrote: How does one get this to work? u:tokenize

Re: Newline as delimiter for util:tokenize?

2004-01-06 Thread jan-helge . bergesen
Thanks for the advise, but it's Not An Option(tm). I'm trying to analyze the update log from cleartool update on a snapshot view. This looks like: New: sw\uml\FM.mdl \main\1 Updated: sw\java\axxtmn\src\no\axxessit\client\appl\mapviewer\MapViewer.java

Re: Newline as delimiter for util:tokenize?

2004-01-06 Thread Heiko Kundlacz
Hi Jan, in such cases I use http://www.cygwin.org But maybe another user here is able to help. Another approach would be to create your own Java programm, open a FileStream, count lines. Rember, that you can access java classes and methods directly from jelly. Heiko [EMAIL PROTECTED] wrote:

Issue Summaries in JIRA

2004-01-06 Thread Jason van Zyl
Hi, I'm just looking through the issues in the xdoc plugin as I'm looking to make a small release and there are issue summaries like To have custom filters and Customization template. Well those don't really tell me anything useful without having to actually bring up the issue which defeats the

[QUESTION] AndroMDA Maven Plugin

2004-01-06 Thread Daniel S. Haischt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello, I am currently writing a Maven plugin for AndroMDA. see - http://www.andromda.org/ AndroMDA ships with an Ant task called ... ~ org.andromda.core.anttasks.AndroMDAGenTask ... that needs to be executed. I tried to model the Maven plugin for

Re: Multiproject and jelly scripting

2004-01-06 Thread Gilles Dodinet
Hahne, Ronald wrote: I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the subordinate projects. Can anyone tell how to obtain this info? you could iterate through all maven.multiproject.includes and instantiate a pom

Re: [QUESTION] AndroMDA Maven Plugin

2004-01-06 Thread Daniel S. Haischt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forgot that attachments will be discarded, sorry 'bout that. Below you will find the jelly script part that sets up the Ant taskdef. I am 100% sure how to reference to a dpendency path. Do I have to use the id or the groupId or the artifactId? -

Re: [QUESTION] AndroMDA Maven Plugin

2004-01-06 Thread Jason van Zyl
On Tue, 2004-01-06 at 11:54, Daniel S. Haischt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello, I am currently writing a Maven plugin for AndroMDA. see - http://www.andromda.org/ AndroMDA ships with an Ant task called ... ~ org.andromda.core.anttasks.AndroMDAGenTask

RE: [QUESTION] AndroMDA Maven Plugin

2004-01-06 Thread J. Matthew Pryor
I've already done this, I can send you mine if you wish Matthew -Original Message- From: Daniel S. Haischt [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 3:55 AM To: Maven Users List Subject: [QUESTION] AndroMDA Maven Plugin -BEGIN PGP SIGNED MESSAGE-

Fw: Question: problem with MAVEN's jar format

2004-01-06 Thread Emmanuel Venisse
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 10:29 PM Subject: Question: problem with MAVEN's jar format Emmanuel, I have a problem with Maven JAR plugin's generated JAR files. I am writing a tag library packed in JAR file

Disabling maven.xml inheritance

2004-01-06 Thread Matthieu RIOU
Hi, I'm using POM inheritance and find it very useful, but the inheritance of goals and pregoals in maven.xml is sometimes not so nice. My understanding is that it can make the definition of pregoals in the root project tricky if you're calling the reactor inside. Anyway, I was just

RE: Disabling maven.xml inheritance

2004-01-06 Thread Brett Porter
Not at the moment. Please file a request in JIRA. -Original Message- From: Matthieu RIOU [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 January 2004 8:57 AM To: [EMAIL PROTECTED] Subject: Disabling maven.xml inheritance Hi, I'm using POM inheritance and find it very useful,

CORBA IDL

2004-01-06 Thread Sean Kelly
Maven mavens: I'm exploring Maven for use on a project that has IDL files that go through JacORB to become Java source files. Before I start writing a maven-idl-plugin, does anyone else already have such a beast? I'd appreciate taking a look if not outright using what already exists. --

Re: CORBA IDL

2004-01-06 Thread Stephen McConnell
Sean Kelly wrote: Maven mavens: I'm exploring Maven for use on a project that has IDL files that go through JacORB to become Java source files. Before I start writing a maven-idl-plugin, does anyone else already have such a beast? I'd appreciate taking a look if not outright using what

Re: CORBA IDL

2004-01-06 Thread Sean Kelly
I wrote a maven plugin for the OpenORB IDL compiler a while ago. It basically deployed the OpenORB compiler ant task which is where all of the actual work was done. That'd be great. Nothing wrong with OpenORB where I come from. :) Thanks, Sean. -- Sean Kelly Independent Consultant

Re: CORBA IDL

2004-01-06 Thread Stephen McConnell
Sean Kelly wrote: I wrote a maven plugin for the OpenORB IDL compiler a while ago. It basically deployed the OpenORB compiler ant task which is where all of the actual work was done. That'd be great. Nothing wrong with OpenORB where I come from. :) This content should provide everything you

Building a list in a variable

2004-01-06 Thread Gargan, Stephen
I have a number of top level modules in an ear that I want the war to be able to access but I do not want them included in the libs folder as other modules also use them and I end up with classloader issues. Typically what I have done to remedy this is to include the modules required in a

Adding Build Numbers To Generated Artifacts?

2004-01-06 Thread conradwt
Hi, is there a way to add a build number onto the generated artifacts? This is mostly for the nightly builds. For example, I would like to have the following: productname-2.3.4.10.jar (where 10 is the build number). Thanks in advance, -Conrad

Re: Building a list in a variable

2004-01-06 Thread Jefferson K. French
On Tue, 6 Jan 2004, at 15:55:05 [GMT -0800] Gargan, Stephen wrote: j:set var=manifestclasspath value=${manifestClasspath} ${lib.name} scope=parent/ The second reference to manifestclasspath is mixed case. Are variables case sensitive? Jeff -- mailto:[EMAIL PROTECTED]

Re: Adding Build Numbers To Generated Artifacts?

2004-01-06 Thread Jefferson K. French
Yes. Change the value of maven.final.name in the artifact's preGoal. Something like: preGoal name=jar:jar j:set var=maven.final.name value=${pom.artifactId}-${version}/ ant:echoUpdating snapshot JAR to: ${maven.final.name}/ant:echo /preGoal Jeff On Wed, 07 Jan 2004, at 00:51:22

RE: Adding Build Numbers To Generated Artifacts?

2004-01-06 Thread Brett Porter
Can I suggest trying maven jar:install-snapshot? That'll timestamp them, which is perfect for nightlies. Cheers, Brett -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 January 2004 12:00 PM To: Maven Users List; [EMAIL PROTECTED] Subject:

Re: Building a list in a variable

2004-01-06 Thread dion
Yes. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jefferson K. French [EMAIL PROTECTED] wrote on 07/01/2004 11:57:14 AM: On Tue, 6 Jan 2004, at 15:55:05 [GMT -0800] Gargan, Stephen wrote: j:set var=manifestclasspath

RE: Adding Build Numbers To Generated Artifacts?

2004-01-06 Thread Lester Ward
Hi, is there a way to add a build number onto the generated artifacts? You might try the BuildNumber Ant task: buildnumber file=mybuild.number/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Maven site:generate stack overflow problem

2004-01-06 Thread Kumar, Vikram
I am receiving the following error when I run site:generate. I was wondering whether anyone has seen this before. . . . Validating apidocs/index-all.html An irrecoverable stack overflow has occurred. Unexpected Signal : 11 occurred at PC=0xfb1ebbcc Function name=get (compiled Java code)