Reducing Plugin Build Time

Is there a way to reduce the build time required for a plugin? Currently I copy my source into the openfire plugin source tree and run ant plugins from the build dir, but it has to go through each of the other plugins which have already been built, and it does this every time. Is there a way to just build my plugin without having to go through this process?

Thanks.

Yeah, there is a simple way: Just delete all other plugins

Damn, that is a good idea!

Thanks for the tip!

Unrelated: are you getting “Access Denied: only HTTP Post is allowed.” or something like that when trying to log into the community site? Took me forever to log in and reply here.

Unrelated: are you getting “Access Denied: only HTTP Post is allowed.”
or something like that when trying to log into the community site? Took me forever to log in and reply here.
No, maybe you should report that in Jive Lounge.

Is there a way to just build my plugin without having to go through this process?

Yes, there is. Just specify the one plugin you want to build when running the plugin ant task by doing the following, “ant -Dplugin=[plugin name] plugin”

Cheers,
Ryan