DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4196>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4196

javadoc tag does not support the access attribute

           Summary: javadoc tag does not support the access attribute
           Product: Ant
           Version: 1.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


the access attribute is not supported by the javadoc tag. According to the
documentation, the access attribute exists.

Here is the non working example
    <javadoc packagenames="org.dinopolis.*"
             sourcepath="${dino_src_dir}"
             destdir="${dino_javadoc_dir}"
             author="true"
             version="true"
             access="package"
             windowtitle="Dinopolis Addressing API">      <group title="GPS
Tool"         packages="org.dinopolis.gpstool:org.dinopolis.gpstool.*"/>
       <group title="Dinopolis Test"
packages="org.dinopolis.test:org.dinopolis.test.*"/>
      <link href="${dino_javadoc_dir}"/>
    </javadoc>  

the output is:
 Class org.apache.tools.ant.taskdefs.Javadoc doesn't support the "access" 
attribute

Reply via email to