From 4e7dffa92816aae3f9d42f45724bc05b56482dff Mon Sep 17 00:00:00 2001 From: "miodrag%netscape.com" Date: Sat, 5 Jun 1999 01:14:50 +0000 Subject: [PATCH] Updates for JNDI LDAP service provider git-svn-id: svn://10.0.0.236/trunk@33889 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/buildjsdk.txt | 40 +++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/mozilla/directory/buildjsdk.txt b/mozilla/directory/buildjsdk.txt index 120b51ae103..ea04837c3a2 100644 --- a/mozilla/directory/buildjsdk.txt +++ b/mozilla/directory/buildjsdk.txt @@ -1,7 +1,7 @@ ====================================================================== NETSCAPE DIRECTORY SDK FOR JAVA: BUILD INSTRUCTIONS - Last updated: July 29, 1998 + Last updated: June 4, 1999 ====================================================================== For information on the Netscape Directory SDK source release, see http://www.mozilla.org/directory/ @@ -61,6 +61,24 @@ Instructions: mozilla/directory/java-sdk/dist/packages - ldapjdk.jar JAR file (if you've specified "basepackage" as the target) +4. Build the JNDI LDAP Service Provider classes by entering the following commands: + + gmake -f ldapsp.mk + + If you also want the classes packaged in a JAR file, + specify "basepackage" as the target: + + gmake -f ldapsp.mk basepackage + + The SDK will be built and copied into the following directories: + mozilla/directory/java-sdk/dist/classes - class files + mozilla/directory/java-sdk/dist/packages - ldapsp.jar JAR file + (if you've specified "basepackage" as the target) + + The JNDI LDAP Service Provider depends on the LDAP Java classes, so you + always must build the LDAP Java first. For more information on JNDI see + ldapsp/Readme.html and http://java.sun.com/products/jndi/index.html + Windows Build Instructions -------------------------- @@ -131,7 +149,25 @@ Instructions: mozilla\directory\java-sdk\dist\packages - ldapjdk.jar JAR file (if you've specified "basepackage" as the target) +3. Build the JNDI LDAP Service Provider classes by entering the following commands: + + gmake -f ldapsp.mk + + If you also want the classes packaged in a JAR file, + specify "basepackage" as the target: + + gmake -f ldapsp.mk basepackage + + The SDK will be built and copied into the following directories: + mozilla/directory/java-sdk/dist/classes - class files + mozilla/directory/java-sdk/dist/packages - ldapsp.jar JAR file + (if you've specified "basepackage" as the target) + + The JNDI LDAP Service Provider depends on the LDAP Java classes, so you + always must build the LDAP Java first. For more information on JNDI see + ldapsp/Readme.html and http://java.sun.com/products/jndi/index.html + -------------------------------------------------------- -Copyright (c) 1998 Netscape Communications Corporation. +Copyright (c) 1999 Netscape Communications Corporation. (http://home.netscape.com/misc/contact_info.html)