Plugin build.xml for Netbeans?

I need some more help I have my plugin code and a jsp page ready. The build script for netbeans doesn’‘t include the plugin.xml file though, and I’'m stumped on how to include it in the jar (in the right place)?

I have noticed a difference between my plugin and the included ones though - the directory structure. Whereas the included plugins have their src under a java\ dir, I do not. Is that significant? Edit: this difference keeps me from using the included build script (>ant plugins).

Any help is appreciated.

Message was edited by:

Op3racional

Hi

Take a look at the url=http://www.jivesoftware.org/builds/wildfire/docs/latest/documentation/Plugin Development Guide[/url] for detailed information on plugin directory structure, plugin.xml and how to build the plugin jar using ant.

Hope that helps,

Ryan

Well, copying the java source package to a directory “java” by hand makes the included script work. Still it would be nice to automate this in netbeans.