summaryrefslogtreecommitdiff
path: root/qpid/gentools/README
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-11-10 21:04:43 +0000
committerKim van der Riet <kpvdr@apache.org>2006-11-10 21:04:43 +0000
commite50fb5c60c46f01e1d8b9d97506f37c4dfb3a5ba (patch)
tree6868459431ba0f495181e92d1573ef899f0c56df /qpid/gentools/README
parent821719b8e080adefa456d36d629be16d65b25c60 (diff)
downloadqpid-python-e50fb5c60c46f01e1d8b9d97506f37c4dfb3a5ba.tar.gz
Latest version of gentools. Java AmqpConstants class added which allows in changes in the <constant>
declarations in spec from version to version. C++ AMQP_Constants.h file still incomplete. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools/README')
-rw-r--r--qpid/gentools/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/gentools/README b/qpid/gentools/README
index 08df62948d..7b4aabcb30 100644
--- a/qpid/gentools/README
+++ b/qpid/gentools/README
@@ -9,6 +9,7 @@ currently configured, this generator will not interact with any file or
directory outside of this directory.
To build (from this directory):
+rm org/apache/qpid/gentools/*.class
javac org/apache/qpid/gentools/Main.java
Make sure you are using Sun's JDK1.5.0; Eclipse and gcj do not work.