this is another gotcha... not yet documented.
To be able to use github as the updatesite for the plugin, i needed to
"nest" the different
projects inside the updateSite project.
You need to manually import 7 Projects into your workspace:
1. org.eclipse.symfony.core (the core functionality: indexing, source
parsing, completion strategies etc)
2. org.eclipse.symfony.ui ( the ui features like popup menus etc)
3. org.eclipse.symfony.test ( the unit tests)
4. org.eclipse.symfony.twig ( the twig bridge )
5. org.eclipse.symfony.index ( the SQL index )
6. org.eclipse.symfony.feature ( the feature which hosts the 3 plugins)
7. org.eclipse.symfony.updatesite ( the actual updatesite project, which
hosts the feature)
After you've imported those 5 Projects into your workspace, they should
compile automatically - if you've
setup your eclipse installation to do so.
To launch the plugins, simply right-click on the .core plugin and run as
or debug as Eclipse Application.
sorry, i hope i can update the wiki soon ;)
regards
-robert