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.


Joakim Erdfelt / [email protected]

On Mon, Oct 26, 2015 at 7:23 AM, Thomas Scheffler <
[email protected]> wrote:

> Hi,
>
> I recently noticed that an important DTD is missing and is referenced by
> some configuration files like "etc/jetty-logging.xml". It would be great if
> someone could place the file on the right location, so that validating
> parsers, like used by cargo-maven2-plugin, work again.
>
> -- SNIPPIT --
> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "
> http://www.eclipse.org/jetty/configure_9_3.dtd";>
> -- END --
>
> Thank you.
>
> 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

Reply via email to