feature.xml points to wrong update site URL
-------------------------------------------
Key: IVYDE-216
URL: https://issues.apache.org/jira/browse/IVYDE-216
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.0.0.final
Reporter: Martin Weber
when you try to update IvyDe from within eclipse, you get the following error:
Unable to access "http://ant.apache.org/ivy/ivyde/updatesite".
Error parsing site stream. [White spaces are required between publicId
and systemId.]
It is the installed IvyDE feature itself, which points to the wrong update site
URL.
Here's what I found in
.../eclipse/features/org.apache.ivy.feature_2.0.0.final/feature.xml
<url>
<update label="%updateSiteName"
url="http://ant.apache.org/ivy/ivyde/updatesite"/>
The correct URl is http://www.apache.org/dist/ant/ivyde/updatesite/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.