Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Announcements

Tip: Looking for answers? Try searching our database.

ANN: xmltask 1.9

Brian Agnew   02 Jan 2004 19:02 GMTPage rating:


Version 1.9 of xmltask is out now. This version allows calling of ant
targets for XML nodes identified by XPath expressions e.g.

<xmltask source="web.xml">
  <call path="web-app/servlet" target="servlet" buffer="servletDef">
    <param name="class" path="servlet-class/text()"/>
  </call>

will call the 'servlet' target for each servlet definition in web.xml,
passing the classname as a property 'class', and the complete servlet
definition in the xmltask buffer 'servletDef'.

This facility can be used to drive builds from XML deployment
descriptors, or to drive complex builds from a simplified XML file
acting as a 'meta' build.xml (if you need to do such a thing!).

Other minor tweaks / fixes incorporated. See the CHANGES file for details.

Tested againt Ant 1.5 / 1.6

See http://www.oopsconsultancy.com/software/xmltask.html

xmltask provides the facility for automatically editing XML files as
part of an Ant build. Unlike the standard filter task provided with Ant,
it is XML-sensitive, but doesn't require you to define XSLTs.


Rate this page
Poor Excellent    

Comments

No comments at this time. Why not be the first?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Post new comment
Rate this page



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.