plugbee / dslforge

A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.
78 stars 21 forks source link

In 0.9.1, "Generate Web Editor from ANTLR" creates a project that is missing ace.js and other files #48

Open jeremyrixon opened 7 years ago

jeremyrixon commented 7 years ago

With 0.9.1 (and eclipse neon.3), index.html references ace/ace.js among other files but ace/ace.js not in the created project and so the deployment fails to load.

I have tried on macOs and Ubuntu.

I've followed the installation instructions: http://dslforge.org/getting-started-generate-ace-editor/

Am I missing something?

dslforge commented 7 years ago

Thanks for reporting, ace should be referenced from https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.6/ace.js We will update the generator accordingly.

cdstelly commented 6 years ago

are there any workarounds for this? experiencing the same problem