Scripts
The scripts are made using XML.
In this case the file contains a script which prints a file:
<project name="sample-scripts" basedir=".">
<description>Some scripts</description>
<target name="printMessage">
<echo message="A message" />
</target>
</project>
Last updated
Was this helpful?