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"

(Content assist)
 
(4 intermediate revisions by the same user 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]
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
= 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