-
Notifications
You must be signed in to change notification settings - Fork 132
error "URI is not hierarchical" + some 1st time user feedback #301
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 I accept all there remarks but there is little I can/want to do about it. Part of it is related to open software part of it is related to eclipse and part of it is related to the shortcommings of the arduino eclipse plugin community part of it is related to mistakes made in the past. Practically I can not advice you on 32bit versus 64 bit on windows as I mainly run on Linux. Linux does not have the compatibility mode 32bit running on 64 bit os. It is unclear to me why you switched from Linux to windows in your description. V2 windows 32 bit got lost in the mist of times. It was not a decision, it just happened. I'll try to see whether I can reproduce the "URI is not hierarchical" error. The problem with clicking finish again is "normal". Basically the project was created and I prefer having a wonky project where "something went wrong" to deleting the project when something goes wrong making it impossible to create a project when the "something goes wrong" is consistent. V2 is getting really old. Basically due to lack of sponsoring it is hard to motivate me to make new versions. Basically right now the nightly is the way to go. I made a patreon account so it is visible what I get for all the work I put in the community. You will bump into it one day. "build before upload", " the documentation mentioning i should not enter port confused me here" are both nightly only. importing is a cdt and eclipse functionality (as such documented partly in the cdt documentation and partly in the eclipse documentation). It can be done in many ways. My preferred way is drag and drop. Note that you can link or copy. The chose is up to you depending on your setup.
means you have no packages installed on your system. Which is weird as you are talking about due which needs a package. It is a simple warning and normal if indeed no packages have been installed. It may be related to the "URI is not hierarchical" problem. Note that the boards manager support is brand new. Best regards |
Thanks for the quick response on my feedback. URI is not hierarchical V2 vs NIGHTLY
Also, these URLs illustrate how the (otherwise rather simple) stable install info is scattered over several pages. Why i tried Windows |
Ah, settings are stored in Eclipse workspace I routinely tried a new workspace because the docs said somewhere that i should not uncheck the "use default location" option when creating a new project, since its not supported by the plugin. Is this still relevant, or can it now create/use projects outside of the workspace? I am still trying to create a new eclipse project but with my own (existing) source files.. |
I put this out here so other new users can benefit from it. I'd appreciate a simple "open project" option very much, but i take thats the turf of eclipse: Opening existing project But all in all this tries moving your project inside the workspace folder, so you're not actually opening the other project, but creating a copy in a different location. To save things in VCS you'll have to copy files, or put a workspace folder inside your VCS apparently. |
Currently the nightly is pretty stable as I'm working towards a new release. http://forum.arduino.cc/index.php?topic=79595.msg2366886#msg2366886. So it is not a general statement.
Yes and that is intentionally. This allows to have a workspace for each arduino ide version you still use. Otherwise multiple eclipse installations would be needed.
You can uncheck it in the nightly. Though I do not really see why you would want to do so.
Somewhere in the prosess you can say "link to files". |
I removed the folder /home/jantje/.arduino15 from my system and created a sketch and all went fine. |
Ok. I know of no log files expect the one with errors i quoted, but i'd like to try and provide a trace. :) To trace this plugin error, do i need to build it myself from source, or can i just enable something in my current eclipse installation? |
Normally errors come with a trace and if there is a trace it is also logged in the error log |
I found this is related to #302 |
Sorry for the late reply. I wanted to say i'll try to look into this wednesday, but it appears you've already cracked it! 👍 I no longer have a working Due at hand though, i let the magic smoke escape. ⚡ 💨 😱 If you'd like me to test the plugin by then, do let me know! |
No problem. |
Some feedback, and a problem i encountered while trying the plugin (and website with docs) for the first time.
(on Linux 32bit with eclipse Kepler already installed)
Now obviously its (more than) likely that these problems are just me and not the software. But sharing my experience might help improve the docs or in this case even result in relevant NIGHTLY feedback info.
Documentation on first use
Website docs have way to many short pages, please combine them because retrieving one sentence of documentation at a time gets tiresome.. i just want to scroll through and search the page text. After a lot of headscratching i found out that what i'd expect (given the menu options) to be at http://eclipse.baeyens.it/how_to.shtml#/c was instead on page http://eclipse.baeyens.it/how_to.shtml#/c
V2 install URL doesnt work
I would have never found Help > Install Software to install a plugin, and ultimately had to go for the NIGHTLY build, because the normal V2 wouldn't load anything within a few minutes or so (its hard to see if its busy or done)
Error when just making a new project
Creating a new project resulted seemed to work, but Finish gives a
URI is not hierarchical
error dialog. I have no idea how to troubleshoot that.. but /workspace/.metadata/.log says:(Update: I got the same error when trying the latest V2 package for Win32 on Win64, see bottom)
And after this, clicking Finish again results in:
Importing existing project
I'm going to try opening/importing an existing Arduino IDE project, but i wouldn't know where to start. I'd rather have the docs state that i cant. I do see "Create sketch" in the docs though, i'd expect it to be there.
So right now its not working for me :(Update:
I ultimately descided to install the V2 product version (eclipse + plugin) and had some trouble getting serial communications going, (NullPointerException since Port was wrong, the dropdown being empty and the documentation mentioning i should not enter port confused me here)
and for some reason the Arduino "upload" toolbar buttons did not show up until i restarted a few times. But now it works, i was able to program my Arduino Due.
Its not clear to me how to enable the "build before upload" option mentioned briefly in the docs. Isn't "automatically rebuild" not enough?
Download links
Since rebuilding so slow on my laptop, i'm going
At http://eclipse.baeyens.it/download.php i was missing the Windows 64bit v2.3 download. If left out on purpose, please indicate whether to use the win32 v2.3 or a win64 nightly build.
I tried Win32 v2.3 and ultimately this resulted in the same error as i had on Linux with NIGHTLY: creating a new project would give me a "URI not hierarchical" error and no project to work with.
The text was updated successfully, but these errors were encountered: