⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 how-to-build.txt.svn-base

📁 开源项目openfire的完整源程序
💻 SVN-BASE
字号:
Building a Sparkplug

To easily build a Sparkplug, we have added a simple ANT script to create a deployed plug.  To create, do the following:

1) Copy your java source files to the src directory.
2) Place any dependencies (besides Spark) into the lib directory.
3) Update the plugin.xml file to represent your plugin.
4) Go to the build directory, and type ant jar to build your plugin or
.... type "ant run" to build and deploy your plugin directly to Spark and
have Spark startup to test your plugin right away.

Your new plugin will be called myplugin.jar.  

If you wish to deploy your plugin later, just copy your new myplugin.jar to the plugins directory of your Sparkplug distro kit.

Enjoy!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -