summaryrefslogtreecommitdiff
path: root/gentools/build
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-07-15 11:36:41 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-07-15 11:36:41 +0000
commit2b5fa5a3312091c0818e3105c99390c4e5bde8a7 (patch)
tree8da6a7945f522ccd325b19a69380eeec9d7d7803 /gentools/build
parent5c732b199e21e34d942bbbadca3c25e1fcf6b101 (diff)
downloadqpid-python-2b5fa5a3312091c0818e3105c99390c4e5bde8a7.tar.gz
QPID-1176 : Updated Tasks and gentools build to use the java.source and java.target values. Added echo statements to show the targeted build Updated other info echo statements to be an info level so they will not print with -q.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/build')
-rwxr-xr-xgentools/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentools/build b/gentools/build
index ad9827b113..4114babe72 100755
--- a/gentools/build
+++ b/gentools/build
@@ -8,7 +8,7 @@ for f in org/apache/qpid/gentools/*.class; do
fi
done
echo "Compiling..."
-javac org/apache/qpid/gentools/*.java
+javac -source=1.5 -target=1.5 org/apache/qpid/gentools/*.java
echo "Done. Try it out..."
java org.apache.qpid.gentools.Main
echo "--------- Building gentools completed ----------"