-
Notifications
You must be signed in to change notification settings - Fork 77
Run tries to validate other projects / can not run my node project from eclipse #79
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
Comments
Hi Ross Nodeclipse depends on JSDT for that functionality. You can disable validation in Preferences (JavaScript -> Validation) or for individual project in Properties. It is impossible that Validation blocks Running/Debugging, there is no connection between them. Thank you for being active user anyway. |
Hi again, on the second thought: if there is issue of running node.js app, please do provide more information about your environment ( as said in http://www.nodeclipse.org/#support ) |
Sorry for silence, I was out. Now responding... Now I tried to reproduce my problem. And problem was here. I began to collect data, make screenshots and write response. But at some point the problem disappeared. I did these steps before and problem was there. But now... Now I'm writing what I did
Run action takes some waiting and gets "run error" with error description "failed to validate some files". There are a lot of errors and messages in "Problems" view. These errors and messages are all about validation failes of .js files inside php project. No error in node project.
On last week this next run gave the same validation errors. And I had to run my project from os shell. But today this second run gave no error. Application starts directly from IDE. And I can not reproduce the problem enymore. Then I think ok, let this issue be closed. If those behaviour will arise again I'll take it and give you detailed description with screeshots. Thank you for your attempt to help me with my problem |
It is unlucky that no screenshots left. The remedy could be to disable JSDT Validation in Preferences. Integrated JSHint is pretty good. Let me know if this advice makes it better. |
Hmm... |
|
You need to look into Window -> Preferences then in group JavaScript find and disable Validation then check group JSHint |
Please also update to Nodeclipse 0.6 http://www.nodeclipse.org/history |
@TheRoSS Is it better with 0.7 now? |
Hi
I have single eclipse configuration with PDT and Nodeclipse installed
I have some projects in my workspace: one is node project and others are php projects. Php projects have public parts with client javascript (jquery and so on)
When I try to run node project from node perspective the javascript validation process runs on my other, php projects too and fails. So I can not run my node project from eclipse. Running from os shell is ok.
The text was updated successfully, but these errors were encountered: