hi again, im trying to use <xmltask> and I keep getting the following exception: (make no difference if there is no internal task or not).
[xmltask] org.xml.sax.SAXParseException: Relative URI "xxx.dtd"; can not be resolved without a base URI. My xxx.dtd is found under the same dir as the xml and the xml is valid one. The xml include dtd reference: <!DOCTYPE variant_main SYSTEM "xxx.dtd"> Does anyone have any idea how to solve it? Ty in advance.