Done, attached new patch in jira
http://jira.codehaus.org/browse/MPPLUGIN-21
 

> -----Original Message-----
> From: Dion Gillard [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 02, 2004 1:41 AM
> To: Maven Developers List
> Subject: Re: Generate plugin.properties and properties 
> documentation from a common file
> 
> On Fri, 2 Jul 2004 00:15:00 +0200, Carlos Sanchez 
> <[EMAIL PROTECTED]> wrote:
> > 
> > Hi Dion,
> > 
> > Yes, it's true, no doc, no test. Just a "demo" ;) but it 
> will be done.
> > I've only tested it with the aspectj and plugin plugins.
> > 
> > What I need first is how to add a newline character in a jsl file:
> >     <jsl:template match="property">
> >         <j:set var="name"><x:expr select="@name"/></j:set>
> >         <j:set var="default"><x:expr select="@default"/></j:set>
> >         ${name}=${default}<!-- Here there should be a newline -->
> >     </jsl:template>
> 
> I think you could do this with a
> <j:whitespace trim="false">
> ${name}=${default}
> </j:whitespace>
> 
> Untested tho.
> 
> > And upload the dtd to the web server if you agree with name 
> and folder
> > 
> > <!DOCTYPE plugin-properties PUBLIC
> >           "-//Apache Software Foundation//DTD Maven Plugin 
> Properties 
> > Definition 1.0//EN"
> >           "http://maven.apache.org/dtds/plugin-properties_1_0.dtd";>
> > 
> > Or maybe
> > 
> "http://maven.apache.org/reference/plugins/plugin/src/dtds/plugin-prop
> > erties
> > _1_0.dtd"
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to