Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Question about setup with subclipse_mylyn source for self-hosting


I thought it been answered already...

Anyways, because of limitation in PDE, it don't see classes from these jars. So, you will need to import Subclipse projects to your workspace. You can create subclipse.psf file with the following content and then import it using "Project Set Wizard" (if it will ask for password, use user "guest" and empty password).

regards,
Eugene

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.tigris.subversion.subclipse.core.svnnature">
<project reference="0.9.3,http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.2.4/subclipse/core,org.tigris.subversion.subclipse.core"/> <project reference="0.9.3,http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.2.4/subclipse/ui,org.tigris.subversion.subclipse.ui"/>
</provider>
</psf>


Mik Kersten wrote:

Frank, I don’t think you got a follow up on this, did you manage to resolve the problem? I wonder if we should have instructions on this in the Contributor Refernece.

Mik

*From:* mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] *On Behalf Of *Frank Becker
*Sent:* Monday, September 10, 2007 12:30 PM
*To:* Mylyn Integrators list
*Subject:* Re: [mylyn-integrators] Question about setup with subclipse_mylyn source for self-hosting

Hi Mik,

here are some more information:

I have a clean Eclipse with only the two extention Subclipse 1.2.4 and SVNKit Library 1.1.4 installed.

With this configuration a use a workspace with the mylyn sources.

For SVN I checkout the two folders and import them in the workspace

- org.tigris.subversion.subclipse.mylyn

- subclipse_mylyn_feature

I get the following errors

Severity and Description Path Resource Location Creation Time Id

The project was not built since its build path is incomplete. Cannot find the class file for org.tigris.subversion.svnclientadapter.ISVNClientAdapter. Fix the build path then try building this project org.tigris.subversion.subclipse.mylyn Unknown 1189451648754 650

The type org.tigris.subversion.svnclientadapter.ISVNClientAdapter cannot be resolved. It is indirectly referenced from required .class files org.tigris.subversion.subclipse.mylyn/src/org/tigris/subversion/subclipse/mylyn SubclipseLinkedTaskInfo.java line 1 1189451648754 651

Whats wrong with this? Do I need the source of other Subclipse components?

Thanks

Frank




Back to the top