Menu

#32 AntRunner doesn't parse <!ENTITY ...> properly.

open
None
5
2004-04-20
2004-04-19
Anonymous
No

<!DOCTYPE project [
<!-- global properties, paths, & targets -->
<!ENTITY assemble-global SYSTEM
"file:./assemble/assemble-global.xml">

]>

<project name="name" default="info">

<!--

loadup external entities

===================================================================
-->

&assemble-global;

</porject>

AntRunner doesn't parse such file properly. only full
pacth recognize correct. After changing
"file:./assemble/assemble-global.xml" onto
"D:/myfolder/assemble/assemble-global.xml" AntRunner
begins work fine.

Discussion

  • Dirk Schnelle-Walka

    • assigned_to: nobody --> schnelle
     
  • Dirk Schnelle-Walka

    Logged In: YES
    user_id=192116

    Yes, there are some problems with the inclusion of entities. I
    added this to the list of known bugs:
    http://antrunner.sourceforge.net/knownbugs.html

    To help me locating the bug:
    Start JBuilder from the commandline with the verbose option

    JBuilder -verbose

    Check if the the entity resolver finds the correct file.

    /Dirk