Hi, I'm trying to use Jaxme to generate Java classes based on a DTD (the Apple iTunes DTD to be specific). I have modified an Ant script to accomplish this based on the Jaxme documentation, but have been unsuccessful in getting Jaxme to run successfully. I get the following error message: Relative URI "uri:dtd"; can not be resolved without a base URI. I'm thinking that the issue I'm having is with build settings. Here is a snippet of my Ant script: <xjc package="com.missinglinksoftware.www" schema="/Users/philipusatine/desktop/ws-jaxme-0.5/examples/xs/XMLSchema.dtd" target="${build}/src"> <dtd/> </xjc> Can anyone provide any input into how I tweak this Ant script to get the dtd to parse or alternatively where else the problem might stem from? Regards, phil usatine |
- Help: Relative uri:dtd can not be resolved Philip Usatine
- Re: Help: Relative uri:dtd can not be resolved Jochen Wiedmann
- Re: Help: Relative uri:dtd can not be resolved Philip Usatine
- Re: Help: Relative uri:dtd can not be resolve... Jochen Wiedmann
