Menu

#13 support relitive ENTITY doctype entries

closed
nobody
None
5
2004-05-17
2004-02-24
No

Antelope can not handle loading ant xml files that use
relative paths to include other xml files.

this commonly done like this :
-----------------------------------------------
<!DOCTYPE project [
<!ENTITY common SYSTEM "file:../common.xml">
]>

<!-- Your main ant build declaration -->

<project name="datetime" default="main">

&common;

---------------------------------------------------
look here for an example

http://cvs.apache.org/viewcvs.cgi/\*checkout*/jakarta-taglibs/application/build.xml

thanks,

Bill

Discussion

  • Dale Anson

    Dale Anson - 2004-05-17
    • status: open --> closed
     
  • Dale Anson

    Dale Anson - 2004-05-17

    Logged In: YES
    user_id=187628

    Fixed in Antelope 3.1.6, see antelope.tigris.org.