joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Renable SVG generator after switch to model inferrer in Shape DSL #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After the switch to model inferrer in the Shape DSL the generator is not bound 
anymore. As far as I know and tested it is not possible to bind IGenerator as 
well as model inferrer at the same time (this would hinder the model inferrer 
to run) so it is currently not possible to add even only the SVG generator. 
(Maybe this issue is because of the fact that the IGenerator clears all sources 
in src-gen before running and by this all produced resources by the model 
inferrer are lost - so the solution would be to adapt the SVG generator to only 
clear all existing svg files).

Original issue reported on code.google.com by de.abg.r...@gmail.com on 24 Sep 2012 at 4:55

GoogleCodeExporter commented 9 years ago
Fixed on Juno branch, the model inferer checks now, if there is already a 
JVMType for the given qualified name (so no over generation of the file 
generated by the common generator).

Original comment by de.abg.r...@gmail.com on 8 Oct 2012 at 7:15

GoogleCodeExporter commented 9 years ago
migrated to indigo branch as well

Original comment by de.abg.r...@gmail.com on 10 Oct 2012 at 5:23