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/09/01 22:57:08 UTC

[jira] Created: (MPJAVADOC-42) javadoc:generate from CVS fails in some projects

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: Unknown
  Remaining: 3 hours

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 4:56 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Arnaud HERITIER (mailto:aheritier@gmail.com)
       Date: Tue, 28 Dec 2004 3:04 PM
    Comment:
 report generated for the test 06 (maven-plugins\javadoc\src\plugin-test\test06) with a jdk 1.3
    Changes:
             Attachment changed to report-13.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Tue, 28 Dec 2004 3:04 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Steven Caswell
    Created: Sun, 9 Jan 2005 12:25 PM
       Body:
I've made changes to fix the issue. To summarize, I refactored JavadocWarningsTextToXml code to parse the warnings text and build the xml into separate strategies, one for the standard doclet 1.3 and one for the standard doclet 1.4/1.5. To tell the JavadocWarningsTextToXml code which strategy to use, I added a doclet type property that is set by the plugin.jelly script.

I added a plugin property maven.javadoc.warnings.docletType to specify which strategy to use. Because the xml generated for the 1.3 doclet doesn't contain files or line numbers, I created a different jelly stylesheet to handle the 1.3 warnings.

Diff and new file attachments to follow.

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_28776

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:25 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 9 Jan 2005 12:30 PM
    Comment:
src/main/org/apache/maven/javadoc/StandardDoclet13XmlBuilder.java:
- Implemenation of XmlBuilder strategy to handle javadoc warnings from the 1.3 standard doclet

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

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:30 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Fri, 24 Sep 2004 9:22 PM
    Comment:
Changing priority as this is not a bug anymore (if the author doesn't send a new patch, I will try to fix it myself after the 1.0.1 timeframe) 
    Changes:
             priority changed from Blocker to Major
             Fix Version changed from 1.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Fri, 24 Sep 2004 9:22 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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] Work Started: (MPJAVADOC-42) javadoc:generate from CVS fails in some projects

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

   Work on this issue has been started by Felipe Leme (mailto:jira@felipeal.net)

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: In Progress
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: 20 minutes
  Remaining: 2 hours, 40 minutes

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 11:45 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 9 Jan 2005 12:28 PM
    Comment:
Changes to support generating javadoc warnings under 1.3:

src/main/org.apache.maven.javadoc/JavadocWarningsTextToXml.java:
- Refactored methods that parse the text and generate the XML into seperate strategies, one for the 1.3 doclet and one for the 1.4/1.5 doclet.
- Added a doclet type property that tells the class which strategy to use, to be set by plugin.jelly

src/test/org/apache/maven/javadoc/JavadocWarningsTextToXmlTest.java:
- Added tests for the new 1.3 doclet handling

plugin.properties:
- Added maven.javadoc.warnings.docletType to define to specify which doclet handling strategy to use.

plugin.jelly:
- Added setting the doclet type property of the javadoc warnings bean to the value of the maven.javadoc.warnings.docletType
- Added determining the jsl stylesheet based on the value of the maven.javadoc.warnings.docletType

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

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:28 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 9 Jan 2005 12:29 PM
    Comment:
src/main/org.apache.maven.javadoc/XmlBuilder.java:
- Interface for the strategy

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

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:29 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Resolution: Won't Fix

Closing as won't fix as maven 1.1 will require jdk >= 1.4.

> javadoc:generate from CVS fails in some projects
> ------------------------------------------------
>
>          Key: MPJAVADOC-42
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-42
>      Project: maven-javadoc-plugin
>         Type: Bug

>     Versions: 1.7
>     Reporter: Felipe Leme
>  Attachments: StandardDoclet13XmlBuilder.java, StandardDocletDefaultXmlBuilder.java, XmlBuilder.java, javadoc-warnings-13.jsl, javadocwarnings.diff, report-13.txt, report-14.txt, report-15.txt
>
> Original Estimate: 3 hours
>        Time Spent: 40 minutes
>         Remaining: 2 hours, 20 minutes
>
> I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:
> maven-javadoc-plugin:report:
>     [javadoc] Generating Javadoc
>     [javadoc] Javadoc execution
>     [javadoc] Loading source files for package com.cpqd.util.fileconnector...
>     [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
> ctor...
>     [javadoc] Loading source files for package XXXX
>     [javadoc] Constructing Javadoc information...
>     [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
>     [javadoc] Building tree for all the packages and classes...
>     [javadoc] Building index for all the packages and classes...
>     [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
>     [javadoc] Building index for all classes...
>     [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
>     [javadoc] 1 warning
> BUILD FAILED
> File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
> Element... javadoc:javadocwarnings
> Line...... 483
> Column.... 11
> String index out of range: -1
> Total time: 13 seconds
> Finished at: Wed Sep 01 17:42:13 BRT 2004
> I will see if I can narrow down the issue and realize what's going on.
> I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).

-- 
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Arnaud HERITIER
    Created: Tue, 28 Dec 2004 3:10 PM
       Body:
Steven, I follow your opinion.
I think that the line number is useful but not mandatory.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_28381

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Tue, 28 Dec 2004 3:10 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 9 Jan 2005 12:31 PM
    Comment:
src/plugin-resources/javadoc-warnings-13.jsl:
- Created from javadoc-warnings.jsl to handle outputing of the 1.3 style warnings

    Changes:
             Attachment changed to javadoc-warnings-13.jsl
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:31 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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] Work Logged: (MPJAVADOC-42) javadoc:generate from CVS fails in some projects

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

  Logged By: Felipe Leme
    Created: Wed, 1 Sep 2004 11:23 PM
Time Logged: 20 minutes
Description:
Created a test case that fails, only when compiling using JDK 1.3:
maven-javadoc-plugin:report:
    [mkdir] Created dir: /home/felipeal/cvs/maven/maven-plugins/javadoc/src/plugin-test/test08/target/javadoc/src
    [copy] Copying 1 file to /home/felipeal/cvs/maven/maven-plugins/javadoc/src/plugin-test/test08/target/javadoc/src
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package org.apache.maven...
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file /home/felipeal/.maven/cache/maven-javadoc-plugin-1.7-SNAPSHOT/plugin-resources/stylesheet.css to file /home/felipeal/cvs/maven/maven-plugins/javadoc/src/plugin-test/test08/target/docs/apidocs/stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating /home/felipeal/cvs/maven/maven-plugins/javadoc/src/plugin-test/test08/target/docs/apidocs/help-doc.html...
    [javadoc] 1 warning
 
BUILD FAILED
File...... /home/felipeal/.maven/cache/maven-javadoc-plugin-1.7-SNAPSHOT/plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 12 seconds
Finished at: Thu Sep 02 00:15:36 BRT 2004

---------------------------------------------------------------------
View this work log:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=worklog#action_23707

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: 20 minutes
  Remaining: 2 hours, 40 minutes

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 11:23 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Arnaud HERITIER
    Created: Wed, 1 Sep 2004 6:35 PM
       Body:
+1 for me Felipe. The plugin mustn't fail if there's a problem with the warnings report.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_23695

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: Unknown
  Remaining: 3 hours

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 6:35 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Arnaud HERITIER (mailto:aheritier@gmail.com)
       Date: Tue, 28 Dec 2004 3:08 PM
    Comment:
 report generated for the test 06 (maven-plugins\javadoc\src\plugin-test\test06) with a jdk 1.5
    Changes:
             Attachment changed to report-15.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Tue, 28 Dec 2004 3:08 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Steven Caswell (mailto:steve@mungoknotwise.com)
       Date: Sun, 9 Jan 2005 12:31 PM
    Comment:
src/main/org/apache/maven/javadoc/StandardDocletDefaultXmlBuilder.java:
- Implemenation of XmlBuilder strategy to handle javadoc warnings from the 1.4/1.5 standard doclet

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

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:31 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

    Updater: Arnaud HERITIER (mailto:aheritier@gmail.com)
       Date: Tue, 28 Dec 2004 3:01 PM
    Comment:
report generated for the test 06 (maven-plugins\javadoc\src\plugin-test\test06) with a jdk 1.4
    Changes:
             Attachment changed to report-14.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-42?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Tue, 28 Dec 2004 3:01 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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] Work Logged: (MPJAVADOC-42) javadoc:generate from CVS fails in some projects

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

  Logged By: Felipe Leme
    Created: Wed, 1 Sep 2004 11:46 PM
Time Logged: 20 minutes
Description:
First workaround: ignore error and log a warning message
---------------------------------------------------------------------
View this work log:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=worklog#action_23708

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: In Progress
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 11:46 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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] Work Stopped: (MPJAVADOC-42) javadoc:generate from CVS fails in some projects

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

   Work on this issue has been stopped by Felipe Leme (mailto:jira@felipeal.net)

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 11:59 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Steven Caswell
    Created: Tue, 28 Dec 2004 7:32 AM
       Body:
Sorry to have taken so long to respond.

I don't have access to a 1.3 system, so if someone could attach the text version of the javadoc report, I'll be happy to make the mods to fix the issue.

I think the report would still be useful without the line numbers, if only for readability.

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_28374

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Tue, 28 Dec 2004 7:32 AM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Felipe Leme
    Created: Wed, 1 Sep 2004 11:53 PM
       Body:
Ok, I fixed the code to ignore the exception. Now I've found the issue:

On JDK 1.4, javadoc prints the file and number that raised the issue:

  [javadoc] /home/felipeal/cvs/maven/maven-plugins/javadoc/src/plugin-test/test08/target/javadoc/src/org/apache/maven/Dummy.java:10: warning - @return tag has no arguments.

On JDK 1.3, it doesn't:

  [javadoc] javadoc: warning - getUserName: @return tag has no arguments.

Now that we know the issue, we have 2 options:

1.Calculate where the warning is and generate a different report entry if the file/line info is not there
2.Disable the report when running JDK 1.3, as it might be useless without that info

So, what do you think?






---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_23709

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: In Progress
   Priority: Blocker

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Wed, 1 Sep 2004 11:53 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



---------------------------------------------------------------------
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-42) javadoc:generate from CVS fails in some projects

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

     Author: Steven Caswell
    Created: Sun, 9 Jan 2005 12:37 PM
       Body:
The test case (src/test/org/apache/maven/javadoc/JavadocWarningsTextToXmlTest.java) requires the files report-13.txt, report-14.txt, and report-15.txt to reside in src/test

The one thing I don't know how to do is to set up a test case to test plugin jelly under the different jdks.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-42?page=comments#action_28783

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-42
    Summary: javadoc:generate from CVS fails in some projects
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: 40 minutes
  Remaining: 2 hours, 20 minutes

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Felipe Leme
   Reporter: Felipe Leme

    Created: Wed, 1 Sep 2004 4:56 PM
    Updated: Sun, 9 Jan 2005 12:37 PM

Description:
I'm using javadoc-1.7 from CVS and the javadoc:warning tag fails in many of our projects. Here is an example:

maven-javadoc-plugin:report:
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] Loading source files for package com.cpqd.util.fileconnector...
    [javadoc] Loading source files for package com.cpqd.util.fileconnector.conne
ctor...
    [javadoc] Loading source files for package XXXX
    [javadoc] Constructing Javadoc information...
    [javadoc] Copying file C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin-resources\stylesheet.css to file S:\components\components\fileconnector\target\docs\apidocs\stylesheet.css...
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] javadoc: warning - getUserName: @return tag has no arguments.
    [javadoc] Building index for all classes...
    [javadoc] Generating S:\components\components\fileconnector\target\docs\apidocs\help-doc.html...
    [javadoc] 1 warning

BUILD FAILED
File...... C:\Documents and Settings\t_fl01\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT\plugin.jelly
Element... javadoc:javadocwarnings
Line...... 483
Column.... 11
String index out of range: -1
Total time: 13 seconds
Finished at: Wed Sep 01 17:42:13 BRT 2004

I will see if I can narrow down the issue and realize what's going on.
I guess the javadoc is generating some output in an unexpected format that crashes the parser (i.e, the JavadocWarningsTextToXml.java) - if that's the case, I think it would be safer to ignore such exceptions, at least while this new feature is not stable yet (as we might face some similar issues in the future as the users uses other JDKs or javadoclets to generate the output).



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