Andrew McDonough

Please note: This page is imported from my wiki, which hasn't been updated in over 10 years. Some of the formatting was lost during the import. I'll try to get around to fixing it someday.

Ant

Targets

.. do stuff ..

Dependencies

Targets can depend on other targets e.g.

Properties

Tasks

A task is something that is executed. It has the format: <name att1=‘val1’ att2=‘val2’ …> .. some properties ..

Replace

<replace dir="${source.root}">
  <include name="**/*.hbm.xml"/>
  <replacetoken><![CDATA[<generator class="assigned" />]]></replacetoken>
  <replacevalue><![CDATA[ <generator class="sequence">
     			    <param name="sequence">BASE.</param>
		      </generator></replacevalue>
		      ]]></replacevalue>
</replace>

http://lbdpc15.epfl.ch/JAVA/Jakarta/Ant/docs/


Andrew McDonough

Andrew McDonough is a consultant CTO and software developer, currently based between Berlin and London.

Follow Andrew on Twitter or Connect on LinkedIn