Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylar FAQ2"

(Contributing)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Mylar User Guide]],
 
[http://eclipse.org/mylar Mylar Home],
 
[http://wiki.eclipse.org/index.php?title=Special:Userlogin&returnto=Special:Userlogout Log in to edit]
 
  
= Introduction =
 
'''What is Mylar?'''
 
 
Mylar is an extensible framework for tools to help computer programmers be more productive.  It comes with a number of tools that show only the most relevant elements for the programmer's immediate task.  (Most tools show ''everything'', which makes it difficult to keep track of what is important and what is not.)
 
 
Mylar is implemented as a plug-in to the Eclipse integrated development environment.  While Mylar is written in Java, you can use Mylar and Eclipse to program in a number of different languages.
 
 
'''How does Mylar tell what elements are relevant or ''interesting''?'''
 
 
Mylar keeps track of the degree of interest based on the time you spend on elements and how much you interact with them.  For example, if you spend five minutes clicking and editing the file foo.java, but only spend five seconds on the file bar.java and only scroll once, then foo.java will be very "interesting" and bar.java will only be a little bit "interesting".  If you don't even open baz.java, it will be even less "interesting".
 
 
Mylar also keeps track of interest on a task-by-task basis.  Mylar lets you specify which task you are currently working on, and only shows elements that are interesting to that task.  For example, if you only work on apples.java while working on the Fruit Task, then Mylar won't show you apples.java when you are working on the Vegetables Task.
 
 
'''What elements does Mylar keep track of?'''
 
 
Mylar will keep track of most of the things that you can touch in Eclipse.  For example, in Java, Mylar assigns a degree of interest to files, classes, methods, interfaces, and fields. @@@Mik: please fix up@@@
 
 
'''How can I contribute to the Mylar project?'''
 
 
See the [[Mylar Contributor Reference]].
 
 
'''What is a ''connector''?'''
 
 
A ''connector'' is code that connects a task repository (like Bugzilla, JIRA, or Trac) to Mylar.
 
 
'''How do I write a connector?'''
 
 
See [[Creating Mylar Connectors]].
 
 
'''What is a ''bridge''?'''
 
 
A bridge is code to integrate the context model with the structure and UI features of domain-specific tools. See [[Mylar_Integrator_Reference#Creating_Bridges]].
 
 
= Installation =
 
'''What versions of Eclipse does Mylar work with?'''
 
 
While Mylar dev builds are built against the 3.3 stream of Eclipse, we will try to maintain as much compatibility with Eclipse 3.2 for as long as possible.  The current compatibility status is:
 
* Eclipse 3.3M2: fully supported.
 
* Eclipse 3.2 and 3.3M1: partially supported.  The automatic context test suite will not work, but there should be no other limitations.
 
 
'''What version of the JDK do I need?'''
 
You need to use the virtual machine from JDK1.5 or higher.
 
 
You can use JDK1.6 with Eclipse 3.2 and higher with no problem.  We don't recommend that you use JDK 1.6 on Eclipse 3.1, but it is possible iff you add the following line to your config.ini file:
 
<code>
 
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,
 
    J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
 
</code>
 
 
'''How do I install Mylar?'''
 
 
To install Mylar, see the [[Mylar_User_Guide#Installation]].  That should get you to the point where you can run Mylar at all.
 
 
'''How do I configure Mylar?'''
 
 
To install Mylar, see the [[Mylar_User_Guide#Configuration]].  That should get you to the point where you can run Mylar at all.
 
 
'''How do I turn on spell checking?'''
 
 
See [[Mylar_Configuration_Guide#Spell_checking]].
 
 
'''What do I need to do in installation to be able to use Mylar task management features with bug/task/issue trackers?'''
 
 
When you install, make sure that you select a connector for your bug/task/issue tracking software.  For example, to use Bugzilla, you have to install the Bugzilla connector component.
 
 
= Contributing =
 
'''How do I help fix bugs and/or add features?'''
 
 
See the [[Mylar Contributor Reference]].
 
 
= Backups =
 
'''How do I backup and restore my Mylar tasks?'''
 
 
See  [[Mylar_Configuration_Guide#Task_List_backup_and_restore]].
 
 
'''Where does Mylar keep the task list?'''
 
 
By default Mylar keeps your task list in <workspace>/.mylar/tasklist.xml.  You can change this in the ''Task Data -> Backup'' section of ''Preferences -> Mylar -> Tasks''.
 
 
'''Where does Mylar keep the backup of task lists?'''
 
 
By default, Mylar keeps the task backups in <workspace>/.mylar/tasklist-backup.xml.  You can change this in the ''Task Data'' section of ''Preferences -> Mylar -> Tasks''.
 
 
'''How do I restore Mylar tasks from a backup?'''
 
 
Select ''File -> Import -> Mylar Task Data''. 
 
 
'''How often are backups done?'''
 
 
By default, backup snapshots are taken daily and kept for 30 days.
 
 
= Installation =
 
 
'''I've downloaded Mylar; why can't I see anything different?'''
 
 
The two most likely possibilities are:
 
# You don't have any Mylar views open.  Select ''Window->Show View->Other'', then select ''Mylar'' and you should see the available Mylar Views.
 
# If you still don't see anything, then perhaps you aren't using the JDK1.5 VM (or later).  See [[Mylar_Installation_Guide#Download_and_configure_Java]].
 
 
 
'''What does the error "Network connection problems encountered during search" mean?'''
 
 
If you get that message while trying to download Mylar, it means that Eclipse couldn't find the location you entered.  This might be because you copied something incorrectly (watch for extra characters -- even extra spaces can mess things up), or because the site went down.  You might be able to see if the site is down by copying the URL into your Web browser.
 
 
'''What does the "Update manager failure" message mean? '''
 
 
means that Eclipse could not access the update site, or that it got confused about the configuration state of your Eclipse.  First try updating again to see if the update site is accessible. 
 
 
If you are trying to update the JIRA connector you can also try de-selecting that feature in case the Tigris.org update site is not accessible.  Using use "Search new features.." when installing can help avoid this problem.  If that does not work see the feature configuration troubleshooting below.
 
 
'''What does "Could not create Browser page: No more handles (java.lang.UnsatisfiedLinkError: ...)" mean?'''
 
 
It probably means that you are running Linux and don't have Eclipse and a Web browser configured to work together.  See [[Mylar_Installation_Guide#Installing_Browser_on_Linux]].
 
 
If you are not running Linux, then we don't know.  When you figure it out, please add a description here.
 
 
'''When downloading, why do I get a warning that the feature was unsigned?'''
 
 
Because there are a lot of hoops -- administrative and financial -- that you have to jump through in order to sign plug-ins.  We wanted to spend our energy on developing code.
 
 
'''What does "Root exception: java.lang.UnsupportedClassVersionError: org/eclipse/mylar/tasklist/MylarTasklistPlugin (Unsupported major.minor version 49.0)" mean?'''
 
 
It probably means that the virtual machine is JDK1.4 or lower. See [[Mylar_Installation_Guide#Download_and_configure_Java]].
 
 
'''Why am I getting messages in my <workspace>/.metadata/.log or my Mylar view that say things like "java.lang.NoSuchMethodError: org.eclipse.ui.internal.dialogs.FilteredTree.getFilterControl()" and "The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.mylar.java is invalid"?'''
 
 
This probably means that your Mylar download version didn't match your Eclipse download version.  Note that [http://eclipse.org/mylar/dl.php the download site] has different downloads for Eclipse 3.1 and Eclipse 3.2.
 
 
To fix this problem, see the [[Mylar_Uninstallation_Guide]] to uninstall, then and re-install from the correct download site.
 
 
'''What does "Could not create Bugzilla editor input" and "java.io.IOException: SAX2 driver class org.apache.xerces.parsers.SAXParser not found" mean?'''
 
 
It probably means that you are on MacOS, and for some reason are missing Xerces from the Mac JDK1.5.  You will probably need to add it to your default classpath.  Please refer to and comment on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=144287 bug 144287] if you see this problem.
 
 
To ensure that you are using the 1.5 VM refer to the last comment on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=116347#c4 bug 1163477] for instructions on how to change the 1.4 default.
 
 
= Configuration =
 
 
'''How can I change the number of editors left open before Mylar starts closing editors?'''
 
 
Turn off or increase the number of editors to leave open using ''Preferences -> General -> Editors -> Number of opened editors before closing''.  Since Mylar will manage the open editors with task activation, this number can be set higher or you can disable automatic closing entirely.
 
 
'''I can't use Ctrl+Alt+Shift+Arrow Up for Mark as Landmark.  What do I do?
 
 
This is usually a Linux/GNOME problem, where the Gnome keyboard shortcuts are interfering with the Eclipse shortcuts.  Go to the Keyboard shortcuts (which might be something like ''Desktop -> Control Centre -> Keyboard Shortcuts'' or ''System -> Preferences -> Keyboard Shortcuts'') and disable both of these shortcuts:
 
* Move one workspace up
 
* Move one workspace down
 
 
'''Do I need the Outline View when running Mylar?'''
 
 
No, not really.  The Package Explorer and folded signatures should provide enough context for you.  If, at some point, you really need to see an Outline View, you can always enter (Ctrl+O) to show the in-place Outline View.
 
 
'''How can I reduce visual clutter?'''
 
# Use graphical CVS decorators only (''Preferences -> Team -> CVS -> Label Decorations -> Text Decorations'' -> clear all but Project; ''Icon Decorations'' -> enable all).
 
# Turn of ''Comment Folding'' in  ''Preferences -> Java -> Editor -> Folding''.  @@@ this will do what?  why is it a problem?      @@@ does this look right?
 
 
'''What does the message "content assist proposals no longer appear" mean?'''
 
 
This usually happens when uninstalling when using Eclipse 3.2.  Make sure that the "Java Completions" and "Java Types" proposal categories are included in the default proposals via: ''Preferences -> Java -> Editor -> Content Assist -> Advanced -> Restore Defaults''.  Also see: [[Mylar FAQ#Content assist troubleshooting]].  This [https://bugs.eclipse.org/bugs/show_bug.cgi?id=140416 bug] has been fixed in Eclipse 3.2.1.
 
 
'''Why do I get errors like "HTTP Response Code 407" or "Proxy Authentication Error" when accessing repositories through a proxy server?'''
 
 
It is likely that you need to configure these proxy server settings.  Select ''Window -> Preferences -> Install/Update'', and update the section in the "Proxy settings" section of the form.
 
 
'''How do I stop Java declarations from showing in the Package Explorer?'''
 
 
If you don't like Mylar's constant showing of Java members in the ''Package Explorer'', select the drop-down menu, then ''Filters...'' and enable the ''Mylar Java Declarations Filter''.  If you want to restore Java members, select "Mylar Java Declarations Filter" from the Package Explorer Menu.  Note that this will hide interest information about members that aren't in your current file (e.g. showing you which methods are landmarks) so this mode is not recommended, but can be useful for 1024x768 or smaller screen resolutions.
 
 
[[Image:mylar-java-filtering-declarations.gif]]
 
 
'''Why doesn't anything show up in the Active Search or Active Hierarchy?'''
 
 
Probably because you haven't worked with any elements for long enough for them to become landmarks.  To force an element to populate the views manually make it a landmark by right-clicking or hitting ''Ctrl+Alt+Shift+Up Arrow''.
 
 
= Integration =
 
 
'''Will Mylar slow down Eclipse?'''
 
 
The goal is for Mylar to have no noticeable effect on Eclipse's speed or memory usage; you do not need to increase the amount of memory Eclipse runs with to use Mylar, and any performance issue should be [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mylar reported as a bug].  The current performance profile is:
 
 
# Mylar only runs if a task is active, and has no impact on Eclipse if no task is active.
 
# Task context models have negligible memory overhead.
 
# When a task is active, an additional view refresh is required to update the views based on interest model changes.  This should not be noticeable on Windows, where refreshing is very quick, but could be more noticeable on other platforms.
 
# The time to activate a task context is dominated by the time it takes Eclipse to open the editors in the context.  You can set the preference for how many editors to open in the Mylar preference page (e.g. setting to 1 will dramatically reduce activation time, but also remove the benefit of having open editors correspond to the task context).  You can also turn off editor management entirely in the Mylar Tasks view pull-down.
 
# Eclipse startup is slowed down by (4) if a task is active when Eclipse is shut down.
 
# The low priority background searches that the Active Search view runs can be noticeable on slower machines.
 
 
'''Which Focused UI features can I turn off?'''
 
 
All of them.  When no task is active neither are any of Mylar's features.  When working with task contexts Mylar's Focused UI features are all optional and in general configurable.  The following table summarizes how the key features can be toggled.  Additional configuration options are under the ''Mylar'' and ''General -> Appearance'' preference pages.
 
 
<table>
 
        <tr>
 
<td>'''UI Mechanism'''</td>
 
<td>'''Example/description'''</td>
 
<td>'''Toggle using'''</td>
 
</tr>
 
<tr>
 
<td>Interest filtering</td>
 
<td>Package Explorer</td>
 
<td>Apply Mylar button on view toolbar</td>
 
</tr>
 
<tr>
 
<td>Interest decoration</td>
 
<td>Bolding of landmark elements</td>
 
<td>Preferences -&gt; General -&gt; Appearance -&gt; Label Decoration</td>
 
</tr>
 
<tr>
 
<td>Content assist</td>
 
<td>Ranking of interesting elements</td>
 
<td>Eclipse 3.2: Java -&gt; Editor -&gt; Content Assist -&gt; Work in Progress -&gt; turn off Mylar, turn on Java
 
Eclipse 3.1: set the Java editor to be default for .java, not the Mylar
 
Java editor</td>
 
</tr>
 
<tr>
 
<td>Active change sets</td>
 
<td>Grouping of changes by tasks</td>
 
<td>Preferences -&gt; Mylar -&gt; Team</td>
 
</tr>
 
<tr>
 
<td>Editor management</td>
 
<td>Auto opening/closing of editors</td>
 
<td>Preferences -&gt; Mylar -&gt; Editor Management</td>
 
</tr>
 
<tr>
 
<td>Active views</td>
 
<td>Active Search and Hierarchy</td>
 
<td>Only on if view is active</td>
 
</tr>
 
</table>
 
 
'''Does the Mylar Task List View remove or disable the Eclipse Tasks View?'''
 
 
No. The SDK's ''Tasks'' view is used for showing markers such as 'todo' tags which indicate a local problem with a resource, similar to a compiler warning.  As such, these 'tasks' are at a much lower level of granularity than than Mylar's tasks, and one task could involve cleaning up multiple todos.  In order to make working with only the markers in a particular task context, e.g. for clean-up before committing, the ''Apply Mylar'' filter is available for both the ''Problems'' and the ''Tasks'' views.
 
 
= Shortcuts =
 
 
'''What keyboard shortcuts does Mylar support?'''
 
 
See [[Mylar_User_Guide#Keyboard_Shortcuts]].
 
 
= Tasks and Repositories =
 
 
== Unsupported repositories ==
 
 
'''How do I encourage someone to make a connector for my repository?'''
 
 
First, do a search of the open repository connector requests and [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=anywordssubstr&short_desc=%5Bconnector%5D&product=Mylar&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= vote for the corresponding bug] if your tracker is there, or [http://www.eclipse.org/mylar/bugs.php create a new bug]. 
 
 
'''There isn't a connector for the repository I use: is there a workaround?'''
 
 
Yes.  See [[Mylar_User_Guide#Unsupported_repositories]]
 
 
== Bugzilla Connector ==
 
 
'''What versions of Bugzilla are supported?'''
 
 
For supported versions see the [http://www.eclipse.org/mylar/dl.php download page].  We recommend using the latest [http://www.bugzilla.org/download/ release] of Bugzilla.
 
 
If you are just looking for a place to start be sure to check out the [[Mylar User Guide]].
 
 
'''Why don't the times in Bugzilla correspond to the times that I actually create the tasks?'''
 
 
The times that appear in the Bugzilla bug editor (ie. created, modified) are local to the server hosting the Bugzilla repository, not your local machine's time zone.
 
 
'''Why do I get the message "attributes are missing options" (i.e. it's missing a recently added milestone) in the bug editor?'''
 
 
That's [https://bugs.eclipse.org/bugs/show_bug.cgi?id=155431 bug# 155431]).  To work around it:
 
** Update attributes by choosing "Update Attributes" from the context menu in the Task Repositories view
 
** Synchronize the task in the tasklist
 
** Reopen the task - new options should be available.
 
 
'''Why do I get the message "queries are not working"?"
 
 
The most likely answer is that you don't have the right Bugzilla server version selected for the corresponding repository.  To set it, select ''Task Repositories (view) -> right+click repository -> Properties''. 
 
 
If the repository is still not functioning it may be due to authentication or connectivity problems.  If that does not resolve the problem please post a message to the newsgroup or [http://www.eclipse.org/mylar/bugs.php submit a bug].
 
 
'''Why do I get the message "reports are failing to submit" or "missing products or components"?'''
 
 
Currently our support for retrieving the products/components etc. available on the server relies on the information from <your-repository-url>/config.cgi?ctype=rdf. If you are unable to access this url with your web browser then this is likely the source of problems related to missing products/configuration.
 
 
Try updating the attributes for the repository via ''New -> New Repository Task -> '' select Bugzilla repository ''-> Update Products from Repository''.
 
 
'''Why do I get the message "reports fail to load" or "reports fail to synchronize" (and the task description remains ''italic'')?'''
 
 
These messages usually happen when the '''urlbase''' parameter is not set on the bugzilla server.  Check the error log for a "'''File not found'''" error pointing to '''bugzilla.dtd''' or a "'''Failed to retrieve products from server'''" error message.  (@@@ and how to fix it? @@@)
 
 
'''Why do I get the warning "Could not download task data, possibly due to timeout or connectivity problem. Please check connection and try again" on the Bugzilla tab when opening a bug?
 
 
It is likely that the repository is too old (Mylar currently supports Bugzilla 2.18 and up).  The Bugzilla connector requires that bugs be accessible in XML form, and older versions of Bugzilla do not support XML.  You can see if your repository is returning XML data by pointing your browser to <your-repository-url>/show_bug.cgi?id=1&ctype=xml and verifying that the page returned shows bug number 1 in XML form.
 
 
'''Why do I get the message "attachments are failing to submit" and a size of "bytes" with no numbers for the attachment size?  Why do I see errors like <nowiki>DBD::mysql::st execute failed: Got a packet bigger than 'max_allowed_packet' bytes [for Statement "INSERT INTO attach_data (id, thedata) VALUES (38, ?)"] at /path/to/bugzilla/attachment.cgi line 993</nowiki>'''
 
 
Your database may be dropping the packet sending the file.  On MySQL, check the [http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html max_allowed_packet directive].  Also, check the maximum attachment size in ''Bugzilla Parameters -> Attachments''. @@@ where is this ? @@@
 
 
'''Why do I get a message about "mid-air collisions"?'''
 
 
It is likely that you are using Bugzilla 2.18 with an incorrectly formatted timestamp field in the underlying bugs database table ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=149513 bug 149513]).  You can resolve this by upgrading to Bugzilla 2.20 or later.
 
 
== JIRA Connector ==
 
 
'''JIRA isn't working for me.'''
 
 
To use JIRA, you need to install both the core and the connector.  Make sure that you did that during the installation process.
 
 
Note that the JIRA SOAP/RPC services have to be running on the server.  For additional details see the Requirements on the [http://jira-dashboard.tigris.org JIRA Dashboard] page.  For supported versions see the [http://www.eclipse.org/mylar/dl.php download page].
 
 
'''Why do I get a 503 error code?'''
 
 
Your SOAP/RPC interface probably isn't enabled.  Verify that the SOAP/RPC interface is enabled. @@@how?@@@
 
 
'''Why do I get a 403 error code?'''
 
This might mean that your SOAP/RPC interface isn't enabled.  Check that your SOAP/RPC interface is enabled and also check your authentication mechanism.  (@@@how?@@@)  If the JIRA server is using NTLM authentication, see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=156397 bug 156937] for diagnosis steps.
 
 
= Content assist =
 
 
'''Why don't I see any content completion proposals?'''
 
 
Check to make sure that either the Mylar or the plain proposals are enabled.  Select ''Window -> Preferences -> Java -> Editor -> Content Assist -> Advanced'' and make sure that there is at least one of the boxes is checked in the list labelled "Select the proposal kinds contained in the 'default' content assis list". .  (See the images at the end of this section.)
 
 
Proposals will also not show up if  a workspace into which Mylar was once installed is later run without Mylar installed (e.g. as a result of uninstalling or multiple Eclipses using same workspace.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=140416 Platform bug 140416]).
 
 
'''Why do I get an error message dialog that says "The extension tool too long to return from the 'computeCompletionProposals()' operation" after invoking content assist?'''
 
 
This is most likely due to something interrupting the proposal operation (e.g. garbage collection).  If it doesn't happen again, you can ignore it.  If it keeps happening, increase Eclipse's memory (e.g via -Xmx384M command line argument).  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=141457 bug 141457] for more details.
 
 
'''How can I see proposed content completions ranked according to interest?'''
 
 
To see proposals ranked according to interest you must be running Eclipse 3.2 (or higher) and have only the ''(Mylar)'' proposals kinds enabled in ''Window -> Preferences -> Java -> Editor -> Content Assist -> Advanced'', otherwise you will see duplicates. 
 
 
(Note: the following image has been cropped for space reasons.  The actual Preferences panel is much bigger, and has two selection boxes.)
 
 
[[Image:mylar-content-assist-prefs.gif]]
 
 
 
 
= Integration with other tools =
 
 
Mylar relies on [[Mylar Architecture|Bridges]] to integrate the context model with the structure and UI features of domain-specific tools.  The core set of Bridges supports the Eclipse SDK (i.e. has bridges for Java, JUnit, PDE, Ant and Resources).  The Resources Bridge enables a basic level of interoperability with other tools that use files (e.g. .php, .cpp), and enables Mylar filtering to work for generic views that shows those files (i.e. the ''Project Explorer'', ''Navigator'') and any corresponding markers (i.e. the ''Problems'' and ''Tasks'' views).  This is only the most basic context model integration, and does not offer the benefits of a specialized structure bridge, such as making declarations part of the context and providing Active Search facilities.  Without a bridge Mylar also can not be applied to tool-specific views. 
 
 
If you would like to see support for a particular tool, first do a search of the open bridge requests and [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=anywordssubstr&short_desc=%5Bbridge%5D&product=Mylar&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= vote for the corresponding bug] if your tool is there, or [http://www.eclipse.org/mylar/bugs.php create a new bug].  Also consider adding your experiences to the FAQ sections below.
 
 
= Contributing =
 
 
'''I tried to download the source following the directions given on the [[Mylar Contributor Reference]], and Eclipse says that there are errors.  What do I do?'''
 
 
There are several possible things wrong:
 
# You don't have the latest milestone of Eclipse; download the latest stable version from [http://download.eclipse.org/eclipse/downloads/ the "all downloads" page].  Note that the downloads page that is easiest to find will show you the ''latest releases'', not the ''latest milestones''.
 
# You don't have JRE 1.5 associated with this workspace.  Go to ''Window -> Preferences -> Java -> Installed JREs -> Execution Environments'' and make sure that the 1.5 checkbox is checked.
 
# You don't have Jira installed, but do have the org.eclipse.mylar.tests installed.  That is a separate download.  See [[Mylar_Contributor_Reference#Workspace_setup]].
 
# You have Jira installed but don't have Subclipse installed.  See [[Mylar_Contributor_Reference#Workspace_setup]].
 
 
= Key Limitations =
 
'''What limitations does Mylar have?'''
 
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=106678 Bug 106678]: The Package Explorer hierarchical layout is not supported on Eclipse 3.2.0 and will show uninteresting elements when enabled.  Resolved on Eclipse 3.2.1 and Eclipse 3.3.
 
* Mylar does not work with the WTP XML editor.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=144882 bug 144882: interest filter fails on WTP Dynamic Web Project].
 
 
= Older versions of Eclipse =
 
'''Why doesn't the Package Explorer show hierarchy?'''
 
 
This should only be a problem with Eclipse 3.1.  The Hierarchical layout is not supported in the Package Explorer. In the Package Explorer menu, select ''Layout -> Flat''.
 
 
'''When I click on a .java file, the right editor doesn't open!  What do I do?'''
 
 
This sometimes happens when using Eclipse 3.1.  Reset the Java editor to be default for ".java" again via: ''Preferences -> General -> Editors -> File Associations''.  Upgrading to 3.2 will also eliminate the problem.
 

Latest revision as of 18:19, 11 December 2006

Back to the top