summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjesus m. rodriguez <jesusr@redhat.com>2010-01-06 11:11:27 -0500
committerjesus m. rodriguez <jesusr@redhat.com>2010-01-06 11:11:27 -0500
commit8d8c099fe939c10d85918fe30d3793d8e1cd53eb (patch)
treec0e58e968b0e75d79388426ff73e82dcf273b8f2
parent12c45ed0bc84a7fd23c5b752a2578f452c0b21dc (diff)
downloadcandlepin-8d8c099fe939c10d85918fe30d3793d8e1cd53eb.tar.gz
candlepin-8d8c099fe939c10d85918fe30d3793d8e1cd53eb.tar.xz
candlepin-8d8c099fe939c10d85918fe30d3793d8e1cd53eb.zip
let folks know to use buildr instead, of ant.
-rw-r--r--proxy/build.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/proxy/build.xml b/proxy/build.xml
index ec73d08..79b57bb 100644
--- a/proxy/build.xml
+++ b/proxy/build.xml
@@ -170,7 +170,15 @@
<tstamp />
</target>
- <target name="all" depends="init,compile,pack"
+ <target name="usebuildr">
+ <echo message="Silly Wabbit, ant has been deprecated, please use buildr."/>
+ <echo message="" />
+ <echo message="And if you must ask 'why not maven?' That's because I despise maven." />
+ </target>
+
+ <target name="all" depends="usebuildr" />
+
+ <target name="oldall" depends="init,compile,pack"
description="Compile and pack - no code generation in this step" />