
| Key: |
LPP-4505
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
--
|
| Assignee: |
Unassigned
|
| Reporter: |
Benjamin Shine
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
6,072
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
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>".
|
|
Description
|
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>". |
Show » |
|
Used grep on log files on linux-builder. Fixed.