Great! Check the jar manifest is correct.
-- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/ [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings On Fri, Aug 9, 2013 at 7:19 PM, Roman Vnukov <[email protected]> wrote: > Yes! I'm pleased with myself, but now I have NEXT error when execute > "ant run": > [java] ERROR: Bundle [123] Error starting reference: > file:sc-bundles/openmee > tings.jar (org.osgi.framework.BundleException: Unresolved constraint in > bundle [ > 123]: Unable to resolve 123.0: missing requirement [123.0] package; > (package=net > .java.sip.communicator.plugin)) > :-D > V.Roman > > 09.08.2013 15:05, Alexei Fedotov пишет: > > Cool. > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов,http://dataved.ru/ > +7 916 562 8095 > > [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/ > [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ > [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings > > > On Fri, Aug 9, 2013 at 6:59 PM, Roman Vnukov <[email protected]> > <[email protected]> wrote: > > To resolve this error i add next convertation: > long timeInMillis = System.currentTimeMillis(); > java.util.Calendar cal = java.util.Calendar.getInstance(); > cal.setTimeInMillis(timeInMillis); > java.util.Date date = cal.getTime(); > above "chat.addMessage(null, date, Chat.SYSTEM_MESSAGE,.."(124 str) of > OpenmeetingsPluginMenuItem.java > After that "ant rebuild" was executed without any errors. > > V.Roman > > 09.08.2013 10:01, Roman Vnukov пишет: > > Thank you, Alexei! I'l change the "import > net.java.sip.communicator.util.swing.*" line to "import > net.java.sip.communicator.plugin.desktoputil.*" in the > OpenmeetingsConfigPanel.java file and it's OK! > But now I have next error and need your help! > Error message is: > [javac] > d:\jitsi22\src\net\java\sip\communicator\plugin\openmeetings\Openmee > tingsPluginMenuItem.java:124: > addMessage(java.lang.String,java.util.Date,java.la > ng.String,java.lang.String,java.lang.String) in > net.java.sip.communicator.servic > e.gui.Chat cannot be applied to > (<nulltype>,long,java.lang.String,java.lang.Stri > ng,java.lang.String) > [javac] chat.addMessage(null, System.currentTimeMillis(), > Chat.SYSTE > M_MESSAGE, > [javac] ^ > > V.Roman > > > > > > -- >
