Community
Participate
Working Groups
The wikitext download URL is redirected here: http://www.eclipse.org/downloads/download.php?file=/tools/mylyn/update/weekly/mylyn-wikitext-standalone-latest.zip The URL implies that it's a weekly build, however after looking at the contents of the zip file it's evident that it's an older build dated 3.5.0.I20110104-0100
The Tycho build does not produce the WikiText standalone zip any longer. This would need to get re-implemented in the Mylyn Docs build in order to provide zipped archive, e.g. through using Maven ant runner. The original script is in org.eclipse.mylyn/org.eclipse.mylyn.releng/config/wikitext-standalone.xml.
Steffen, is this just a matter of calling out to the Ant build script from the Mylyn Docs pom?
I haven't looked into it in detail but that should work. You can find an example how to invoke ant from Tycho in org.eclipse.mylyn/org.eclipse.mylyn.releng/main-site/pom.xml .
I have added an org.eclipse.mylyn.wikitext-standalone module that is run last and creates a zip archive. The archive is automatically published to the download server by the mylyn-docs-nightly-build. Download links are listed here: http://www.eclipse.org/downloads/download.php?file=/mylyn/snapshots/nightly/docs/wikitext-standalone-latest.zip I have updated the download page accordingly.