Added Ant version requirement in plugin example README
| | |
| | | |
| | | In order to build and use this example plugin, perform the following |
| | | steps (presumably you are already at step 4): |
| | | |
| | | |
| | | 1. In the top-level source folder for OpenDS, first build and |
| | | package OpenDS: |
| | | |
| | |
| | | |
| | | cd example-plugin |
| | | |
| | | 5. And build the plugin (this requires Ant in your path): |
| | | 5. And build the plugin (this requires Ant version 7 or higher in your path): |
| | | |
| | | ant install |
| | | |
| | |
| | | |
| | | 8. Start the server and look for the "hello world" notice in the start |
| | | up log: |
| | | |
| | | |
| | | cd .. |
| | | ./bin/start-ds |