aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes XSLT Ant Task Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "XSLT Ant Task" Watch "XSLT Ant Task" New topic
Author

XSLT Ant Task

Gordon Dickens
Greenhorn

Joined: Mar 26, 2002
Posts: 2
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
 
IntelliJ Java IDE
 
subject: XSLT Ant Task
 
Threads others viewed
OverWriting Entry in a JAR
Error while running "war" task (Resolved)
war task gives warnings
weblogic10.3 specific ejb jar ant task
Ant 1.5.2 and ejbjar task
MyEclipse, The Clear Choice