Skip to content

Instantly share code, notes, and snippets.

@gilleain
Created March 28, 2011 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilleain/890488 to your computer and use it in GitHub Desktop.
Save gilleain/890488 to your computer and use it in GitHub Desktop.
running cdk build.xml from another project
<?xml version="1.0" encoding="UTF-8"?>
<project name="Test" default="cdk-ant">
<target name="cdk-ant" description="build cdk">
<echo>"Building CDK"</echo>
<subant target="dist-all" buildpath="../cdk">
</subant>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment