Bug 172812

Summary: Admin Server build process overwrites ANT_HOME
Product: [Retired] 389 Reporter: Nathan Kinder <nkinder>
Component: AdminAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:51:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316    
Attachments:
Description Flags
CVS DIffs none

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.