Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] Problem with setting up the build workspace

Hi everyone,

I am interested in developing an extension for Mylyn and I tried to setup a build workspace for this purpose, following the instructions given in the Contributor Reference (http://wiki.eclipse.org/index.php/Mylyn/Contributor_Reference).

I completed every single step of this tutorial, but I was unable to compile the projects. They always produce compilation errors, listed as both Java Problems and Plug-in Problems. I have set Java 1.5 and I think the Target Platform and Baseline API are also set correctly. My OS is Windows 7.

The errors I get include the following:

Bundle 'com.sun.syndication' cannot be resolved
Bundle 'javax.xml.rpc' cannot be resolved
Bundle 'javax.xml.soap' cannot be resolved
Bundle 'org.apache.axis' cannot be resolved
Bundle 'org.apache.commons.lang' cannot be resolved
Bundle 'org.apache.ws.commons.util' cannot be resolved
Bundle 'org.apache.xmlrpc' cannot be resolved
...

I tried using every recent version of Eclipse (3.5, 3.6 and 3.7) and the result is the same. I also tried both Eclipse Classic and Eclipse J2EE. Am I missing something?

I would greatly appreciate your assistance.

Back to the top