You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ed Wei (JIRA)" <ji...@apache.org> on 2008/07/31 16:38:32 UTC

[jira] Created: (CXF-1728) wsdl2java doesn't not generate properly formatted javadoc when jaxws:javadoc tags are used

wsdl2java doesn't not generate properly formatted javadoc when jaxws:javadoc tags are used
------------------------------------------------------------------------------------------

                 Key: CXF-1728
                 URL: https://issues.apache.org/jira/browse/CXF-1728
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.1.1
         Environment: Windows xp
            Reporter: Ed Wei


The doc generated doc comments should begin with "/**" with two asterisks instead of one.

When using jaxws:javadoc at the package level, the doc comments should be added to a file called package.html instead of top of every single class that belongs to that package.

When using jaxws:javadoc at the class level, the doc comments are incorrect.  It still contained the generic javadoc comments.
/**
 * This class was generated by Apache CXF 2.1.1
 * Thu Jul 31 10:30:04 EDT 2008
 * Generated source version: 2.1.1
 * 
 */
 
 /*
  * These are the actual doc comments for this class
  */

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1728) wsdl2java does not generate properly formatted javadoc when jaxws:javadoc tags are used

Posted by "Ed Wei (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Wei updated CXF-1728:
------------------------

    Summary: wsdl2java does not generate properly formatted javadoc when jaxws:javadoc tags are used  (was: wsdl2java doesn't not generate properly formatted javadoc when jaxws:javadoc tags are used)

> wsdl2java does not generate properly formatted javadoc when jaxws:javadoc tags are used
> ---------------------------------------------------------------------------------------
>
>                 Key: CXF-1728
>                 URL: https://issues.apache.org/jira/browse/CXF-1728
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.1
>         Environment: Windows xp
>            Reporter: Ed Wei
>
> The doc generated doc comments should begin with "/**" with two asterisks instead of one.
> When using jaxws:javadoc at the package level, the doc comments should be added to a file called package.html instead of top of every single class that belongs to that package.
> When using jaxws:javadoc at the class level, the doc comments are incorrect.  It still contained the generic javadoc comments.
> /**
>  * This class was generated by Apache CXF 2.1.1
>  * Thu Jul 31 10:30:04 EDT 2008
>  * Generated source version: 2.1.1
>  * 
>  */
>  
>  /*
>   * These are the actual doc comments for this class
>   */

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1728) wsdl2java does not generate properly formatted javadoc when jaxws:javadoc tags are used

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1728.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2
         Assignee: Daniel Kulp


Fixed.

Also stopped it from generating empty javadoc if no jaxws:javadoc stuff is used.

> wsdl2java does not generate properly formatted javadoc when jaxws:javadoc tags are used
> ---------------------------------------------------------------------------------------
>
>                 Key: CXF-1728
>                 URL: https://issues.apache.org/jira/browse/CXF-1728
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.1
>         Environment: Windows xp
>            Reporter: Ed Wei
>            Assignee: Daniel Kulp
>             Fix For: 2.1.2
>
>
> The doc generated doc comments should begin with "/**" with two asterisks instead of one.
> When using jaxws:javadoc at the package level, the doc comments should be added to a file called package.html instead of top of every single class that belongs to that package.
> When using jaxws:javadoc at the class level, the doc comments are incorrect.  It still contained the generic javadoc comments.
> /**
>  * This class was generated by Apache CXF 2.1.1
>  * Thu Jul 31 10:30:04 EDT 2008
>  * Generated source version: 2.1.1
>  * 
>  */
>  
>  /*
>   * These are the actual doc comments for this class
>   */

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.