Skip to main content

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

2009/6/13 Alex Blewitt <alex.blewitt@xxxxxxxxx>
This is a PAX issue, rather than Equinox. Indeed, Eclipse doesn't actually host the bundles on ibiblio at all ... they're put up by volunteers. 

that's right - Samad, if you're still seeing the error send a note to general@xxxxxxxxxxxxxxx and someone will help

--
Cheers, Stuart

You might try a pax-update from the PAX scripts to see if there is any updates. It may be that the Equinox version you've specified is no longer available. 

I recall I used pax-construct to create my project which defaulted to a right version of Equinox. Perhaps after update you can create a new project with that and then cut'n'paste the Equinox dependency. 

Alex

Sent from my (new) iPhone

On 12 Jun 2009, at 16:09, Samad Lotia <samad.lotia@xxxxxxxxxx> wrote:

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
_______________________________________________
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top