-
Notifications
You must be signed in to change notification settings - Fork 132
Way to open existing Arduino project without creating sample file #1228
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
If the sketch name is the [foldername.ino] and you select default ino project no files should be created. |
Ah okay, thanks for the tip. |
Feel free to implement one. |
Got following error when trying to build the SDK on Windows 10. Do you have an idea what might cause this? C:\Users\Robin\NoSyncDokumente\arduino-eclipse-plugin>mvn clean verify -PSDK,latest -DskipTests=true Maybe I will have more luck on Ubuntu. |
It looks like it tries to build with java 12 and it doesn't find one |
FYI the SDK is to build a development environment for sloeber |
SDk builds fine here. Did you use maven 3.6.3? |
Yes, I installed the newest version 3.6.3. I also installed the newest Java SE Devleopment Kit now. If I understand correctly (please correct me if I am wrong :-) ) , I can test my code by following the steps in the README in the section Developing (Improving) the Plugin, which include building the SDK. |
I have looked at the changes you have and I don't see any relation to sloeber sdk so I don't think the fact that the sdk build fails on your system is relevant. |
@rmspacefish are you still working on this? |
Hi, I haven't had a chance to look at it again. Can you give a hint on how to "load" the changes after making them? Kind Regards |
I'm not sure what you mean here. I assume you want to debug them or get them in some production environment. |
I would like to test whether the new feature (was quite small after all) works. So instead of the default installed Sloeber Plugin, I would just like to use the version of the plugin with my changes. Can this be done by debugging it? |
yes off course. That is what debugging is for. You can even step through the code to validate that things do what you intended them to do. |
Alright, I will try to test it today or tomorrow. |
Hi,
Thanks for creating this great plugin. I have a small improvement suggestion.
Maybe I did not see the option, but is there a way to open an "exisiting" project and ommit the generation of sample files?
I had an existing project inside a folder, I created a project inside that folder. Then I deleted the sample files (a .cpp file with setup, loop was already existing) and everything worked just fine. I think it would be nice if there is an option to just not add any sample files. What do you think about this?
Also, another small question: What is the purpose of the sloeber.ino.cpp file created? It seems to mimic the primary .ino file a little bit and when I deleted it, the code still compiled without issues.
Kind Regards
Robin
The text was updated successfully, but these errors were encountered: