https://issues.apache.org/bugzilla/show_bug.cgi?id=50658
ashish.soni@siemens.com <ashish.soni@siemens.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--- Comment #4 from ashish.soni@siemens.com <ashish.soni@siemens.com> 2011-01-26 11:40:57
EST ---
Hello Stefan,
"If you are using a task that requires Xerces (and can't live with a different
XML parser) than you used to get that for free but will now have to add
Xerces <http://xerces.apache.org/> manually."
If i understood properly, then i have to download "xercesImpl.jar and
xml-apis.jar" and put them into the \apache-ant-1.8.1\lib.
But my question is that if i will use
<taskdef name="JDOM" classname="TestJDOM">
<classpath>
<pathelement location="${basedir}"/>
<pathelement location="D:/apache-ant-1.8.1/sample/lib/jdom/build/jdom.jar"/>
<pathelement
location="D:/apache-ant-1.8.1/sample/lib/xerces/xercesImpl.jar"/>
<pathelement location="D:/apache-ant-1.8.1/sample/lib/xerces/xml-apis.jar"/>
</classpath>
</taskdef>
Why the above step is not working
Thanks in advance
Ashish Soni
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|