You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Yair Ohayon (JIRA)" <xm...@xml.apache.org> on 2005/03/03 09:51:50 UTC

[jira] Created: (XMLBEANS-117) Missing documentation

Missing documentation 
----------------------

         Key: XMLBEANS-117
         URL: http://issues.apache.org/jira/browse/XMLBEANS-117
     Project: XMLBeans
        Type: Bug
    Versions: Version 1.0.3, Version 2 Beta 1, Version 1.0.4    
 Environment: Compiling with Ant 1.6 , using javadoc
    Reporter: Yair Ohayon


After generating code with xmlbeans compiler , and linking properly to the reference .
Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/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@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Closed: (XMLBEANS-117) Missing documentation

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-117?page=all ]
     
Jacob Danner closed XMLBEANS-117:
---------------------------------


No additional comments, Closing

> Missing documentation
> ---------------------
>
>          Key: XMLBEANS-117
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-117
>      Project: XMLBeans
>         Type: Bug
>     Versions: Version 1.0.3, Version 1.0.4, Version 2 Beta 1
>  Environment: Compiling with Ant 1.6 , using javadoc
>     Reporter: Yair Ohayon
>     Priority: Trivial
>  Attachments: build.xml
>
> After generating code with xmlbeans compiler , and linking properly to the reference .
> Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Resolved: (XMLBEANS-117) Missing documentation

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-117?page=history ]
     
Jacob Danner resolved XMLBEANS-117:
-----------------------------------

    Resolution: Won't Fix

The errors about the schema.system.s##### are most likely because the jar you generated is not on the classpath.

As far as the XmlInputStream reference not found, you can make these references by following the steps listed at the links below.

See the links below for information on how to do this in your own code.

http://java.sun.com/j2se/javadoc/faq/index.html#missinglinks

http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javadoc.html#howaclassmustbereferenced


I still am unclear why this was a major issue.

> Missing documentation
> ---------------------
>
>          Key: XMLBEANS-117
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-117
>      Project: XMLBeans
>         Type: Bug
>     Versions: Version 1.0.3, Version 2 Beta 1, Version 1.0.4
>  Environment: Compiling with Ant 1.6 , using javadoc
>     Reporter: Yair Ohayon
>     Priority: Trivial
>  Attachments: build.xml
>
> After generating code with xmlbeans compiler , and linking properly to the reference .
> Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/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@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Updated: (XMLBEANS-117) Missing documentation

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-117?page=history ]

Jacob Danner updated XMLBEANS-117:
----------------------------------

    Attachment: build.xml

Sample Build file - mkdir in trunk dir and run from there

> Missing documentation
> ---------------------
>
>          Key: XMLBEANS-117
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-117
>      Project: XMLBeans
>         Type: Bug
>     Versions: Version 1.0.3, Version 2 Beta 1, Version 1.0.4
>  Environment: Compiling with Ant 1.6 , using javadoc
>     Reporter: Yair Ohayon
>  Attachments: build.xml
>
> After generating code with xmlbeans compiler , and linking properly to the reference .
> Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/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@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-117) Missing documentation

Posted by "Robert H. Pollack (JIRA)" <xm...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XMLBEANS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469814 ] 

Robert H. Pollack commented on XMLBEANS-117:
--------------------------------------------

FYI, the reason this is a major issue is that the problem appears in *generated* code.  The warnings from JavaDoc (and there can be literally hundreds of them) appear when you JavaDoc the source code generated by XMLBeans.  (Doing this can often be a useful way of seeing how to navigate the objects that correspond to your XSD elements.)

The links given in earlier comments on this issue all show you methods for fixing such warnings by changing your source code.  This is not an option when the source code is generated.

> Missing documentation
> ---------------------
>
>                 Key: XMLBEANS-117
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-117
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 1.0.3, Version 1.0.4, Version 2 Beta 1
>         Environment: Compiling with Ant 1.6 , using javadoc
>            Reporter: Yair Ohayon
>            Priority: Trivial
>         Attachments: build.xml
>
>
> After generating code with xmlbeans compiler , and linking properly to the reference .
> Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Updated: (XMLBEANS-117) Missing documentation

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-117?page=history ]

Jacob Danner updated XMLBEANS-117:
----------------------------------

    Priority: Trivial  (was: Major)

> Missing documentation
> ---------------------
>
>          Key: XMLBEANS-117
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-117
>      Project: XMLBeans
>         Type: Bug
>     Versions: Version 1.0.3, Version 2 Beta 1, Version 1.0.4
>  Environment: Compiling with Ant 1.6 , using javadoc
>     Reporter: Yair Ohayon
>     Priority: Trivial
>  Attachments: build.xml
>
> After generating code with xmlbeans compiler , and linking properly to the reference .
> Javadoc announces warning about missing link - XMLInputStream, and about the self generated clss system.s276527457457(some number).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/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@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org