I am trying to use the xslt ANT task and it seems to ignore the "basedir" attribute. It defaults to the location of the ANT build.xml file instead of the one specified. <xslt basedir="${project.build.source.code.directory}/META-INF-xslt" destdir="META-INF" in="dev.xml" out="ejb-jar.xml" style="ejb-jar.xsl"/> the variable project.build.source.code.directory is my /myprogram/src directory and I am running ANT from an entirely different tree /antbuildscripts/myproject. Anyone else run into this? Regards, Gordon Dickens