I haven't verified this, but I think maybe the ENTITY URI should be formed
as
"file://../../ant/build.template".
Ken
> -----Original Message-----
> From: Dino Valente [mailto:dino@3dstockcharts.com]
> Sent: Wednesday, July 26, 2000 3:48 PM
> To: ant-user@jakarta.apache.org
> Subject: XML entity question
>
>
> In my build.xml file I have the following,
>
> <?xml version="1.0"?>
> <!DOCTYPE project [
> <!ENTITY common SYSTEM "../../ant/build.template">
> ]>
>
> ....
>
> This worked fine when I used the xerces parser (I used the ant
> distribution
> from JDOM).
>
> Today, I'm using the latest build (using the xml parser that goes with it)
> and I get the following error:
>
> Starting Ant...
> Buildfile: build.xml
>
> BUILD FAILED
>
> build.xml:3: Relative URI "../../ant/build.template"; can not be resolved
> without a document URI.
>
> How can I get this to work?
>
> dino
>
>
|