diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-01 16:50:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-01 16:50:33 +0000 |
| commit | 28b22a308cb6cf0232067636fb6676a4c96d82f7 (patch) | |
| tree | 1f5b4cd32c425ffda3a7295dd47f0aaba3c0ce25 /cpp/rubygen/README | |
| parent | 9235b5d09b3273c7c495ff266e18781fad363a9b (diff) | |
| download | qpid-python-28b22a308cb6cf0232067636fb6676a4c96d82f7.tar.gz | |
* src/generate.sh: Moved requirements test to configure.ac
* rubygen: Cleanup and improvements, template for cluster work.
* configure.ac:
- support for ruby code generator + cleanup.
- moved "can generate" tests to configure.ac
- removed redundant APR stuff.
* bootstrap: Remove codegen from bootstrap, all in config/make.
* src/Makefile.am (libqpidcommon_la_LIBADD):
- Ruby code generator.
- Improvements to existing generator rules.
- Removed APR stuff.
* configure.ac (CPPUNIT_CXXFLAGS): Removed APR stuff.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/README')
| -rw-r--r-- | cpp/rubygen/README | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/cpp/rubygen/README b/cpp/rubygen/README index 43111d4c4f..a1fd6cfec8 100644 --- a/cpp/rubygen/README +++ b/cpp/rubygen/README @@ -1,16 +1,13 @@ RUBY CODE GENERATOR -amqpgen.rb: builds an AMQP model from XML files and provides generic code generation functions (e.g. capitalization of names etc) +Run ./generate for usage. +Examples in samples/ -cppgen.rb: C++ specific code generation functions. +For example: + ./generate . ../../specs/amqp.0-9.xml samples/Proxy.rb +will generate -A template is a ruby file that generates one or more source files. -For an example run - samples/runme test <amqp.xml files> - -The first argument is a directory for generated files, remaining arguments -are xml files. |
