Community
Participate
Working Groups
Build: 3.5.0.I20110104-0100 I have links of this form in my doc: [[Orion/Server API/Preference API| Preference API]] I am using the mediawiki-to-eclipse-help Ant task, and it converts these links as follows: Preference API]] I would expect: <a href="...location...">Preference API</a> If you want to see the exact wiki page being converted, it is here: http://wiki.eclipse.org/index.php?title=Orion/Server_API&oldid=249961
Thanks for the bug. This appears to be related to links in tables. I've pushed a failing unit test to topic branch @task-345197-mediawiki-links-alttext-in-tables@
problem was that tables cell can have options delimited with a pipe '|' character, which was causing the parser to incorrectly see the first part of the hyperlink as table options. Updated the table implementation, now fixed on master.
Created attachment 195155 [details] mylyn/context/zip
Cool, thanks for the fast turnaround!
Where can I grab a build to verify this fix? The "latest build" link on the Mylyn download page points to a build from January 4, but there must be newer builds out there somewhere? http://www.eclipse.org/mylyn/downloads/
The "latest" link is for releases. What you're looking for is a weekly build (which is not yet released). Those can be found a little further down on the downloads page http://www.eclipse.org/mylyn/downloads/
(In reply to comment #6) > The "latest" link is for releases. What you're looking for is a weekly build > (which is not yet released). Those can be found a little further down on the > downloads page > http://www.eclipse.org/mylyn/downloads/ I can see there is a weekly p2 repository, from which I can install the latest build into my Eclipse platform install. However I was looking for the "standalone wikitext" build, which is what my Ant scripts refer to. Is that produced during weekly builds or only for releases? If only for releases, I'll figure out how to adjust my Ant scripts to point to bundles in my install.