| Message text | Action |
|---|---|
| [xslt] : Warning! Failure reading file:... Cause: java.io.EOFException: no more input [xslt] | May occur with Toolkit messages. Check for an invalid file path in the input. |
| [pipeline] [Error] :13:39: Element type "..." must be declared. | An error has occurred parsing a DTD. |
| [pipeline] [Error] :14:13: The content of element type "..." must match "...". | An error has occurred parsing a DTD. |
| BUILD FAILED C:\sandbox\ant\dotug_xhtml.xml:24: The following error occurred while executing this line: C:\sandbox\conductor.xml:101: The following error occurred while executing this line: java.lang.OutOfMemoryError | Java does not have enough memory allocated to run the build. Change ANT_OPTS to a larger value, for example, ANT_OPTS=-Xmx256M. (The default value is 16M.) |
| Unable to instantiate specified logger class org.dita.log.DITAOTBuildLogger ... | Check that your CLASSPATH variable contains dost.jar. |
| Can't find resource\messages.xml | Check that your CLASSPATH variable contains dost.jar. |