Skip to content

Instantly share code, notes, and snippets.

@siguremon
Created May 17, 2012 20:04
Show Gist options
  • Save siguremon/2721278 to your computer and use it in GitHub Desktop.
Save siguremon/2721278 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<project name="SimpleAnt" default="compile">
<target name="compile">
<echo>compileだけど表示するだけで何もしない</echo>
</target>
<target name="test" depends="compile">
<echo>testだけど表示するだけで何もしない</echo>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment