Bug 103719

Summary: Add $ORACLE_HOME/jdbc/lib/classes12.zip to classpath in build.xml
Product: [Retired] Red Hat Web Application Framework Reporter: Daniel BerrangĂ© <berrange>
Component: dev environmentAssignee: Dennis Gregorovic <dgregor>
Status: CLOSED WORKSFORME QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightlyKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-30 23:25:19 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:

Description Daniel Berrangé 2003-09-04 10:01:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314

Description of problem:
Currently to build Core/CMS you need to add

ORACLE_HOME/jdbc/lib/classes12.zip

to your CLASSPATH, typically in .bashrc or /etc/profile. It would eliminate a
potential source of trouble for new users if build.xml would automatically add
this to the build classpath if it detects that $ORACLE_HOME is set.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Try to compile Core, without classes12.zip in your shell's CLASSPATH env var.

    

Additional info:

Comment 1 Dennis Gregorovic 2004-01-23 19:00:05 UTC
actually, ccm-profile will add classes12.zip to your CLASSPATH for you
as long as ORACLE_HOME is set.  Do we still need to add it to build.xml?