Hi, all.

Anybody was sucessful building the Fedora Management Console in Debian, as specified in http://directory.fedora.redhat.com/wiki/BuildingConsole?

I´ve downloaded the .jar files needed (the latest versions that I could find), created an imports file, but after firing ant, an error occurs. Looks like some incompatibility with the JSS files.
======================================================
egwteste:/etc/apt/console# ant -Dimports.file=imports.Debian
Buildfile: build.xml

prepare_build:
    [input] skipping input as property imports.file has already been set.

import_ldapjdk:

import_jss_jar:

build:
    [javac] Compiling 401 source files to /etc/apt/built/classes
    [javac] /etc/apt/console/src/com/netscape/management/client/util/UtilConsoleGlobals.java:26: cannot resolve symbol
    [javac] symbol  : class JSSSocketFactory
    [javac] location: package factory
    [javac] import netscape.ldap.factory.JSSSocketFactory;
    [javac]                              ^
    [javac] /etc/apt/console/src/com/netscape/management/client/util/UtilConsoleGlobals.java:100: cannot resolve symbol
    [javac] symbol  : class JSSSocketFactory
    [javac] location: class com.netscape.management.client.util.UtilConsoleGlobals
    [javac]                 _socketFactory = new JSSSocketFactory();
    [javac]                                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 2 errors

BUILD FAILED
/etc/apt/console/build.xml:127: Compile failed; see the compiler error output for details.
=====================================================================

If anybody was sucessful, and could send me the .jar files that were used for the build, I will be thankful.

Regards


--
==================================
Márcio Kabke Pinheiro
CELEPAR - Governo do Paraná
marciok@celepar.pr.gov.br