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> 

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-properties
_1_0.dtd"


Regards


Carlos Sanchez
A Coruņa, Spain

Oness Project
http://oness.sourceforge.net


> -----Original Message-----
> From: Dion Gillard [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 01, 2004 3:57 PM
> To: Maven Developers List
> Subject: Re: Generate plugin.properties and properties 
> documentation from a common file
> 
> This makes it available, and looks ok.
> 
> However, I didn't see any docs for it, or any tests.
> 
> I'm happy it can do the job, but to adopt it, we need to 
> document it, have it tested, and convert maven-plugins over 
> to use it too.
> 
> On Thu, 1 Jul 2004 11:47:56 +0200, Carlos Sanchez 
> <[EMAIL PROTECTED]> wrote:
> > 
> > I've just submitted the patch to JIRA.
> > 
> > Comments, please?
> 
> ---------------------------------------------------------------------
> 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