I've not seen that before. My first thought would be to zap the old 
Xerces. Can you do that and let me know how that goes ?

On 31/08/2009 10:45, Rebhan, Gilbert wrote:
> Hi,
>
> just got an error with  xmltask-v1.15.1 after upgrading my
> ant workflow from 1.5.0_11 to 1.6.0_14 =
>
> build.xml =
>
> <xmltask source="${ant.working.dir}/props.xml" 
> dest="${ant.working.dir}/props.xml" encoding="iso-8859-1">
> <replace path="//handover">
> <![CDATA[
> <handover>
> <versmodul.0.name>${mname}</versmodul.0.name>
> <versmodul.0.label>${label}</versmodul.0.label>
> </handover>
> ]]>
> </replace>
>
> error =
> java.lang.AbstractMethodError: 
> org.apache.xerces.dom.DeferredDocumentImpl.getXmlStandalone()Z
>
> Classpath has =
> xercesImpl and xmlapi from Ant1.7.1 core installation, other xml related jars 
> ant extralibs
> are = jaxen-1.1.1.jar, xom-1.1.jar and xmltask-v1.15.1.jar
> There's only an old xerces jar from 2001 on classpath in our server that
> starts out ant scripts (similar to cruisecontrol)
>
> Any ideas ?
> Maybe as simple as delete this old xerces.jar ??
>
>
> Regards,
> Gilbert
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Xmltask-users mailing list
> Xmltask-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xmltask-users
>    

-- 
Brian Agnew                  http://www.oopsconsultancy.com
OOPS Consultancy Ltd
Tel: +44 (0)7720 397526
Fax: +44 (0)20 8682 0012


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to