DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25911>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25911 Style tasks directory creation issue Summary: Style tasks directory creation issue Product: Ant Version: 1.6.0 Platform: PC OS/Version: Windows NT/2K Status: UNCONFIRMED Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I run the following task: <style destdir="a directory" basedir="a directory" style="location/checkstyle.xsl"/> The tasks will create a directory called "a%20directory" instead of using the existing "a directory". The result of the xsl transformation ends up in the wrong directory. In this case, I am creating an XML document with checkstyle 3.3 and creating the report in the same directory as the XML file. Because of the second directory being created, the transformation does not work correctly because the files are in two different directories. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
