jvanzyl     02/01/15 22:02:25

  Modified:    .        build.xml
  Log:
  - little note about proxy use, it's a hack for now but it works.
  
  Revision  Changes    Path
  1.10      +10 -0     jakarta-turbine-stratum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 16 Jan 2002 05:17:08 -0000      1.9
  +++ build.xml 16 Jan 2002 06:02:25 -0000      1.10
  @@ -45,12 +45,22 @@
         <classpath refid="classpath"/>
       </taskdef>
       
  +    <!-- If you need proxy support you'll have to manually add:
  +    
  +         proxyHost="x"
  +         proxyPort="y"
  +       
  +         We'll clean this up but it worked for a user behind a proxy.
  +    -->
  +    
       <httpget
         baseUrl="http://jakarta.apache.org/turbine/jars/";
         dest="${lib.repo}"
         dependencyFile="deps.list"
       />
  +
       
  +
     </target>    
   
     <!-- ================================================================== -->
  
  
  

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

Reply via email to