<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Chris,<br>
<br>
    From org.kepler.build.Run class, you can see it started another JVM
to start org.kepler.Kepler class without accepting properties from
org.kepler.build.runner.Kepler class. I think it is why the properties
you set works for org.kepler.Kepler, but not
org.kepler.build.runner.Kepler. David, please correct me if I am wrong.
<br>
<br>
    Another possible solution to work around is to setting proxy for
Java itself (<a class="moz-txt-link-freetext" href="http://www.java.com/en/download/help/proxy_setup.xml">http://www.java.com/en/download/help/proxy_setup.xml</a>). It
should set proxy for all java processes. Please have a try to see
whether it works. <br>
<br>
    <br>
<pre class="moz-signature" cols="72">Best wishes

Sincerely yours

Jianwu Wang
<a class="moz-txt-link-abbreviated" href="mailto:jianwu@sdsc.edu">jianwu@sdsc.edu</a>
<a class="moz-txt-link-freetext" href="http://users.sdsc.edu/~jianwu/">http://users.sdsc.edu/~jianwu/</a>

Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center 
University of California, San Diego
San Diego, CA, U.S.A. </pre>
<br>
On 7/28/2010 10:38 AM, <a class="moz-txt-link-abbreviated" href="mailto:chrisweed@gmail.com">chrisweed@gmail.com</a> wrote:
<blockquote cite="mid:001636ed66da81075d048c761687@google.com"
 type="cite">actually this is what I put in kepler.bat, I am using
windows<br>
  <br>
On Jul 28, 2010 1:37pm, <a class="moz-txt-link-abbreviated" href="mailto:chrisweed@gmail.com">chrisweed@gmail.com</a> wrote:<br>
> Hi,<br>
> Does anyone have any ideas how to launch kepler with proxy
settings?<br>
> I tried adding them to the java command in the kepler.sh file, but
that doesn't seem to work.<br>
> I can launch it fine from source in Eclipse using
org.kepler.Kepler, but not from the binary distribution.<br>
> <br>
> Here is what I tried:<br>
> java -Xmx1524m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080
"-Dhttp.nonProxyHosts=host1|host2" -classpath
build-area\lib\ant.jar;kepler.jar org.kepler.build.runner.Kepler "%1"
"%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"<br>
> Chris
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Kepler-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kepler-users@kepler-project.org">Kepler-users@kepler-project.org</a>
<a class="moz-txt-link-freetext" href="http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users">http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a>
  </pre>
</blockquote>
</body>
</html>