rubys       2002/12/11 15:31:48

  Modified:    proposal/gump build.xml
  Log:
  Patch by Steve Noels (made slightly more generic).  Seems to work just
  fine if proxy is not set.
  
  Revision  Changes    Path
  1.12      +2 -0      jakarta-alexandria/proposal/gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 29 Nov 2002 09:47:25 -0000      1.11
  +++ build.xml 11 Dec 2002 23:31:47 -0000      1.12
  @@ -42,6 +42,8 @@
     <!-- Merge the xml sources, resolving references -->
     <target name="gen" depends="compile" unless="uptodate">
       <java classname="Jenny" fork="yes" failonerror="true" classpath="jenny.jar">
  +      <jvmarg value="-Dhttp.proxyHost=${http.proxyHost}"/>
  +      <jvmarg value="-Dhttp.proxyPort=${http.proxyPort}"/>
         <arg value="${workspace}"/>
       </java>
     </target>
  
  
  

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

Reply via email to