I fixed it in cvs head.
The correct line is <j:if test="${maven.jar.manifest.extensions.add ==
'true'}">
----- Original Message -----
From: "Christian Goos" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, September 04, 2003 2:04 PM
Subject: RE: Problem with Jar-Plugin Extension List
> Thanks, I will do. But I don't know how yet.
> Are there some guidelines to follow (project, issue type, etc.),
> when raising an issue.
>
> Raise this into jira and I'll fix it asap.
>
> Christian Goos wrote:
>
> > Hi,
> >
> > Although I set the variable "maven.jar.manifest.extensions.add==true"
the
> > extension list is never created.
> > So I had a look in the plugin source and replaced the original line
> > <j:if test="${maven.jar.manifest.extensions.add} == 'true'">
> >
> > with
> > <j:set var="extensionOn"
> > value="${maven.jar.manifest.extensions.add}" />
> > <j:if test="${extensionOn=='true'}">
> >
> > After that, setting the variable to "true" creates the list.
> > I am really not a jelly-expert so what is the difference between the
two?
> > Is it necessary to fix the plugin?
> > Thanks
> >
> > Christian
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]