How do it to jar in Plugin?

i want do a plugin,i saw an example in plugin-dev-guide.html.what is ‘‘Using the Jive Messenger Build Script’’?,why do example files to jar?i use eclipse3.1.it’'s OK to complied messenger2.1_src.

If using the source release, the build/ directory included an ant script that will compile all plugins in the src/plugins directory using “ant plugins”.

Check out the broadcast plugin included in the source release as an example.

Regards,

Matt

what’‘s name in the build/ directory included an ant script? is it built.xml? whether give out an ant script in broadcast,using build/ directory build.xml compiled the source release in eclipse ,it’‘s can’'t make .jar.

thanks.

Yes, the build directory contains a build.xml file that is the Ant script. If you invoke Ant from the command line in the build directory, it will automatically find the build.xml file. I’‘m not familiar with Eclipse so can’‘t help out on what you’'d need to do to make the build script work from in the IDE.

Regards,

Matt

thanks Matt.i used eclipse to build jar.it is key ‘‘using “ant plugins”.’’:slight_smile:

whether JAR built in windows could be used in messenger for linux.

whether JAR built in windows could be used in

messenger for linux.

JAR files are cross-platform so it shouldn’'t be an issue.

-Matt