Bug 172812 - Admin Server build process overwrites ANT_HOME
Summary: Admin Server build process overwrites ANT_HOME
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Admin
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nathan Kinder
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 152373 240316
TreeView+ depends on / blocked
 
Reported: 2005-11-09 23:10 UTC by Nathan Kinder
Modified: 2015-12-07 16:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-07 16:51:31 UTC
Embargoed:


Attachments (Terms of Use)
CVS DIffs (1.60 KB, patch)
2005-11-09 23:10 UTC, Nathan Kinder
no flags Details | Diff

Description Nathan Kinder 2005-11-09 23:10:56 UTC
Admin Server's build process sets ANT_HOME regardless of setting the
INTERNAL_BUILD or GET_ANT_FROM_PATH flags.  This can cause build problems when
building the Admin Server console jarfiles.  The logic should be to only set
ANT_HOME if INTERNAL_BUILD is set and GET_ANT_FROM_PATH is not set.

I also noticed that we are packaging the ant jarfiles and the jss xpclass.jar
file with the Console, which we shouldn't be doing.

Comment 1 Nathan Kinder 2005-11-09 23:10:56 UTC
Created attachment 120862 [details]
CVS DIffs

Comment 2 Nathan Kinder 2005-11-09 23:22:42 UTC
Checked into adminserver (HEAD).  Reviewed by Rich.

Checking in components.mk;
/cvs/dirsec/adminserver/components.mk,v  <--  components.mk
new revision: 1.40; previous revision: 1.39
done
Checking in base/Makefile;
/cvs/dirsec/adminserver/base/Makefile,v  <--  Makefile
new revision: 1.15; previous revision: 1.14
done

Comment 3 Nathan Kinder 2007-12-14 20:29:28 UTC
These changes no longer apply since we've moved to autotools for the adminserver
build system.  Marking as VERIFIED.


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