Building Plugin

Hi,

I’m currently having trouble building plugins inside openfire source. I downloaded the openfire source code and try build itu using xml. It runs smoothly when I build the openfire. But, the problem is I cannot build some of the plugins. Most of them. Especially those plugins that have .jsp or .html file in its web folder. It said “jasper2 doesn’t support “webXml” attribute”. Am I missing something? I’m using openfire 3.7.1 and my operating system is Windows 7 64-bit.

Thank you,

Hi

I have the same error -

build.xml:1489: jasper2 doesn’t support the “webXml” attribute

Try to open your build.xml, go to the line 1489 and change

webXml="${plugin.dev.dest.dir}/@{plugin}/target/jspc/web.xml"

to

webXmlFragment=${plugin.dev.dest.dir}/@{plugin}/target/jspc/web.xml

this worked for me.