Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] Need help setting up to debug mylar

David,

Do you have WTP or any other plugins installed in your Eclipse? There was some reports about conflicting versions of some jars...

 If not, then it looks like you need to clean your Eclipse installation.
 First of all delete all launch configurations you created for Mylar.

 Then Go to Help -> Software Updates -> Manage Configuration.

Record paths for all extension locations from that dialog and close Eclipse.

Then for each of those locations delete all files and folders that match the following patterns:

features/org.eclipse.mylar.*
features/org.tigris.jira.core*
plugins/org.eclipse.mylar.*
plugins/org.tigris.jira.core*

Now you can strat Eclipse with -clean flag (eclipse -clean -vmargs ....). Maybe -clean is not needed, but I am just being paranoid now.

 After that, install Mylar from dev update site and try again.

 regards,
 Eugene


Karr, David wrote:
Ok, so I went into the portion of the Plugins tab showing "Target
Platform".  I made sure that anything with "mylar" was unchecked in that
portion.

When I run that launch config, the only thing I see in the log is this:

!ENTRY org.eclipse.update.configurator 2006-12-04 22:20:19.940
!MESSAGE Duplicate feature found on site file:/C:/eclipse33m3/eclipse/ :
org.eclipse.mylar_feature


Back to the top