Plugin build

I was looking for a way to (re)build just one plugin and not

the whole tree. Here is a way to do it:

ant plugin -Dplugin=search

Maybe it’'s not that important to be mentioned on a forum

but for sure should be in the documentation:

http://www.igniterealtime.org/builds/wildfire/docs/latest/documentation/source-b uild.html

Message was edited by: istirbu

Thanks a lot. I was looking for a way to do that. I noticed you can do “ant plugin” in the build.xml, but didn’'t know how to add the plugin name for it. Thanks again.