Skip to content

Instantly share code, notes, and snippets.

@manuelpichler
Created November 23, 2012 12:47
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 manuelpichler/4135473 to your computer and use it in GitHub Desktop.
Save manuelpichler/4135473 to your computer and use it in GitHub Desktop.
Custom ABC environments
<?xml version="1.0" ?>
<project name="sindelfingen" default="test">
<!-- Set default if not specified on cli -->
<property name="sindelfingen.env" value="default" />
<property file="${sindelfingen.env}.properties" />
<import file="setup/src/main/xml/base.xml" />
</project>
~ $ ant -Dsindelfingen.env=qafoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment