Skip to content
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

Import of existing project will destroy some files. (IEP-114) #7

Closed
Boldie opened this issue Oct 10, 2019 · 3 comments
Closed

Import of existing project will destroy some files. (IEP-114) #7

Boldie opened this issue Oct 10, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@Boldie
Copy link

Boldie commented Oct 10, 2019

After importing an existing project, some files were truncated (content lost, 0 byte file size). These are:
partitions.csv, sdkconfig, CMakeList.txt, ...

@Boldie
Copy link
Author

Boldie commented Oct 10, 2019

After resetting it via git, the project can be built, but there are no index being built, which results in unsresolved includes and such things.

My conclusion:

  • workspace handling seems to be problematic, the plugin does not handle workspaces and directrories correctly (if one has a project not in the workspace root directory will break)
  • Project name is used for path generation, ???? why not using the project path.
  • C++ index not working nor I can correct it.
  • Path variable globally modified which breaks other C++ projects.
  • Plugin modifies too many files, also .gitignore will be modified etc. Do not add so much magic, because there may be more trouble than improvement.
    -> Will deinstall it, unuseable for the moment.

@kolipakakondal kolipakakondal added the bug Something isn't working label Oct 11, 2019
@espressif-bot espressif-bot changed the title Import of existing project will destroy some files. Import of existing project will destroy some files. (IEP-114) Jan 6, 2020
@kolipakakondal
Copy link
Collaborator

Hello, With the recent ranges, by default project will not be copied into the eclipse workspace unless you select "copy into workspace" option. With that, you don't see any changes in the existing project except adding a few additional resources like .project and .settings, etc. which are eclipse artifacts. Otherwise, it's just linking the project to the workspace.

Please update to the latest build and let us know if you see any difficulties.

@kolipakakondal
Copy link
Collaborator

Hi, We have released v1.1.0, please get the latest using the update site.

Check this here https://github.com/espressif/idf-eclipse-plugin/releases/tag/v1.1.0

Closing the issue as there is no update for quite some time. Feel free to reopen/create a new issue if you see any other problems. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants