Hi all.

I am using Ant 1.70 and XMLtask 1.15.1

This is my scenario: I have a simple bean definition file.  I need to run
ant tasks to inject beans into this file.  My bean definition file looks
something like:

<beans xmlns="http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:aop="http://www.springframework.or.......>
        
            <bean>....</bean>
            ........
</beans>

Now, if I try and run an <insert> task, with path="/beans", it isn't able to
locate the xpath and doesn't insert anything.  Now, if I remove all the
information from the <beans> root tag, it works!  Is this some kind of bug
with XMLtask? 

Thanks!

-- 
View this message in context: 
http://www.nabble.com/XMLtask-trouble-with-%3Cinsert%3E-tp15236553p15236553.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to