Bug 95

Summary: incorrect bsh env fu in docs/HowToBuild.html
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P5    
Version: 1   
Hardware: All   
OS: all   
URL: http://ftp.arl.mil
Type: DEFECT SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:46:44 CET


---- Reported by erikg 2004-06-29 06:30:26 ----

the "unsetting" on bourne family shells merely sets it to lambda, when it's much
easier to actually unset it using "unset CLASSPATH" ... works on bash, bsh,
(fbsd) posix sh, ksh, ...


erikg@nifleim ~/src/dev.java.net/jogl/doc$ cvs diff -u HowToBuild.html 
Index: HowToBuild.html
===================================================================
RCS file: /cvs/jogl/doc/HowToBuild.html,v
retrieving revision 1.7
diff -u -r1.7 HowToBuild.html
--- HowToBuild.html     12 Apr 2004 19:26:58 -0000      1.7
+++ HowToBuild.html     29 Jun 2004 13:15:15 -0000
@@ -15,7 +15,7 @@
   <LI> <B>Install Ant:</B> <br> Download and unpack Ant 1.5.3 from <a
href="http://ant.apache.org/">http://ant.apache.org</a> and add the
<code>bin/</code> subdirectory to your PATH environment variable. (Later
versions of Ant should work; 1.6.1 has been tested successfully.)
   <LI> <B>Install ANTLR:</B> <br> Download and unpack ANTLR 2.7.2 from <a
href="http://www.antlr.org">http://www.antlr.org</a>. (Later versions of ANTLR
should work; ANTLR 2.7.3 has been tested successfully.)
 
-  <LI> <B>Unset your CLASSPATH environment variable:</B> <br> The Ant build
requires that the Jogl jars not be visible on the classpath. On Unix, type
<code> unsetenv CLASSPATH </code> into a csh or tcsh shell, or <code> set
CLASSPATH=; export CLASSPATH </code> into a Bourne shell. On Windows, type
<code> set CLASSPATH= </code> into a command prompt.
+  <LI> <B>Unset your CLASSPATH environment variable:</B> <br> The Ant build
requires that the Jogl jars not be visible on the classpath. On Unix, type
<code> unsetenv CLASSPATH </code> into a csh or tcsh shell, or <code> unset
CLASSPATH </code> into a Bourne shell. On Windows, type <code> set CLASSPATH=
</code> into a command prompt.
 
   <LI> <B>Copy and edit jogl.properties:</B> <br>
     <UL>
erikg@nifleim ~/src/dev.java.net/jogl/doc$ 

 -Erik



---- Additional Comments From kbr 2005-01-31 00:20:13 ----

Fixed. Thanks for the patch.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT  ---

This bug was previously known as _bug_ 95 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=95