diff options
| author | Robert Greig <rgreig@apache.org> | 2006-12-18 18:20:41 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2006-12-18 18:20:41 +0000 |
| commit | 53d03c43b4e00ce525d5e30c4cbe64c05a1b0222 (patch) | |
| tree | a6e4d9de842ef6d5a49a8599ac3c3879b4126cc6 /qpid/java/client/readme.txt | |
| parent | e5021e250fed784435d5d00ad5120f94fe33df5b (diff) | |
| download | qpid-python-53d03c43b4e00ce525d5e30c4cbe64c05a1b0222.tar.gz | |
Copied remotely
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting@488382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/readme.txt')
| -rw-r--r-- | qpid/java/client/readme.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/qpid/java/client/readme.txt b/qpid/java/client/readme.txt new file mode 100644 index 0000000000..ef8fa01717 --- /dev/null +++ b/qpid/java/client/readme.txt @@ -0,0 +1,31 @@ +AMQP JMS API + +To build this you will need ant. The build.xml file requires that the amq.home +property be set to point to the location of the root directory under which the +base2 and amqp moduels reside (these contain protocol definitions used in +the code generation). + +You can avoid setting it if you have the following structure: + + root/ + base/ + base2/ + foreign/ + gsl/ + amqp/ + blaze/ + java/ + client + build.xml + Readme.txt [this file] + common + + +Otherwise you can either pass it in on the command line or add it to a file +named build.properties in the same directory as this Readme.txt file. + +E.g.: + +ant -Damq.home=c:\AMQP\ + + |
