Thomas, I would consider that a bug in Cargo. As many of the prior DTDs (version pre-jetty-7) are now inaccessible due to various old systems no longer existing.
eg: codehaus.org no longer exists. sourceforge.net jetty project no longer exists mortbay hosted jetty project no longer exists Another example: Its only recently that even Oracle made the old schemas from the various JEE specs on java.sun.com available again. Oracle can do that, as they own the sun.com domain (we don't own codehaus.org or sourceforge.net so no fix possible). Even the Oracle JEE schema fix isn't perfect, as they simply do a 301 redirect from sun.com to a location on oracle.com (many xml / schema tooling do not support handling redirects) Also, why are you using Jetty 9.3 XML from Cargo? Cargo should be supporting the jetty.home and jetty.base concepts in Jetty 9, which means it has no direct access to any Jetty XML (and no need for DTD access). Joakim Erdfelt / [email protected] On Mon, Oct 26, 2015 at 8:05 AM, Thomas Scheffler < [email protected]> wrote: > Am 26.10.15 um 15:36 schrieb Joakim Erdfelt: > >> Its available in your jetty-distribution's >> ${jetty.home}/lib/jetty-xml-{ver}.jar file >> >> $ jar -tvf >> jetty-distribution-9.3.5.v20151012/lib/jetty-xml-9.3.5.v20151012.jar | >> grep dtd >> 8438 Mon Oct 12 15:12:52 MST 2015 >> org/eclipse/jetty/xml/configure_6_0.dtd >> 8908 Mon Oct 12 15:12:52 MST 2015 >> org/eclipse/jetty/xml/configure_7_6.dtd >> 8877 Mon Oct 12 15:12:52 MST 2015 >> org/eclipse/jetty/xml/configure_9_0.dtd >> 9919 Mon Oct 12 15:12:52 MST 2015 >> org/eclipse/jetty/xml/configure_9_3.dtd >> >> You should be resolving your references locally. >> > > Thanks for your quick response Joakim, but sorry, this will not help. The > primary source is missing and cargo-maven2-plugin does not use a catalog. > Shouldn't it be online at the right place and a catalog provides a local > copy? Normally XML Schema and DTD files are online available at the > advertised location. That would really help me - and possible others. > > kind regards, > > > Thomas > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
