You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Willie Vu <ct...@ust.hk> on 2003/04/12 05:09:22 UTC

[PATCH] add report support to faq plugin

The attached is patch to add report support to faq plugin.



Re: [PATCH] add report support to faq plugin

Posted by Ben Walding <de...@walding.com>.
Applied

Willie Vu wrote:

>Sorry.  Here it is again.
>
>--
>Willie Vu
>
>
>  
>
>>-----Original Message-----
>>From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
>>Sent: Saturday, April 12, 2003 11:54
>>To: Maven Developers List
>>Subject: Re: [PATCH] add report support to faq plugin
>>
>>
>>Willie, there was no attachment...
>>--
>>dIon Gillard, Multitask Consulting
>>Blog:      http://www.freeroller.net/page/dion/Weblog
>>Work:      http://www.multitask.com.au
>>
>>
>>"Willie Vu" <ct...@ust.hk> wrote on 12/04/2003 01:09:22 PM:
>>
>>    
>>
>>>The attached is patch to add report support to faq plugin.
>>>
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>    
>>
>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: dev-help@maven.apache.org
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>    
>>
>>------------------------------------------------------------------------
>>
>>Index: plugin.jelly
>>===================================================================
>>RCS file: /home/cvspublic/maven/src/plugins-build/faq/plugin.jelly,v
>>retrieving revision 1.5
>>diff -u -u -r1.5 plugin.jelly
>>--- plugin.jelly	27 Mar 2003 13:20:45 -0000	1.5
>>+++ plugin.jelly	12 Apr 2003 04:05:39 -0000
>>@@ -1,10 +1,32 @@
>> <?xml version="1.0"?>
>> 
>> <project
>>-  xmlns:ant="jelly:ant"
>>   xmlns:j="jelly:core"
>>   xmlns:util="jelly:util"
>>-  xmlns:x="jelly:xml">
>>+  xmlns:x="jelly:xml"
>>+  xmlns:ant="jelly:ant"
>>+  xmlns:doc="doc">
>>+
>>+  <goal name="maven-faq-plugin:register">
>>+    <j:if test="${sourcesPresent}">
>>+      <doc:registerReport 
>>+        name="FAQs"
>>+        pluginName="faq"
>>+		description="Frequently Asked Questions."
>>+        link="faq"/>
>>+    </j:if>
>>+  </goal>
>>+
>>+  <goal name="maven-faq-plugin:deregister">
>>+    <j:if test="${sourcesPresent}">
>>+		<doc:deregisterReport name="FAQs"/>
>>+    </j:if>
>>+  </goal>
>>+
>>+  <goal name="faq:report" 
>>+    description="Generate FAQs">
>>+      <attainGoal name="faq"/>
>>+  </goal>
>> 
>>   <goal name="faq"
>>     description="Generates an FAQ xdoc file from an FAQ XML document">
>>
>>    
>>
>>------------------------------------------------------------------------
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>For additional commands, e-mail: dev-help@maven.apache.org
>>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [PATCH] add report support to faq plugin

Posted by Willie Vu <ct...@ust.hk>.
Sorry.  Here it is again.

--
Willie Vu


> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: Saturday, April 12, 2003 11:54
> To: Maven Developers List
> Subject: Re: [PATCH] add report support to faq plugin
> 
> 
> Willie, there was no attachment...
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
> 
> 
> "Willie Vu" <ct...@ust.hk> wrote on 12/04/2003 01:09:22 PM:
> 
> > The attached is patch to add report support to faq plugin.
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

Re: [PATCH] add report support to faq plugin

Posted by di...@multitask.com.au.
Willie, there was no attachment...
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Willie Vu" <ct...@ust.hk> wrote on 12/04/2003 01:09:22 PM:

> The attached is patch to add report support to faq plugin.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org