nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Cannot mirror update site #445

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To use this plugin we need to create a local mirror hosted inside our firewall, 
and this bug prevents this. It seems that "org.eclipse.equinox.p2.iu" specifies 
requirement of two different versions, 1.1.1 and 1.3.4.e, and the 1.1.1 
versions doesnt exists on the server. So we are unable to mirror the update 
site as is. 

The solution should be simple, remover the dependency to version 1.1.1. Or add 
the 1.1.1 version to the update site if it indeed is actually required. 

Exception:
"java.io.FileNotFoundException: 
http://js-test-driver.googlecode.com/svn/update/plugins/com.google.eclipse.javas
cript.jstestdriver.ui_1.1.0.jar"

Note that it is possible to install the plugin to Eclipse. This bug does not 
effect that functionality. 

What steps will reproduce the problem?
We are using a third party program for mirroring, but it should be reproducable 
by following http://wiki.eclipse.org/Equinox_p2_Repository_Mirroring

What version of the product are you using? On what operating system?
I tried to mirror 1.3.4.e which was the latest one available at the time. 

Original issue reported on code.google.com by linqon@gmail.com on 25 Oct 2013 at 8:34