-
Notifications
You must be signed in to change notification settings - Fork 15
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
"bii build" destroys eclipse project files #21
Comments
I have checked in windows, with Eclipse Luna Service Release 1 (4.4.1), and it works ok. Not sure what could be, will check in Ubuntu, but all the Eclipse related code is supposed to be platform independent. What version of Eclipse are you running? |
Luna Service Release 1 (4.4.1) Build id: 20140925-1800. |
I have tried in Ubuntu 14.04 with same Eclipse Luna, and didn't failed for me. Though I didnt try with gcc 4.9 (VM, running out of disk space) and build fails for cryfs, but other projects with the same workflow work OK and blocks folder is not removed from eclipse. Could you please check in your system if the behaviour is the same with a simple "Hello world" project? Thanks |
Still happens with biicode 3.1.1. I narrowed it down to a minimal block (messmer/testblock). It seems to be connected to the
in CMakeLists.txt. If I remove this line, it works. |
Did you have success reproducing it using my minimal testblock? |
Hi! Sorry for the delay. |
I have pushed a fix to biicode develop branch, could you please check it? Tests are passing here, and working both in Win and also the failing Ubuntu behavior seems to work now. |
Hey, that's awesome. It seems to work. Thank you very much :) |
Again, thanks to you :) Diego Rodriguez-Losada 2015-05-11 21:11 GMT+02:00 Sebastian Meßmer [email protected]:
|
OS: Ubuntu 14.10
Biicode 3.0
Steps to reproduce:
Import project into eclipse: File -> Import -> Existing Projects Into Workspace.
There now is a "blocks" folder in the eclipse project containing the blocks
In eclipse: Right click on the project and select "Refresh". The "blocks" folder is gone.
In eclipse: Refresh again. The "blocks" folder is there again.
Possibly related #22: when calling build, it re-configures the whole project.
The text was updated successfully, but these errors were encountered: