Bug 171854 - Allow DSMLGW to build with GAR build scripts
Summary: Allow DSMLGW to build with GAR build scripts
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Directory Server
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Rich Megginson
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-27 02:58 UTC by Rich Megginson
Modified: 2015-01-04 23:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-06 19:49:04 UTC
Embargoed:


Attachments (Terms of Use)
List of files in fix (127 bytes, text/plain)
2005-10-27 02:58 UTC, Rich Megginson
no flags Details
diffs for fix (5.17 KB, text/plain)
2005-10-27 02:59 UTC, Rich Megginson
no flags Details

Description Rich Megginson 2005-10-27 02:58:41 UTC
Need to parameterize the location of the DSMLGW jar files so that those files
can be downloaded into a location other than dist/classes and that location can
be passed into the Makefiles and build.xml.

Comment 1 Rich Megginson 2005-10-27 02:58:41 UTC
Created attachment 120444 [details]
List of files in fix

Comment 2 Rich Megginson 2005-10-27 02:59:13 UTC
Created attachment 120445 [details]
diffs for fix

Comment 3 Rich Megginson 2005-10-27 14:14:24 UTC
Reviewed by: nhosoi (Thanks!)
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=120444
Branch: HEAD
Fix Description: Add a new macro DSMLGWJARS_BUILD_DIR which defaults to 
dist/classes for internal builds.  For external builds, the developer 
can grab these jars from their respective locations, or grab the bundle 
from the fds download site, which is what the GAR builds will do.  The 
location is then passed in on the make command line as 
DSMLGWJARS_BUILD_DIR=/path/to/dsmlgwjars.  Regular internal builds 
should continue to work as always.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no


Checking in ldapserver/buildpaths.mk;
/cvs/dirsec/ldapserver/buildpaths.mk,v  <--  buildpaths.mk
new revision: 1.7; previous revision: 1.6
done
Checking in ldapserver/internal_buildpaths.mk;
/cvs/dirsec/ldapserver/internal_buildpaths.mk,v  <--  internal_buildpaths.mk
new revision: 1.7; previous revision: 1.6
done
Checking in ldapserver/ldap/clients/dsmlgw/Makefile;
/cvs/dirsec/ldapserver/ldap/clients/dsmlgw/Makefile,v  <--  Makefile
new revision: 1.9; previous revision: 1.8
done.
Checking in ldapserver/ldap/cm/Makefile;
/cvs/dirsec/ldapserver/ldap/cm/Makefile,v  <--  Makefile
new revision: 1.38; previous revision: 1.37
done



Note You need to log in before you can comment on or make changes to this bug.