Closed farhan5248 closed 2 months ago
I can't inject Eclipse workspace libraries into the cucumberxtexteditor jar. This is because some classes are only available when Eclipse is running. When I run the jar with junit tests or through Maven, there's no notion of an open workspace to get info that way. This is not a problem for the ui code which only runs in the IDE. I need to figure out how to access the file system from an eResource for the validation code
No longer passing FSA to the generator and doing all file access via Resource and ResourceSet
All the tests now need FSA injected into them, I don't want to go on a tangent dealing with this now so will come back to it later.