Turns out it was a problem with Atlassian Bamboo.. the post-commit in hooks
was sending the signal, but Bamboo wasn't following orders because that
specific project wasn't being changed. The problem is now solved.
David Weintraub wrote:
>
> Commits are done via the Server, so the post-commit
Thanks Brian,
It works as per what I expected. :drunk:
Thank you very much,
Alpesh
--
View this message in context:
http://www.nabble.com/How-to-read-an-XML-file-and-extract-values-for-the-attributes-using-ANT-script-tp18648408p18732640.html
Sent from the Ant - Users mailing list archive at Na
You can use and its function. e.g.
val = @{val}
and some additional XPath magic ('following-sibling' or similar) to get
the following XYZ node (not tried this, though! You may need an XPath
tutorial like http://www.zvon.org/xxl/XPathTutorial/General/examples.html
)
Brian
On We
Thank you all for your valuable inputs.
I tried 'xmltask' for my solution and it is working really well. :jumping:
I really appreciate your kind responses. =)
Please clarify one more doubt,
I may have multiple tags and they can be random.
For example,
abc
xyz
123