[ http://jira.codehaus.org/browse/MOJO-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Patrick Moore closed MOJO-1381. ------------------------------- Resolution: Duplicate copied over to http://jira.codehaus.org/browse/MOJO-1413 ( couldn't change component of this bug ) > xml:validation needs local copy of w3c for validation. (validation fails) > ------------------------------------------------------------------------- > > Key: MOJO-1381 > URL: http://jira.codehaus.org/browse/MOJO-1381 > Project: Mojo > Issue Type: Bug > 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 > Priority: Critical > > 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. -- 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