[
http://jira.codehaus.org/browse/MPXDOC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130752#action_130752
]
grexe edited comment on MPXDOC-206 at 4/14/08 11:07 AM:
----------------------------------------------------------------------
When launching the xdoc:default-goal directly, it stops at the same position,
so no custom build issues here:
{quote}
xdoc:generate-from-pom:
[echo] Generating xdocs from POM ...
xdoc:sitemap-noinit:
-------------------------------------------------------------------------------
>> Unable to obtain goal [xdoc:generate-from-pom]
>> Connection timed out: connect Nested exception: Connection timed out: connect
>> Connection timed out: connect
-------------------------------------------------------------------------------
BUILD FAILED
{quote}
However launching the goal xdoc:transform directly generates the documentation
correctly.
*Update:*
The culprit was a DOCTYPE declaration in the changes.xml - the changelog-plugin
does not accept this doctype and has trouble looking up the DTD it seems. Also,
changes.xml-files do not conform to the general XDOC-doctype (does not know the
"release"-tag etc.), so the declaration was in the wrong place anyway.
Now I only need to figure out why my sitemap is generated wrong even though I
did not include any sitemap in my menu.xml - but that's another story...
was (Author: grexe):
When launching the xdoc:default-goal directly, it stops at the same
position, so no custom build issues here:
{quote}
xdoc:generate-from-pom:
[echo] Generating xdocs from POM ...
xdoc:sitemap-noinit:
-------------------------------------------------------------------------------
>> Unable to obtain goal [xdoc:generate-from-pom]
>> Connection timed out: connect Nested exception: Connection timed out: connect
>> Connection timed out: connect
-------------------------------------------------------------------------------
BUILD FAILED
{quote}
However launching the goal xdoc:transform directly generates the documentation
correctly.
> Including DTD breaks xdoc
> --------------------------
>
> Key: MPXDOC-206
> URL: http://jira.codehaus.org/browse/MPXDOC-206
> Project: Maven 1.x XDoc Plugin
> Issue Type: Bug
> Affects Versions: 1.10.1
> Environment: WindowsXP SP2 x86, JDK6 build 1.6.0_05-b13
> Reporter: Gregor B. Rosenauer
> Priority: Minor
> Attachments: error-report.txt
>
>
> When including the XDoc-DTD as mentioned in issue MPXDOC-192 site generation
> fails with a Jelly-Exception.
> I cannot say if this is an issue with the xdoc-plugin or with jelly.
> My document starts with
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
> "http://maven.apache.org/dtd/xdoc_1_0.dtd">
> When invoking the goal xdoc:generate-from-pom (called through a custom goal
> ta30:doku) I get a Jelly-Exception (full report attached):
> Caused by: org.apache.commons.jelly.JellyTagException: file:C:/Dokumente und
> Einstellungen/Orth/.maven/cache/maven-xdoc-plugin-1.10.1/plugin-resources/sitemap.jsl:84:51:
> <x:parse> Connection timed out: connect Nested exception: Connection t
> imed out: connect
> at
> org.apache.commons.jelly.tags.xml.ParseTagSupport.parse(ParseTagSuppo
> rt.java:186)
> at
> org.apache.commons.jelly.tags.xml.ParseTag.getXmlDocument(ParseTag.ja
> va:106)
> at org.apache.commons.jelly.tags.xml.ParseTag.doTag(ParseTag.java:55)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:250)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
> at
> org.apache.commons.jelly.tags.util.AvailableTag.doTag(AvailableTag.ja
> va:68)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:250)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
> at
> org.apache.commons.jelly.tags.jsl.TemplateTag$1.run(TemplateTag.java:
> 160)
> at org.dom4j.rule.Mode.fireRule(Mode.java:59)
> at org.dom4j.rule.Stylesheet.applyTemplates(Stylesheet.java:185)
> at org.dom4j.rule.Stylesheet.applyTemplates(Stylesheet.java:159)
> at
> org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag.doTag(ApplyTempla
> tesTag.java:67)
> ... 112 more
> Caused by: org.dom4j.DocumentException: Connection timed out: connect Nested
> exc
> eption: Connection timed out: connect
> at org.dom4j.io.SAXReader.read(SAXReader.java:484)
> at org.dom4j.io.SAXReader.read(SAXReader.java:264)
> at
> org.apache.commons.jelly.tags.xml.ParseTagSupport.parse(ParseTagSuppo
> rt.java:168)
> ... 126 more
> Leaving out the DTD "fixes" the issue, but then I cannot edit the xdoc-file
> in an XML-editor like the excellent visual XMLmind-editor (with
> xdoc-type-plugin).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira