stevel      2005/08/12 07:25:09

  Modified:    .        fetch.xml
  Log:
  documenting proxy setup
  
  Revision  Changes    Path
  1.6       +10 -1     ant/fetch.xml
  
  Index: fetch.xml
  ===================================================================
  RCS file: /home/cvs/ant/fetch.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- fetch.xml 14 Jul 2005 17:40:19 -0000      1.5
  +++ fetch.xml 12 Aug 2005 14:25:09 -0000      1.6
  @@ -23,7 +23,16 @@
     You may also need to set proxy settings. This can be done by
     setting the JVM proxy values in the ANT_OPTS environment
     variables.
  -    
  +
  +  For example, to set the proxy up in the tcsh shell, the command would be
  +  something like:
  +
  +  For csh/tcsh:
  +    setenv ANT_OPTS "-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
  +  For bash:
  +    export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
  +  For Windows, set the environment variable in the appropriate dialog box
  +  and open a new console.
   </description>
   
     <!-- Give user a chance to override without editing this file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to