-
Notifications
You must be signed in to change notification settings - Fork 102
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
Errors during setup: Wrong paths #145
Comments
The |
@jambulud #128 has been fixed immediately before |
Also note that
|
I'm using 3.0.0-beta9 |
So it seems I figured out parts of the problem:
Everything else is just a consequence of these two issues. E.g. |
ECLIPSE_HOME is pointing to software/eclipse, but inside folder eclipse i have another "eclipse" folder, and inside this folder there is a eclipse.exe The folders are structured as follows: that's why i'm using ECLIPSE_HOME/eclipse (folder 2)/eclipse (executable) echo ECLIPSE_HOME: /c/projects/myproject/software/eclipse |
Thanks for your feedback. So the |
So I fixed 1. with PR #148 |
Maybe I should reimplement A reimplementation of |
I have restest with the latest SNAPSHOT version in Windows10 Pro x64 VM and get the same error. So it seems the windows ZIP release contains |
Wow! Excellent finding with perfect fix. Thanks. I will incorporate the change into PR #148 and think then all should be fine. |
I can also confirm the node error. However it does not occur on my system (MacOS) but only in windows (in my VM):
It is really ugly when tools have such pointless differences between different OS/platforms... |
* #145: improved verification of eclipse installation * #145: fixed/improved installation to auto-detect if archive has a single top-level folder (except macos *.app dir) to omit in installation dir * #84: install CobiGen from public update site * #89: fixed another invisible unicode space character * #148: updated vscode to 1.36.1 * #145: fixed proper download URL for vscode on windows to prevent broken ZIP download issue * #145: fixed node installation verification to work also on windows * #150: fixed m2e lifecylce-mapping config * #149: prevent eclipse lock stopping to launch other IDEs
Category: Bug
Severity: Medium
windows 10 x64, devon-ide 3.0.0-beta9, cmd and powershell
While installing devon-ide 3.0.0-beta9 i found some errors related with incorrect paths (eclipse, node and vscode)
Please, see the pdf attached.
devon-ide.pdf
The text was updated successfully, but these errors were encountered: