Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad output on widgetset compilation failures. #87

Open
Peppe opened this issue Jan 30, 2017 · 0 comments
Open

Bad output on widgetset compilation failures. #87

Peppe opened this issue Jan 30, 2017 · 0 comments

Comments

@Peppe
Copy link

Peppe commented Jan 30, 2017

When you compile widgetset, and it fails, the output is very hard to understand. You get "Failed to execute command [[
a-a4-size-command-to-gwt-compiler-with-all-parameters
]]"

For example in eclipse -> maven -> update project, the error message will be only maven issue -> "Failed to execute command [[" because it only takes the first row and cuts away everything after newline.

You have absolutely no clue here what have gone wrong or that it is even related to widget set. The error message should be a lot clearer to point you in the correct direction. Printing the whole command out in any case in unneccesary because you get it anyhow visible by running maven with the -X parameter.

In my case it was a missing pro tool license. In some other case it is a malformed parameter. Third it is a missing gwt.xml.

Changing the output to "Widgetset compilation failed" would already be an upgrade on an MVP level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant