-
Notifications
You must be signed in to change notification settings - Fork 6
Mylyn Task Editor Integration #131
Comments
Why not? |
I have removed it when Mylyn task editor dropped from simrel. I don't mind if anyone brings it back but I would not have the time for that. |
FWIW, code is still there https://github.com/eclipse-mylyn/org.eclipse.mylyn.docs/tree/master/wikitext/ui/org.eclipse.mylyn.wikitext.tasks.ui but not added in the pom.xml to try compiling it. |
@akurtakov: Where can I find instructions to setup a Mylyn Docs Eclipse instance? |
I was trying to create an Oomph setup but I got completely confused by the structure. I too was planning to ask how one manually sets up an error free workspace. But then a dozen other things took precedence. |
What I've always been doing is import all projects from git and then close not build ones. Having such a workspace for long time doesn't require much changes from my side. |
So maybe at some point it would make sense to delete the not-built-ones? Certainly it makes sense to automate whatever the steps are to produce a workable workspace, because the definition of the "not build ones" is obviously far less than clear. Note that I'm asking you to do anything! |
Not build ones are Mylyn Tasks and context integration AFAIK so maybe it's good that I haven't deleted them back in the days when Mylyn dropped from simrel. |
@akurtakov: can you share some information how you setup your workspace. @merks or I can the try to build a MylynDocs.setup to automate the steps. |
It's all done manual:
|
I did this but have 904 errors. I think that I missed something because I get errors like. In my Eclipse Instance I use the m2e plugin. Can this cause the errors? |
you have to compile once at the console to get the manifests generated |
Sorry I forgot to share the rough setup. I’ll try to remember tomorrow. |
OK now I have a problem with the mvn compile. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (default) on project org.eclipse.mylyn.wikitext.help.ui: An Ant BuildException has occured: Problem: failed to create task or type wikitext-to-eclipse-help |
@akurtakov, @merks, @ruspl-afed What do you think of the following option to bring back the task editor integration? We can do the following.
Thougths? |
So you would like to inverse the dependency chain. Wikitext to be required by Mylyn rather than wikitext requiring Mylyn. I don't see problem with that. |
Is merging the repos an option? |
I'm not sure that we can just merge these repositories, since Mylyn Docs repository uses very specific way of building bundles. |
The way Mylyn Docs builds is really weird - when I first looked into it, it was Maven build forking into several extra maven builds each of them using different maven plugin versions and relying on artifacts being built/installed into local p2 repos. |
Yes, I have tried this locally. I noticed that Mylyn Docs does not have a latest P2 update site, so I used version [3.0.48] (https://download.eclipse.org/mylyn/docs/releases/3.0.48).
This is why I came up with the idea to move the one project from Mylyn Docs to Mylyn. |
In https://help.eclipse.org/latest/topic/org.eclipse.mylyn.wikitext.help.ui/help/Task-Editor-Integration.html?cp=59_1_2 I found the Task Editor Integration, but it looks like this feature is disabled / removed. Any plans to bring this back?
The text was updated successfully, but these errors were encountered: