Quantcast
Channel: Ignite Realtime : Popular Discussions - Fastpath Webchat
Viewing all articles
Browse latest Browse all 1605

Fastpath Webchat source is not comipling

$
0
0

I got the code from SVN repos of igniterealtime and trying to compile the code. The code is not compiling properly and giving 6 erros. I have all the pre-requiste in place. I also have the openfire code which is compiling properly as webchat needs the openfire jar in its classpath. I am getting the below comiplation errors.

 

Has anyone faced this kind of problem eralier? Please reply.

 

    [mkdir] Created dir: C:\Openfire\webchat\target\classes\plugin

    [javac] Compiling 1 source file to C:\Openfire\webchat\target\classes\plugin

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:24: package org.mortbay.jetty.servlet does not exist

    [javac] import org.mortbay.jetty.servlet.Context;

    [javac]                                 ^

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:25: package org.mortbay.jetty.handler does not exist

    [javac] import org.mortbay.jetty.handler.ContextHandlerCollection;

    [javac]                                 ^

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:26: package org.mortbay.jetty.webapp does not exist

    [javac] import org.mortbay.jetty.webapp.WebAppContext;

    [javac]                                ^

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:42: cannot find symbol

    [javac] symbol  : class Context

    [javac] location: class org.jivesoftware.liveassistant.WebClientPlugin

    [javac]     private Context context;

    [javac]             ^

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:58: package org.mortbay.jetty.handler does not exist

    [javac]         org.mortbay.jetty.handler.ContextHandlerCollection contexts = ((AdminConsolePlugin)pluginManager.getPlugin("admin")).getContexts();

    [javac]                                  ^

    [javac] C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java:60: cannot find symbol

    [javac] symbol  : class WebAppContext

    [javac] location: class org.jivesoftware.liveassistant.WebClientPlugin

    [javac]         context = new WebAppContext(pluginDirectory.getPath(),

    [javac]                       ^

    [javac] Note: C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java uses or overrides a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] Note: C:\Openfire\webchat\src\plugin\java\org\jivesoftware\liveassistant\WebClientPlu gin.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

    [javac] 6 errors


Viewing all articles
Browse latest Browse all 1605

Trending Articles