I use ntlmaps to work as a local proxy to get around this problem.

http://ntlmaps.sourceforge.net/

Then, in your HOME/.m2/settings.xml, you should add the following proxy
settings.

<proxies>
   <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>localhost</host>
      <port>5865</port>
      <!--username>proxyuser</username>
      <password>somepassword</password-->
      <nonProxyHosts>WHATEVER YOU DON'T WANT PROXY</nonProxyHosts>
    </proxy>
  </proxies>

Thanks,

Jian

On Thu, Oct 15, 2009 at 10:32 AM, Jonathan Share <[email protected]>wrote:

>
>
> Thanks for the speedy response. Unfortunately NetBeans doesn't give
> you the option of which type of project to Open, it just chooses the
> "best" it can find. However after deleting every netbeans/ant related
> file I could find I was able to open it as a Maven project but I'm now
> thwarted by the company proxy, it seems I can't contact kungfuters.org
> to resolve the parent pom. I'll try again from home later to see if I
> get any further down that route.
>
> Regards,
>
> Jonathan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to