anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

[v0.12] testing of build 0.12.0.v20170925-1924 #216

Closed anb0s closed 6 years ago

anb0s commented 7 years ago

I need help with testing of the build tag: V0_12_0_BETA_4_HOTFIX commit: 40b557ae5c92c34aea24a8085595c70e69fd4b68

It is available at the testing update site now: http://anb0s.github.io/eclox/testing version: 0.12.0.v20170925-1924

Doxygen Binaries (Bundle): http://anb0s.github.io/eclox version: 1.8.13.v20170413-1543

Use "Help | Install New Software...", paste the link and select the right version!

new found issues and enhancement requests:

new fixed issues in this build:

fixed issues with previous build(s):

HolgerNie commented 7 years ago

For me the link must be https://anb0s.github.io/eclox/testing with http:// I am getting error message

Unable to read repository at http://anb0s.github.io/eclox/testing/compositeContent.xml.
org.apache.http.client.ClientProtocolException
anb0s commented 7 years ago

I'm using http that worked:

image

BUT i faced this problem with other update sites too. All investigations about such problems that i saw https://github.com/mikhail-barg/moreclipboard/issues/6 https://github.com/hallvard/plantuml/issues/34 are related to the Eclipse p2 bug: ... _I've found the p2 bug described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470900#c39 the fix is done in Oxygen 4.7: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509891_ ...

The solution is to delete cache files (.index) related to the plugin update sites from: c:\Users\<USER_NAME>\.eclipse\org.eclipse.oomph.p2\cache\

e.g. for eclox:

http___anb0s.github.io_eclox_doxygen_p2.index
http___anb0s.github.io_eclox_p2.index
...

I did not faced such problems with Oxygen, but may be it something else...

anb0s commented 6 years ago

0.12.0 released