Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Windows proxy issue

Hi,

I'm just trying to build a simple project in a headless manner. Due to some JRE environment issues mentioned in my previous post, i decided to test in windows. Here is the horror story.

Cloned the example project org.xtext.example.hellobuck.buckminster (https://github.com/LorenzoBettini/Xtext-Buckminster-Example)

from *.buckminister -> ant -f build.ant

Errors:
   [java] WARN:  Connection to http://download.eclipse.org/releases/luna/p2.index failed on download.eclipse.org. Retry attempt 0 started
[java] java.net.UnknownHostException: download.eclipse.org
[java]     at java.net.InetAddress.getAllByName0(InetAddress.java:1243)
[java]     at java.net.InetAddress.getAllByName(InetAddress.java:1155)
[java]     at java.net.InetAddress.getAllByName(InetAddress.java:1091)

[java] ERROR   [0002] : No suitable provider for component org.eclipse.xtext.sdk:eclipse.feature was found in resourceMap file:/C:/Users/sgaddam/workspace/org.xtext.example.hellobuck.buckminster/projects-platform.rmap
[java]   ERROR   [0002] : No suitable provider for component org.eclipse.xtext.sdk:eclipse.feature was found in searchPath xtext
[java]     ERROR   [0002] : Rejecting provider p2({0}[http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/]): No component match was found
[java]       ERROR   No repository found at http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/.
[java] INFO:  TAG-ID 0002 = Query for org.xtext.example.hellobuck.buckminster:buckminster, path: org.xtext.example.hellobuck.buckminster:buckminster$1.0.0
[java]

Here is what I have tried to enable proxy:
    <jvmarg line=" -Xms256m -Xmx512m -Dhttp.proxySet=true -Dhttp.proxyHost=proxyServer -Dhttp.proxyPort=80 " />
       ---> Being overridden by preferences

Preferences: 
    Saved network connections settings in eclipse and copied the org.eclipse.core.net.prefs to C:\Users\sgaddam\buckminster\configuration\.settings\
eclipse.preferences.version=1
org.eclipse.core.net.hasMigrated=true
proxyData/HTTP/hasAuth=false
proxyData/HTTP/host=proxyserver
proxyData/HTTP/port=80
systemProxiesEnabled=true


No luck with this framework yet. Any help is appreciated.

   

Back to the top