Re: How to output a jar element within maven.xml

2003-09-08 Thread dion
Shouldn't this go in the Jelly docs, as it's not a feature of Maven per se. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Paul Libbrecht [EMAIL PROTECTED] wrote on 08/09/2003 09:05:21 PM: Cool, that's exactly what I was missing. Please then add

Re: How to output a jar element within maven.xml

2003-09-08 Thread Paul Libbrecht
Good point if indeed the ant plugin does this but I feel it should not as it is not a problem in jelly, the blank-namespace (note, this is different than the default-namespace) is not pre-registred as it is in Maven. Actually I'm still not clear about the ant tag-library role in there... for

Re: How to output a jar element within maven.xml

2003-09-07 Thread Paul Libbrecht
The problem: I want to generate a jnlp manifest, they have no namespace and have children called property and jar. However, the no-namespace property and jar elements are defined in all maven.xml and included scripts... namely they are attached to their associated ant tasks. And the problem

Re: How to output a jar element within maven.xml

2003-09-07 Thread dion
Huh?? The ant plugin does this ok. using xmlns=dummy -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Paul Libbrecht [EMAIL PROTECTED] wrote on 08/09/2003 08:13:16 AM: The problem: I want to generate a jnlp manifest, they have no namespace and

How to output a jar element within maven.xml

2003-09-04 Thread Paul Libbrecht
Hi, I am currently making a bunch of JNLP output within a maven.xml and... maven complains that the jar element needs a jar-file to be specified... Well... I tried putting everything in the no-namespace world, but that doesn't help either... My current solution is to use xml:element but it's

Re: How to output a jar element within maven.xml

2003-09-04 Thread dion
post us a sample -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Paul Libbrecht [EMAIL PROTECTED] wrote on 04/09/2003 06:53:00 PM: Hi, I am currently making a bunch of JNLP output within a maven.xml and... maven complains that the jar element