Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Problem when running Equinox with Maven and OSP4J's Pax Construct when behind a proxy

Hello,
I am trying to use Equinox with Maven and Pax Construct. When I type "mvn pax:run", it correctly downloads all the bundles. However, Maven gets stuck when attempting to download Equinox:

 -> Equinox 3.4.2 (v20081215-1030) : downloading...

After ten minutes or so, Pax times out, saying that it wasn't able to obtain the bundle. I get this message: "Oops, these has been a problem! URL [mvn:org.eclipse/osgi/3.4.3.
v20081215-1030] could not be resolved."

I have environment variables set up correctly ($http_proxy, $HTTP_PROXY, $HTTPS_PROXY, $FTP_PROXY), and I have provided proxy settings in my ~/.m2/settings.xml file.

Here's some information on my computer:
Output from uname: Linux <deleted> 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 09:10:25 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Java version: Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Maven version: Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100)

How can I fix this?

Thanks,
Samad

Back to the top