Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [subversive-dev] weekly and release sites are broken

hi,
I'm also seeing problems with Subversive update site int automated build:
dependencies/repo/subversive.xml:12: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.eclipse.org/technology/subversive/0.7/update-site/
 
this happens when invoking:
<p2.mirror>
            <repository location="${localRepo}" append="true" />
            <source>
                <repository location="http://download.eclipse.org/technology/subversive/0.7/update-site/" />
                <repository location="http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/" />
            </source>
        </p2.mirror>

However, I can't get any error from Eclipse p2 UI. Tried "Reload" button and refreshing, but still works...

Jacek


Back to the top