You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/08/07 00:21:57 UTC

[jira] Created: (MNG-706) plugin:xdoc should be a report

plugin:xdoc should be a report
------------------------------

         Key: MNG-706
         URL: http://jira.codehaus.org/browse/MNG-706
     Project: Maven 2
        Type: Improvement
  Components: maven-plugins  
 Reporter: Brett Porter
     Fix For: 2.0-beta-2


this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_45914 ] 

Stephane Nicoll commented on MNG-706:
-------------------------------------

I'll try to do it this week.

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugins
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47073 ] 

Vincent Siveton commented on MNG-706:
-------------------------------------

As discussed on IRC,  I have updated the DoxiaMojo class to process generatedSiteDirectory directory at the end.

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

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

Brett Porter updated MNG-706:
-----------------------------

    Component:     (was: maven-plugins)
               maven-plugin-plugin

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

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

Trygve Laugstol updated MNG-706:
--------------------------------

    Complexity: Novice

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugins
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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] Closed: (MNG-706) plugin:xdoc should be a report

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-706?page=all ]
     
Stephane Nicoll closed MNG-706:
-------------------------------

    Resolution: Fixed

This is done. 

Remarks:

* urlValidator is buggy : it does not recognize relative URL. Overview page is currently buggy, see AbstractMavenReportRenderer.getValidHref() 

* I had to copy/paste codes to populate the pluginDescriptor. Can anyone have a look to it?

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47074 ] 

Stephane Nicoll commented on MNG-706:
-------------------------------------

Now generating overview page as suggested by Vincent S. on IRC.

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47234 ] 

Vincent Siveton commented on MNG-706:
-------------------------------------

Fixed in SVN with the new reporting API.

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47080 ] 

Vincent Siveton commented on MNG-706:
-------------------------------------

Moreover, if javadoc in a mojo contains links, the generated description doesnt handle correctly this link.
So how to handle correctly javadoc?

For instance, the generated description by this new report for JavadocReport is:
Generates documentation for the Java code in the project using the standard <a href="http://java.sun.com/j2se/javadoc/">Javadoc Tool</a> tool.

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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-706) plugin:xdoc should be a report

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47066 ] 

Stephane Nicoll commented on MNG-706:
-------------------------------------

It's done on my local box but the generated xdoc is not picked up by the site mojo.

Can anyone help?

> plugin:xdoc should be a report
> ------------------------------
>
>          Key: MNG-706
>          URL: http://jira.codehaus.org/browse/MNG-706
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-plugin
>     Reporter: Brett Porter
>     Assignee: Stephane Nicoll
>      Fix For: 2.0-beta-2

>
>
> this has been around since before the reporting api, but now needs to be converted so that the plugin docs can be seamlessly added to the website.

-- 
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