-
Notifications
You must be signed in to change notification settings - Fork 205
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
remove WTP-based HTML tooling from Spring Tools 4 distribution #572
Comments
Can you please double check this with the latest STS 4.9.0 release? It also includes the latest Wild Web Developer components. In addition to that please make sure to open the file with the "Generic Text Editor", since this uses the Angular tooling of WWD. Just opening the file with a double click uses the old HTML editor from WTP, which doesn't know much about Angular, I guess. With regards to the update path: |
@martinlippert |
@4javier The solution here would be to finally get rid of the old WTP-based HTML tooling that sneaked into the STS4 distribution. We don't really include this on purpose, it makes its way into the distribution as a dependency to some other feature that we want to include. So you are right, we should keep it open and see how we can get rid of the remaining old HTML tooling components. Would it be fine with you if we rename this issue accordingly? |
Sure. |
It seems that this is the value that disable both manual both build html validator |
I removed the m2e-wtp features for jaxrs and jsf, which removes more of the additional WTP tooling dependencies. Feel free to download a latest CI distribution build from here: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html - and give it a try. |
Perfect @martinlippert |
@4javier Great to hear, thanks for letting us know. |
Removing WTP seems to break xsd resolution in Wild Web Developer when behind a corporate firewall which denies the connection to download the xsd. See discussion here: eclipse-wildwebdeveloper/wildwebdeveloper#778 |
WildWebDeveloper recommended filing an issue with lemminx to resolve this. Since the developer is also a lemminx developer, I think this will fix the issue in the long run :) In the short run, either download the xsd files you need manually and create a catolog or install WTP if you run into this issue. lemminx issue: eclipse-lemminx/lemminx#1182 |
I cross-post this issue from WildWebDeveloper project, because on a vanilla Eclipse installation it doesn't show up.
eclipse-wildwebdeveloper/wildwebdeveloper#552
I tried to install latest snapshot as suggested, with no luck. (On plain Eclipse there's no need to update the plugin, it works even with release).
Every angular directive inside any template gets marked as undefined, but at the same time, its doc gets correctly shown on hover.
To quickly reproduce the issue, just import this basic project and try to validate app.component.html
https://github.com/4javier/angular-ivy-base
The text was updated successfully, but these errors were encountered: