Ant Gurus, I am having a little trouble using the XSLTProcess task from within the logger/listener that I am writing. Here is the code that is causing me greif: XSLTProcess xslt = (XSLTProcess) project.createTask("xslt"); xslt.setBasedir(new File(".")); xslt.setIn(new File("log.xml")); xslt.setOut(new File("log.html")); xslt.execute(); I don't thing I am calling the project.createTask() correclty, the xslt object is null when I step through this with the degugger. Any help is appreciated. Thanks,
______________________ Robert Anderson Sr. System Engineer Nike - Global Trade IT 503-532-6803