You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ja...@rzf.fin-nrw.de on 2004/04/05 13:34:21 UTC

RE: problem using jxpath

> > I've added commons-jxpath-1.1,jar and jdom.jar to my ant 1.6.1 lib
> > directory. When I use the following task:
> > 
> > <target name="xmldom">
> > 	    <taskdef
> > classname="org.apache.tools.ant.taskdefs.optional.JXPath"
> > 	             name="jxpath" />
> > 	    <typedef classname="org.apache.tools.ant.taskdefs.XMLDOM"
> > 	             name="xmlDom" />
> 
> These classes do not exists, at least in the main Ant src/ tree.
> 
> They are part of the embed proposal, which is not an official part
> of the Ant distrib, AFAIK. You'd need to do some hand assembling to
> get these to work I'm afraid.
> 
> Anybody's done it before? --DD


I had ... but that was in Nov/2003 and now it doesn´t work any more :-(
But I can send my build- and testfile (which workes in 2003 :-) if someone
wants.


Jan