Spark Plugin Questions

I’m having few questions on spark plugin development.

  1. I have downloaded the sparkplug_kit_2_0_7.zip from your website, is this latest code.

  2. I found some issues with the sparkplug_kit_2_0_7.zip, I resolved the MAIN_IMAGE issue. But my plugin is not shown on the spark

a. On click of plugins menu item I can see “my plug-in” but the plugin(tab) is not shown on the spark client

Exception in thread “AWT-EventQueue-0” java.lang.NoSuchMethodError: org.jivesoftware.smack.filter.AndFilter.(Lorg/jivesoftware/smack/filter/PacketF ilter;L

org/jivesoftware/smack/filter/PacketFilter;)V

at com.jivesoftware.smack.workgroup.agent.AgentSession.setOnline(Unknown Source)

at com.jivesoftware.fastpath.FastPath$7.finished(FastPath.java:285)

at org.jivesoftware.spark.util.SwingWorker$2$1.run(SwingWorker.java:139)

at java.awt.event.InvocationEvent.dispatch(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

  1. If have to work with latest code rom svn, do I need a sparkplug kit?

  2. How do I build a spark.exe

Please let us know where we should take the code from your svn for both these products.

Should we develop on top of the trunk code or any branch?

Which one is stable for us to start?

How do we sync up with your updates and future releases?