[Fedora-directory-devel] Re: Buiding FDS on SuSE

Bráulio Gergull gergull at gmail.com
Thu Dec 8 18:13:42 UTC 2005


Hi Richard,

GREAT!!!

I've grabbed those .jar's and all went well now.

Thanks a lot!
Braulio Gergull


On 12/8/05, Richard Megginson <rmeggins at redhat.com> wrote:
> >
> >But then it stops shortly after on the following error:
> >
> >==== Starting LDAP Server Clients ==========
> >
> >gmake BUILD_OPT=1 NO_JAVA=1  buildDirectoryClients
> >gmake[1]: Entering directory `/mnt/hdd2/fds/ldapserver'
> >cd ldap/clients; gmake BUILD_OPT=1 NO_JAVA=1 _dsmlgw
> >gmake[2]: Entering directory `/mnt/hdd2/fds/ldapserver/ldap/clients'
> >cd dsmlgw; gmake BUILD_OPT=1 NO_JAVA=1
> >gmake[3]: Entering directory `/mnt/hdd2/fds/ldapserver/ldap/clients/dsmlgw'
> >cp: unable to stat em `../../../../dist/classes//lib/axis.jar': file
> >or folder not found
> >
> >But I could not find axis.jar in the source build tree:
> >
> >find <source>/ -name axis.jar
> >
> >returned empty :(
> >
> >
> These and other jar files are needed to build the DSML gateway.  If you
> want to build it, you should grab the following files and put them the
> <source>/dsmlgwjars directory: activation.jar  axis.jar  jaxrpc.jar
> saaj.jar  xercesImpl.jar  xml-apis.jar
> You can use wget like this:
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/activation.jar
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/axis.jar
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/jaxrpc.jar
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/saaj.jar
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/xercesImpl.jar
> wget -P <source>/dsmlgwjars
> http://directory.fedora.redhat.com/download/dsmlgwjars-1.0/xml-apis.jar
>
> If you just want to skip the dsmlgw (it's not required) you can edit
> ldapserver/nsconfig.mk - close to the top of the file, where it says
> # all of these things are on by default for internal builds
> ifdef INTERNAL_BUILD
>     USE_ADMINSERVER:=1
>     USE_CONSOLE:=1
>     USE_DSMLGW:=1
>     USE_ORGCHART:=1
>     USE_DSGW:=1
>     USE_JAVATOOLS:=1
>     USE_SETUPUTIL:=1
> else
>     USE_ADMINSERVER:=1
>     USE_CONSOLE:=1
>     USE_DSMLGW:=1
> ^^^^^^^ set this one to 0 ^^^^^^^^
>     USE_ORGCHART:=1
>     USE_DSGW:=1
>     USE_JAVATOOLS:=1
>     USE_SETUPUTIL:=1
>     GET_JAVA_FROM_PATH := 1
>     GET_ANT_FROM_PATH := 1
>     USE_PERL_FROM_PATH := 1
>     BUILD_JAVA_CODE := 1
> endif
>
>
>




More information about the Fedora-directory-devel mailing list