开发者

Modify and rebuild Openfire plugin

开发者 https://www.devze.com 2023-02-01 05:26 出处:网络
I am trying to modify the message monitoring plugin in Openfire. I checked-out the code using svn. And i could also figure out what and where i will need to change the code. But I am not clear about

I am trying to modify the message monitoring plugin in Openfire.

I checked-out the code using svn. And i could also figure out what and where i will need to change the code. But I am not clear about rebuilding the plugin and testing my changes.

In Eclipse, I can export the "plugins.monitoring" package as a .jar, but it does not export all the classes. For example, it exports plugins.monitoring.src.web but ignores classes in sub-packages (if i am not wrong with the term) such as plugins.monitoring.src.java.org.jivesoftware.openfire.reporting.util.

How do I compile only开发者_StackOverflow one package and export it to .jar file?

Thanks


I got how to do this. It is to be done using ant

build.xml can be found in the build directory inside the Openfire source code

0

精彩评论

暂无评论...
验证码 换一张
取 消