You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2005/10/30 16:22:33 UTC

[jira] Created: (MNG-1367) Guide to creating report plugin

Guide to creating report plugin
-------------------------------

         Key: MNG-1367
         URL: http://jira.codehaus.org/browse/MNG-1367
     Project: Maven 2
        Type: Task
  Components: documentation - guides  
 Reporter: Jason van Zyl


Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MNG-1367) Guide to creating report plugin

Posted by "Dave Sag (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1367?page=comments#action_51219 ] 

Dave Sag commented on MNG-1367:
-------------------------------

I'd quite like to see a hello world.  also, as I am facing this issue right now, I would ideally love to see an example of a report that is generated from an XML file by applying an XSLT stylesheet to it.


> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task
>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MNG-1367) Guide to creating report plugin

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1367?page=comments#action_51285 ] 

Allan Ramirez commented on MNG-1367:
------------------------------------

Thanks for the feedback, So I think I have to create the guide in 2 parts, the 1st one is for the beginner level which has the hello world sample 
and the other for intermediate level with the attached sample and apply some snippet macro for the needed code. 

> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task
>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MNG-1367) Guide to creating report plugin

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1367?page=all ]

Allan Ramirez updated MNG-1367:
-------------------------------

    Attachment: maven-report-plugin.zip

Hi everyone, 

Need some thoughts about this sample plugin. Can I use this sample for a guide or should I make a simpler one, something like hello world? 

Thanks,
-allan

> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task
>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MNG-1367) Guide to creating report plugin

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1367?page=all ]

John Casey updated MNG-1367:
----------------------------

    Fix Version: documentation

> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task

>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>      Fix For: documentation
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MNG-1367) Guide to creating report plugin

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1367?page=comments#action_51242 ] 

Jason van Zyl commented on MNG-1367:
------------------------------------

I would start with a simple hello world. What can also be done is that we can check the code for the sample plugin into SVN and use the snippet macro to incorporate sources from an URL in the documentation. You can look at this as an example of how to use the snippet macro:

http://svn.apache.org/viewcvs.cgi/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt?rev=331054&view=markup

You'll need to flesh out the guide before I commit it.

> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task
>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MNG-1367) Guide to creating report plugin

Posted by "Dave Sag (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1367?page=comments#action_51305 ] 

Dave Sag commented on MNG-1367:
-------------------------------

fair enough - documenting the sink too would be a good idea.  my current thinking is that i don't need it as I am generating my page from xml and xslt - but i could be wrong.  i have not, for example, worked out how maven's site plugin knows how to add the links from the navigation, or what the value I should supply for getOutputName() method should be.  (ie is this name used for display or for file naming?  should it be qalab.html or QALab Report?


> Guide to creating report plugin
> -------------------------------
>
>          Key: MNG-1367
>          URL: http://jira.codehaus.org/browse/MNG-1367
>      Project: Maven 2
>         Type: Task
>   Components: documentation - guides
>     Reporter: Jason van Zyl
>     Assignee: Allan Ramirez
>  Attachments: maven-report-plugin.zip
>
>
> Show people how to make reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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