[Fedora-directory-commits] ldapserver/ldap/clients/dsmlgw build.xml, 1.7, 1.8

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 10 23:21:56 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/clients/dsmlgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23344/ldapserver/ldap/clients/dsmlgw

Modified Files:
	build.xml 
Log Message:
Bug(s) fixed: 178479
Bug Description: DSMLGW code uses non-standard sun.misc.Base64Encoder
Reviewed by: The team (Thanks!)
Fix Description: Added jakarta-commons-codec.jar to the DS build and 
packaging.  We will need to add this file to the bundle of dsmlgw jar 
files on /share/builds/components.
Platforms tested: Fedora Core 4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: build.xml
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsmlgw/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml	29 Oct 2005 02:21:46 -0000	1.7
+++ build.xml	10 Feb 2006 23:21:49 -0000	1.8
@@ -51,16 +51,20 @@
 
 <property name="ldapjdk.jar"     value="${ldapdist.dir}/ldapjdk.jar"/>
 <property name="activation.jar"  value="${globaldist.dir}/activation.jar"/>
+<property name="jaf.jar"  value="${globaldist.dir}/jaf.jar"/>
 <property name="jaxrpc-api.jar"  value="${globaldist.dir}/jaxrpc-api.jar"/>
 <property name="jaxrpc.jar"  value="${globaldist.dir}/jaxrpc.jar"/>
 <property name="saaj.jar"  value="${globaldist.dir}/saaj.jar"/>
 <property name="xercesImpl.jar"  value="${globaldist.dir}/xercesImpl.jar"/>
 <property name="xmlParserAPIs.jar"  value="${globaldist.dir}/xml-apis.jar"/>
 <property name="axis.jar"        value="${globaldist.dir}/axis.jar"/>
+<property name="codec.jar"        value="${globaldist.dir}/jakarta-commons-codec.jar"/>
+<property environment="env"/>
 
 <path id="class.path">
 <pathelement location="${ldapjdk.jar}"/>
 <pathelement location="${activation.jar}"/>
+<pathelement location="${jaf.jar}"/>
 <pathelement location="${jaxrpc-api.jar}"/>
 <pathelement location="${jaxrpc.jar}"/> 
 <pathelement location="${saaj.jar}"/>
@@ -68,6 +72,7 @@
 <pathelement location="${xercesImpl.jar}"/> 
 <pathelement location="${xmlParserAPIs.jar}"/>
 <pathelement location="${axis.jar}"/>
+<pathelement location="${codec.jar}"/>
 </path>
 
 <property name="build.dir"      value="${mcom.root}/built/dsmlgw"/>




More information about the Fedora-directory-commits mailing list