Community
Participate
Working Groups
Followup to the discussion on the Tycho User list: Please change the error handling code in ProjectorResolutionStrategy.java to print more details if the search for SWT fragments fails. For example, print the list of all IUs that start with "org.eclipse.swt" and print the filter parameters. Plus maybe a list of repositories in which you found the fragments (or didn't find them).
Wrong version :-)
I'd rather fix the root cause (bug 361901) and delete the workaround, which prints out the error, from Tycho.
(In reply to comment #2) > I'd rather fix the root cause (bug 361901) and delete the workaround, which > prints out the error, from Tycho. This can only fix the problem for the new versions of SWT. We still need to support eclipse 3.4, 3.5, 3.6 and 3.7, so the workaround will have to stay for the foreseeable future.
(In reply to comment #3) > This can only fix the problem for the new versions of SWT. We still need to > support eclipse 3.4, 3.5, 3.6 and 3.7, so the workaround will have to stay for > the foreseeable future. You are totally right - we won't be able to delete the workaround. Still you probably get the point why I don't feel like working on the error message... @Aaron: I'd review your patch though.