viatra / incqueryd

IncQuery-D: a scalable, distributed incremental graph pattern matching engine
5 stars 1 forks source link

Implement web-based RDFIQ editor #84

Open thSoft opened 8 years ago

thSoft commented 8 years ago

See https://basecamp.com/2559808/projects/5250060/todos/179759744

thSoft commented 8 years ago

Note that the web-based editor is a pure Maven project, while the other Xtext plugins are Tycho projects, so the Tycho -> Maven dependency hell is back, i.e. we have to duplicate the dependencies declared in MANIFEST.MFs in the web pom.xml.

istvanrath commented 8 years ago

Re "dependency hell": check http://wiki.eclipse.org/Tycho/Release_Notes/0.24

thSoft commented 8 years ago

Not having to duplicate plugin metadata in the POM is a convenient enhancement, but this does not solve duplication of the dependencies.