mdenet / platformtools

Education platform tool functions.
Eclipse Public License 2.0
0 stars 3 forks source link

Xtext tool added build progress to the status response #19

Closed barnettwilliam closed 11 months ago

barnettwilliam commented 11 months ago

To enable the display of editor build progress in the platform for the Xtext tool service, added the build log to status' response output and on build error, added the error log to the status' response error.

As the only output from the Xtext tool function has one output, the console log, the activity does not need to be modified to use outputConsole in the activity actions.

szschaler commented 11 months ago

In future, would be good to make such connections between PRs explicit in the PR description.

barnettwilliam commented 11 months ago

In future, would be good to make such connections between PRs explicit in the PR description.

Ok, will do