From: SourceForge.net <no...@so...> - 2007-02-16 03:05:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4160879 By: akuns I simplified the build system for plugins, not automated yet, but simplified. For each plugin within the make-plugin task you just add <make-plugin-jar jar-file="blue-check-jmx.jar" jar-main-class="org.blue.plugins.check_jmx" jar-class-path="lib/jbossall-client.jar" /> * the jar-class-path should be a space separated list of lib/name.jar files. The macro make-plugin-jar will prepend to the class path etc/ lib/commons-cli-1.0.jar lib/log4j-1.2.13.jar lib/blue-plugins.jar . I have also added auto-doc generation of plugins to the build system. After each plugin is built it is invoked, java -jar org.blue.plugins.check_jmx --help. The result is made into a file at ${dist}/plugins/docs/org.blue.plugins.check_jmx.txt. [Next step is to make sure this gets packaged into the web app.] ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=545812 |