[
http://jira.codehaus.org/browse/MOJO-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252863#action_252863
]
Patrick Moore commented on MOJO-1413:
-------------------------------------
@Jochen --
In answer to your question:
a) I did spend the time before posting this bug
b) the error messages supplied by the plugin indicated were uninformative and
had the appearance of programming error
c) initial and subsequent responses indicated that help was unlikely
d) there was no indication that there was any understanding that including the
standard w3 dtds in the xml-maven-plugin distribution was a really good idea,
e) needing the w3 definitions is a usual usecase and that the xml-maven-plugin
didn't already have an automatic solution (nor any clear example)
f) I spend my allotted time trying to persuade the xml-maven-plugin developer
to do a simple upload of a catalog example from their system and I was
unsuccessful.
g) having to re-remember XML schemas and DTDs and public v. system ids etc is
not a good use of my time
h) the assumption that the best use of others time is to figure out what the
xml-maven-plugin developers already know.
i) even when Robert struggled through this there were still problems
j) begging for assistance in the face of an RTFM attitude is rarely
successful. Sometimes the M is not that readable and the M has its own "bugs".
Therefore there was low probability of there being any real assistance and the
ROI of continued effort to solve this issue was low esp since we have a
workaround of not using the plugin.
Hope that helps.
@Robert -- thanks for your effort here.
> xml:validation needs local copy of w3c for validation. (validation fails)
> -------------------------------------------------------------------------
>
> Key: MOJO-1413
> URL: http://jira.codehaus.org/browse/MOJO-1413
> Project: Mojo
> Issue Type: Bug
> Components: xml
> Environment: <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>xml-maven-plugin</artifactId>
> <version>1.0-beta-3-SNAPSHOT</version>
> <executions>
> <execution>
> <goals>
> <goal>validate</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <validationSets>
> <validationSet>
> <dir>src/main/java/com/amplafi/web</dir>
> <includes>
> <include>**/*.html</include>
> </includes>
> <excludes>
> <exclude>**/package.html</exclude>
> </excludes>
> </validationSet>
> </validationSets>
> </configuration>
> </plugin>
> Reporter: Patrick Moore
> Assignee: Jochen Wiedmann
> Priority: Critical
> Attachments: catalog.xml, xml-validate.log, xmlvalidation.zip
>
>
> xml-maven-plugin cannot validate html files because
> http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic .
> xml-maven-plugin must have a local copy of the w3c definitions for html, and
> xhtml in order to be useful for validating xml files.
> Other global dtds like the various RSS dtds need to have a local copy that is
> shipped with the plugin.
> (copied from : MOJO-1381 -- couldn't figure out a way to update the component
> on that bug )
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email