Hello everyone!
I have a problem when building jitsi+openmeetings.
I've got jitsi and openmeetings sources from SVN. Made changes to build.hml and lib/felix.client.run.propertis.
Then execute "ant rebuild" command and got the following error message:
version:
    [javac] Compiling 3 source files to d:\jitsi\classes
     [echo] Jitsi version 2.1.0.build.by.SVN

compile:
    [javac] Compiling 2124 source files to d:\jitsi\classes
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti ngsConfigPanel.java:9: package net.java.sip.communicator.util.swing does not exi
st
    [javac] import net.java.sip.communicator.util.swing.*;
    [javac] ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti
ngsConfigPanel.java:14: cannot find symbol
    [javac] symbol: class TransparentPanel
    [javac]     extends TransparentPanel
    [javac]             ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Encryptio nEngine.java:64: warning: sun.misc.BASE64Encoder is Sun proprietary API and may
be removed in a future release
    [javac]             new sun.misc.BASE64Encoder().encode(cipherText);
    [javac]                         ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Encryptio nEngine.java:71: warning: sun.misc.BASE64Decoder is Sun proprietary API and may
be removed in a future release
[javac] byte[] message = new sun.misc.BASE64Decoder().decodeBuffer(m
essageStr);
    [javac]                                      ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti
ngsConfigPanel.java:60: cannot find symbol
    [javac] symbol  : class TransparentPanel
[javac] location: class net.java.sip.communicator.plugin.openmeetings.Openme
etingsConfigPanel
    [javac]         JPanel headerPanel = new TransparentPanel();
    [javac]                                  ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti
ngsConfigPanel.java:72: cannot find symbol
    [javac] symbol  : class TransparentPanel
[javac] location: class net.java.sip.communicator.plugin.openmeetings.Openme
etingsConfigPanel
    [javac]         JPanel serverPanel = new TransparentPanel();
    [javac]                                  ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti
ngsConfigPanel.java:83: cannot find symbol
    [javac] symbol  : class TransparentPanel
[javac] location: class net.java.sip.communicator.plugin.openmeetings.Openme
etingsConfigPanel
    [javac]         JPanel loginPanel = new TransparentPanel();
    [javac]                                 ^
[javac] d:\jitsi\src\net\java\sip\communicator\plugin\openmeetings\Openmeeti
ngsConfigPanel.java:90: cannot find symbol
    [javac] symbol  : variable LEFT_ALIGNMENT
[javac] location: class net.java.sip.communicator.plugin.openmeetings.Openme
etingsConfigPanel
    [javac]         loginPanel.setAlignmentX(LEFT_ALIGNMENT);
.....................
BUILD FAILED
d:\jitsi\build.xml:283: Compile failed; see the compiler error output for detail
s.

Question is: where can I find this package and what packages I still needed.

Thank you all!

V.Roman

Reply via email to