Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Problem with setup new workspace

Steffen,

please add the following line in file /org.eclipse.mylyn.builds.ui/build.properties
additional.bundles = org.eclipse.core.databinding
this is the fix for the errors.

Frank

Am 23.03.2011 um 21:23 schrieb Steffen Pingel:

PDE sometimes fails to build when transitive dependencies are not part
of the classpath. Jeff recently blogged about this:
http://mcaffer.com/2011/01/managing-development-time-dependencies/ .

I don't see that particular error in my workspace but please let me
know if you can fix it by adding a compile time dependency and I can
make that change in git.

Steffen


On Sun, Mar 20, 2011 at 1:02 AM, Frank Becker <Frank@xxxxxxxxxxxxxxx> wrote:
Hi,

I want to do a new setup of my environment.

I use the latest version of mylyn-extssh.psf and found that the project org.eclipse.mylyn.cdt.tests was not included (see bug#340490).

The next problem i found is in org.eclipse.mylyn.build.ui.

Here I get the following three errors:

1) API analysis aborted for 'org.eclipse.mylyn.builds.ui' since its build path is incomplete
2) The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.core.databinding.DataBindingContext. Fix the build path then try building this project
3) The type org.eclipse.core.databinding.DataBindingContext cannot be resolved. It is indirectly referenced from required .class files

Does somebody have an idea what the source of the problem is?

Frank
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev




--
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev


Back to the top