project validation in Orion [message #776187] |
Sat, 07 January 2012 14:29  |
Eclipse User |
|
|
|
Are there any plans of supporting project or workspace-wide validation in Orion, say, like project builders in Eclipse?
I would like to be able to report that a change to the current file has caused an error to a downstream file that depends on it. Or be able to report build errors even if no files are opened in an editor.
Currently, there seems to be only support for single-unit validation: only the contents of the file being currently edited are available to a validation plugin, and error markers don't allow describing in what file the error occurred.
This missing feature is a showstopper (the only one I know of at this time) for me adopting Orion as a platform for editing AlphaSimple projects.
Thanks,
Rafael
http://abstratt.com/blog
|
|
|
|
|
Re: project validation in Orion [message #776987 is a reply to message #776851] |
Mon, 09 January 2012 11:08  |
Eclipse User |
|
|
|
Ok, that's a very clear requirement, and similar to cases we had been considering such as JSLint checking across an entire workspace, HTML link validation, etc. I have entered a bug to track this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368176
I can't comment on the 1.0 plan right now... I believe an Orion plugin could be created to do all this today, but it would need to build its own page for displaying results, etc. We could certainly add some infrastructure pieces here to the platform to make it easier for people to write such validators. This is definitely something we want to look at, but we'll have to look at all our other requirements and see where/when it fits. If we do start on this in the near future, it would be great to have you pushing on it from the consumer side and giving feedback.
We are also very much interested in the authentication side of this problem and have been looking at OAuth2 for enabling this kind of scenario (allowing a different service access to a user's workspace). Currently the default setting in Orion is for all content to be world readable, so today you could do purely read-only validation without any kind of authentication (on orionhub for example).
John
|
|
|
Powered by
FUDForum. Page generated in 0.03950 seconds