farhan5248 / lean-sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

Add Xtext build all feature #170

Closed farhan5248 closed 3 weeks ago

farhan5248 commented 3 weeks ago

Ideally, for each file, call a method passing in the file path, the output directory and file contents.

Add the asciidoc jar dependency. Create the code within the cucumberxtexteditor jar. In the future adoc won't be needed because the cucumberextexteditor will define the adoc language and will be used instead; add this comment in the pom.

farhan5248 commented 3 weeks ago

I tried adding the asciidoctorj jar but ran into problems. The ruby code can't create an empty file like when the jar is used in Maven. I have a feeling it has to do with its inability to find some ruby script when run within the Eclilpse plug-in.

For now I'll just make a basic parser to test out the build features.