Skip to main content

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

I could use some help getting my env set up so I can step through some
code in Mylar.  I'm in a unique position of being behind an auth proxy
at work, and Mylar has some problems in that area.  I'm a very
experienced Java programmer, but I've never done plugin work before.

I looked at the contributor reference, but with that I'm unable to set
up my 3.3m3 workspace so that I can run through the test case
completely.  I believe I have all the relevant projects checked out, but
when I run the launch config, it fails with a CNF for
org.eclipse.mylar.internal.tasks.ui.views.TaskRepositoriesView.  That
class is in the org.eclipse.mylar.tasks.ui project, which I have checked
out in my workspace, and the launch config has that project checked in
the Plugs-in tab.

I'm using JDK 1.5.0_09 on Windows.

Any useful guidance would be appreciated.


Back to the top