Bugs item #793403, was opened at 2003-08-22 20:21 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=793403&group_id=31650
Category: Tasks >Group: 0.85 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Style task - Cant find DTD file Initial Comment: Style task searchs for DTD file (referenced in XML input file) in current project directory. So, if I have XML and DTD file in other then project directory, task cant find DTD file and fails. ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-02-05 20:37 Message: Logged In: YES user_id=707851 This is fixed in cvs. Thanks for the report ! ---------------------------------------------------------------------- Comment By: Marko Macek (captnmark) Date: 2004-01-06 15:22 Message: Logged In: YES user_id=1814 Also a related problem (as a workaround): If the task is called recursively from another build file, like this: <nant buildfile="foo/foo.build" target="build"> it will not (even now) search for (xsl:include) files correctly relative to the build file (which is broken -- see my previous comment). ---------------------------------------------------------------------- Comment By: Marko Macek (captnmark) Date: 2004-01-06 14:37 Message: Logged In: YES user_id=1814 This is a general/bigger problem. All files referenced from the Xml and Xslt file should be relative to the file itself (this is just how msxsl.exe behaves). For example if I have a file Gen/Transform.xslt that includes a file (xsl:include href="../Enum/EnumA.xslt) it will not be found correctly (msxsl finds it correctly). ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2003-11-30 11:28 Message: Logged In: YES user_id=707851 Can you provide as repro for this ? Thanks for the report ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=793403&group_id=31650 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
