Community
Participate
Working Groups
Created attachment 209807 [details] Eclipse log file I'm using the last available nightly build with Eclipse 3.7.1. When I try to access the smtp preferences of R4E, I've got the an exception (see file attached). As a matter of fact, org.eclipse.mylyn.reviews.r4e.mail.smtp_0.9.0.I20120120-0528.jar do not have any classes embedded in the jar ?!?!
I will be looking into this issue together with the re-structuring of the source code repository and the tycho build. I will keep you updated via this bug Thanks for raising the issue.
A fix has been implemented and committed, The fault was originated by a missing entry of the "./" folder in the bin.includes section of the build.properties file. This fault was not visible when using the build editor and only noticeable by comparing the raw xml with other working bundles. The issue was not causing any problems when creating the build outside tycho i.e. p2 An version updated with the fix is now available at: http://download.eclipse.org/r4e/updates/ as well as in the new nightly builds location: http://download.eclipse.org/r4e/snapshots/nightly/ The installation guide will be updated shortly to reflect the new update locations.
Thanks Alvaro for your quick fix ;-) I confirm the issue is solved now.