From 396b8885a51c1bbc25e348ddda24a569ff8f031d Mon Sep 17 00:00:00 2001 From: "miodrag%netscape.com" Date: Tue, 10 Jun 2003 01:00:05 +0000 Subject: [PATCH] Added ant support git-svn-id: svn://10.0.0.236/trunk@143491 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/java-sdk/build.properties | 17 ++ mozilla/directory/java-sdk/build.xml | 253 ++++++++++++++++++++ 2 files changed, 270 insertions(+) create mode 100644 mozilla/directory/java-sdk/build.properties create mode 100644 mozilla/directory/java-sdk/build.xml diff --git a/mozilla/directory/java-sdk/build.properties b/mozilla/directory/java-sdk/build.properties new file mode 100644 index 00000000000..393a0fc9c17 --- /dev/null +++ b/mozilla/directory/java-sdk/build.properties @@ -0,0 +1,17 @@ +# ----------------------------------------------------------------------------- +# build.properties.sample +# +# This is an example "build.properties" file, used to customize building +# Mozilla Java LDAP SDK for your local environment. +# +# $Id: build.properties,v 1.1 2003-06-10 01:00:05 miodrag%netscape.com Exp $ +# ----------------------------------------------------------------------------- + + +# ----- OROMatcher regular expression jar file location ----- +# place the location of this file in the following line. +# the library may be downloaded from http://www.oroinc.com + +#ororegexp.jar=../lib/oroinc.jar + + diff --git a/mozilla/directory/java-sdk/build.xml b/mozilla/directory/java-sdk/build.xml new file mode 100644 index 00000000000..9e0f987116b --- /dev/null +++ b/mozilla/directory/java-sdk/build.xml @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The following targets are defined: + dist : will build entire sdk and package all the pieces + dist-jdk : will build only the ldap jdk jar (ldapjdk.jar) + dist-filter : will build only the ldap filter jar (ldapfilt.jar) + dist-beans : will build only the beans jar (ldapbeans.jar) + dist-jndi : will build only the jndi service provider (ldapsp.jar) + dist-docs : will package up all the documentation (ldapdoc.zip) + + build : will compile the entire sdk but not package + build-jdk : will compile only the ldap jdk jar + build-filter : will compile only the filter classes + build-beans : will compile only the ldap beans + build-jndi : will compile only the jndi service provider + build-docs : will compile the complete javadocs + + clean : will remove all compiled files and packages + clean-dists : will remove all the jars and zips + clean-builds : will remove all the compiled classes + + NOTE: in order to compile the filter classes you will need to + edit the build.properties file and place the path to + your oro pattern matching jar in it. + + + + + compiling for jdk version=${ant.java.version} + + + + + + + + + + + + + + + + + ssl libraries path=${jsselibs} + + + + + + + + + + Building all packages.... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +