You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/25 17:04:02 UTC

[jira] Created: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:03 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Sat, 21 Aug 2004 4:23 PM

Added. Thanks a lot.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7

   Assignee: Arnaud HERITIER
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sat, 21 Aug 2004 4:23 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_44938 ] 

Jeff Jensen commented on MPJAVADOC-35:
--------------------------------------

Wow, this would be a fantastic improvement for this plugin.


> Add javadoc warning report formatted similar to Checkstyle report
> -----------------------------------------------------------------
>
>          Key: MPJAVADOC-35
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-35
>      Project: maven-javadoc-plugin
>         Type: New Feature
>     Reporter: Steven Caswell
>     Priority: Minor
>      Fix For: 1.7
>  Attachments: Javadoc1.java, Javadoc2.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXmlTest.java, javadoc-warning-sample.jpg, javadoc-warnings.jsl, javadoc-warnings.patch, report.txt
>
>
> As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.

-- 
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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:15 AM
    Comment:
src/plugin-resources/javadoc-warnings.jsl
    Changes:
             Attachment changed to javadoc-warnings.jsl
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:15 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:17 AM
    Comment:
src/test/report.txt

    Changes:
             Attachment changed to report.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:17 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:44 AM
    Comment:
Oops, I realized that the first version of this file I submitted had the wrong copyright/license notice and wasn't indented properly.
    Changes:
             Attachment changed to JavadocWarningsTextToXml.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:44 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:54 AM
    Comment:
Patch to plugin.jelly, plugin.properties, project.xml
    Changes:
             Attachment changed to javadoc-warnings.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:54 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Matthias Kerkhoff
    Created: Tue, 14 Sep 2004 8:04 AM
       Body:
I also ran into the corrupted source paths described above. In our project, it happens in a subproject that generates the source code with jaxb. The paths displayed in the report and the links point to non-existant directories - the first four characters are missing in our case. During generation of the report, a jelly exception is thrown. 
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_24059

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Reopened
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7

   Assignee: Arnaud HERITIER
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Tue, 14 Sep 2004 8:04 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:19 AM
    Comment:
1 of 2 files used to generate the report.txt used in the JavadocWarningsTextToXmlTest.java test case
    Changes:
             Attachment changed to Javadoc1.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:19 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:20 AM
    Comment:
2 of 2 files used to generate the report.txt used in the JavadocWarningsTextToXmlTest.java test case
    Changes:
             Attachment changed to Javadoc2.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:20 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:14 AM
    Comment:
src/main/org/apache/maven/javadoc/JavadocWarningsTextToXml.java
    Changes:
             Attachment changed to JavadocWarningsTextToXml.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:14 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Sun, 25 Jul 2004 12:24 PM
       Body:
Thanks for your work.
We'll try to apply it as soon as possible.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_22298

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 12:24 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_44945 ] 

Jeff Jensen commented on MPJAVADOC-35:
--------------------------------------

Apologies for wasting the bits..
In looking for a possible existing report on "java.lang.StringIndexOutOfBoundsException: String index out of range" (a problem I have been experiencing for awhile) with javadoc-plugin, and also wishing for the "Javadoc Report" to have this format, I messed up thinking this enhancement was for Javadoc Report, not Javadoc Warnings Report (which already exsists, of course!).
Sorry again.


> Add javadoc warning report formatted similar to Checkstyle report
> -----------------------------------------------------------------
>
>          Key: MPJAVADOC-35
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-35
>      Project: maven-javadoc-plugin
>         Type: New Feature
>     Reporter: Steven Caswell
>     Priority: Minor
>      Fix For: 1.7
>  Attachments: Javadoc1.java, Javadoc2.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXmlTest.java, javadoc-warning-sample.jpg, javadoc-warnings.jsl, javadoc-warnings.patch, report.txt
>
>
> As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.

-- 
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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Sat, 21 Aug 2004 2:47 PM
       Body:
Committed to CVS.
I need to add a project to test it.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_23309

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sat, 21 Aug 2004 2:47 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Sun, 25 Jul 2004 10:11 PM
       Body:
It would be good to have the javadoc test project updated too
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_22312

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 10:11 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Sun, 25 Jul 2004 12:23 PM
       Body:
Steven,
This new feature is for the javadoc plugin.
I moved the issue.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_22297

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 12:23 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Reopened: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

   Reopener: Arnaud HERITIER
       Date: Fri, 3 Sep 2004 6:27 PM

There's a bug if sources are copied in ${internal_javadoc_src_tmp}
Files path are corrupted in the report.
${pom.build.sourceDirectory} is used in javadoc-warnings.jsl
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-35

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-35
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Reopened
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7

   Assignee: Arnaud HERITIER
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Fri, 3 Sep 2004 6:27 PM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:17 AM
    Comment:
src/test/org/apache/maven/javadoc/JavadocWarningsTextToXmlTest.java

    Changes:
             Attachment changed to JavadocWarningsTextToXmlTest.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:17 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-35?page=all ]
     
Lukas Theussl closed MPJAVADOC-35:
----------------------------------

    Resolution: Fixed

Closing as it has been implemented and seems to be working now. Please open a separate issue if there are still problems (but note that jdk >1.4 is required now for maven 1.1).

> Add javadoc warning report formatted similar to Checkstyle report
> -----------------------------------------------------------------
>
>          Key: MPJAVADOC-35
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-35
>      Project: maven-javadoc-plugin
>         Type: New Feature

>     Reporter: Steven Caswell
>     Priority: Minor
>      Fix For: 1.7
>  Attachments: Javadoc1.java, Javadoc2.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXmlTest.java, javadoc-warning-sample.jpg, javadoc-warnings.jsl, javadoc-warnings.patch, report.txt
>
>
> As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.

-- 
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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-35?page=comments#action_44944 ] 

Arnaud Heritier commented on MPJAVADOC-35:
------------------------------------------

It's already in the plugin but there's some bugs. You can try it if you want.

> Add javadoc warning report formatted similar to Checkstyle report
> -----------------------------------------------------------------
>
>          Key: MPJAVADOC-35
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-35
>      Project: maven-javadoc-plugin
>         Type: New Feature
>     Reporter: Steven Caswell
>     Priority: Minor
>      Fix For: 1.7
>  Attachments: Javadoc1.java, Javadoc2.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXmlTest.java, javadoc-warning-sample.jpg, javadoc-warnings.jsl, javadoc-warnings.patch, report.txt
>
>
> As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.

-- 
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: (MAVEN-1402) Add javadoc warning report formatted similar to Checkstyle report

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 25 Jul 2004 11:12 AM
    Comment:
This shows a sample Javadoc warning report
    Changes:
             Attachment changed to javadoc-warning-sample.jpg
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1402?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1402

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1402
    Summary: Add javadoc warning report formatted similar to Checkstyle report
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Steven Caswell

    Created: Sun, 25 Jul 2004 11:03 AM
    Updated: Sun, 25 Jul 2004 11:12 AM

Description:
As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPJAVADOC-35) Add javadoc warning report formatted similar to Checkstyle report

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-35?page=all ]

Arnaud Heritier updated MPJAVADOC-35:
-------------------------------------

    Assign To:     (was: Arnaud Heritier)

> Add javadoc warning report formatted similar to Checkstyle report
> -----------------------------------------------------------------
>
>          Key: MPJAVADOC-35
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-35
>      Project: maven-javadoc-plugin
>         Type: New Feature
>     Reporter: Steven Caswell
>     Priority: Minor
>      Fix For: 1.7
>  Attachments: Javadoc1.java, Javadoc2.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXml.java, JavadocWarningsTextToXmlTest.java, javadoc-warning-sample.jpg, javadoc-warnings.jsl, javadoc-warnings.patch, report.txt
>
>
> As discussed on the dev list (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=148&msgNo=21309) I have written an extension to the javadoc plugin that creates a report of the javadoc warning. The report is formatted in a style similar to that of the Checkstyle report. There is a new class that converts the text of the report.txt output to xml, a new jsl that formats the report, and changes to plugin.jelly, plugin.properties, and project.xml. There is a test class that exercises the new converter class. I don't know how to test the jsl, but will try to do so if someone can give some guidance.

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