[m1] Problems resolving external dtd reference

2005-11-07 Thread Phil Steitz
After installing 1.1-beta-2, the following external reference (included in navigation.xml files) that we use to include common menus on the Jakarta Commons sites is no longer working: !DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd' The xdoc plugin generates

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Lukas Theussl
This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can make it work by specifying an absolute path for the external entity, but this will not work in a multiproject set-up. Otherwise, I'm afraid I can't offer anything else right now. -Lukas Phil

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Brett Porter
A solution is to include your own endorsed copy of Xerces in the JRE/Maven. I have no idea why the behaviour is different though. - Brett On 11/8/05, Lukas Theussl [EMAIL PROTECTED] wrote: This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Phil Steitz
Lukas Theussl wrote: This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can make it work by specifying an absolute path for the external entity, but this will not work in a multiproject set-up. Otherwise, I'm afraid I can't offer anything else