<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>95</bug_id>
          
          <creation_ts>2004-06-29 06:30:26 +0200</creation_ts>
          <short_desc>incorrect bsh env fu in docs/HowToBuild.html</short_desc>
          <delta_ts>2015-09-27 03:09:33 +0200</delta_ts>
          <reporter_accessible>0</reporter_accessible>
          <cclist_accessible>0</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://ftp.arl.mil</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>DEFECT</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>111</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:46:44 +0100</bug_when>
    <thetext>


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

the &quot;unsetting&quot; on bourne family shells merely sets it to lambda, when it&apos;s much
easier to actually unset it using &quot;unset CLASSPATH&quot; ... 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 @@
   &lt;LI&gt; &lt;B&gt;Install Ant:&lt;/B&gt; &lt;br&gt; Download and unpack Ant 1.5.3 from &lt;a
href=&quot;http://ant.apache.org/&quot;&gt;http://ant.apache.org&lt;/a&gt; and add the
&lt;code&gt;bin/&lt;/code&gt; subdirectory to your PATH environment variable. (Later
versions of Ant should work; 1.6.1 has been tested successfully.)
   &lt;LI&gt; &lt;B&gt;Install ANTLR:&lt;/B&gt; &lt;br&gt; Download and unpack ANTLR 2.7.2 from &lt;a
href=&quot;http://www.antlr.org&quot;&gt;http://www.antlr.org&lt;/a&gt;. (Later versions of ANTLR
should work; ANTLR 2.7.3 has been tested successfully.)
 
-  &lt;LI&gt; &lt;B&gt;Unset your CLASSPATH environment variable:&lt;/B&gt; &lt;br&gt; The Ant build
requires that the Jogl jars not be visible on the classpath. On Unix, type
&lt;code&gt; unsetenv CLASSPATH &lt;/code&gt; into a csh or tcsh shell, or &lt;code&gt; set
CLASSPATH=; export CLASSPATH &lt;/code&gt; into a Bourne shell. On Windows, type
&lt;code&gt; set CLASSPATH= &lt;/code&gt; into a command prompt.
+  &lt;LI&gt; &lt;B&gt;Unset your CLASSPATH environment variable:&lt;/B&gt; &lt;br&gt; The Ant build
requires that the Jogl jars not be visible on the classpath. On Unix, type
&lt;code&gt; unsetenv CLASSPATH &lt;/code&gt; into a csh or tcsh shell, or &lt;code&gt; unset
CLASSPATH &lt;/code&gt; into a Bourne shell. On Windows, type &lt;code&gt; set CLASSPATH=
&lt;/code&gt; into a command prompt.
 
   &lt;LI&gt; &lt;B&gt;Copy and edit jogl.properties:&lt;/B&gt; &lt;br&gt;
     &lt;UL&gt;
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
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>