History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4505
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Benjamin Shine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Eliminate several warnings in doc build

Created: 15/Aug/07 02:03 PM   Updated: 21/Aug/07 10:32 AM
Component/s: Documentation
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 6,072
Runtime: N/A
Fix in hand: False


 Description  « Hide
Eliminate this warning in ant doc:
 WARNING: Could not parse comment '<fragment><p>
     [java] <class>LzDataRequest</class> is an abstract class that can be extended to create new kinds
     [java] of data requests, which are passed to a <class>DataProvider</class> when making a request.
     [java] </p>
     [java] <event>onstatus</event>: Sent as data or other conditions occur during the execution of this request.</p></fragment>'


   [java] WARNING: Could not parse comment '<fragment><p>
     [java] <class>LzDataProvider</class> implements the DataProvider interface, to support data requests.</fragment>'
     [java] org.xml.sax.SAXParseException: The element type "p" must be terminated by the matching end-tag "</p>".

 [java] [Fatal Error] :2:107: The element type "p" must be terminated by the matching end-tag "</p>".
     [java] Aug 15, 2007 1:58:53 PM org.openlaszlo.js2doc.JS2DocUtils setXMLContent
     [java] WARNING: Could not parse comment '<fragment><p>
     [java] <class>LzHTTPDataProvider</class> implements the DataProvider interface, to support HTTP data requests.</fragment>'
     [java] org.xml.sax.SAXParseException: The element type "p" must be terminated by the matching end-tag "</p>".

 [java] [Fatal Error] :2:106: The element type "p" must be terminated by the matching end-tag "</p>".
     [java] Aug 15, 2007 1:58:54 PM org.openlaszlo.js2doc.JS2DocUtils setXMLContent
     [java] WARNING: Could not parse comment '<fragment><p>
     [java] <class>LzHTTPDataRequest</class> implements the DataProvider interface, to support HTTP data requests.</fragment>'
     [java] org.xml.sax.SAXParseException: The element type "p" must be terminated by the matching end-tag "</p>".

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 21/Aug/07 10:31 AM
(wafflecone branch build r6164)

Used grep on log files on linux-builder. Fixed.

Mamye Kratt - 21/Aug/07 10:32 AM
See previous comment.