facebook

Eclipse freeze in Codemix-Preparing

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #666670 Reply

    robertsuna
    Participant

    For some reason identify CodeMix inside my parent project two subprojects as Codemix relevant and stores the paths in .metadata/codemix.code-workspace as well as the top project:
    {
    “folders”: [

    {
    “path”: “/local_disk/ssd/SRC/git/kompenzial/wikimedia”
    },

    {
    “path”: “/local_disk/ssd/SRC/git/kompenzial/webui”
    },
    {
    “path”: “/local_disk/ssd/SRC/git/kompenzial”
    }
    ],
    The only relevant ist the: “/local_disk/ssd/SRC/git/kompenzial/webui”
    I used the eclipse resource filter in kompezial to exclude the wikimedia directory from the resources and this leads eclipse to completly freeze on start up.
    How can I restrict codemix to only use the rigth directory?

    #666689 Reply

    Aaron Lara
    Member

    Hello! I’m sorry you are having issues with CodeMix. The paths stored there correspond to projects available in your workspace but we are not supposed to edit it manually.

    One quick thing you can try is to switch to a new workspace and import only the projects you wish to work with.

    Cheers!
    Aaron Lara

    #666756 Reply

    robertsuna
    Participant

    The point is not the editing of the paths (I was not edited the paths). The problem is that if I use the Eclipse resource filter, then Eclipse freeze. The project, sub-projects structure is as follows

    kompenzial
    kompenzial/wikimedia
    kompenzial/webui
    kompenzial/XXX
    kompenzial/YYY

    detected by Codemix (not edited by me, I just added this to describe the situation):

    kompenzial
    kompenzial/wikimedia
    kompenzial/webui

    Which are all valid and needed projects, but codemix shall use/detect “kompenzial/webui” only. It’s the only project inside the project structure which uses Angular the others are Java projects.
    The Problem is if I do a search or reference inside the Angular project, than codemix open the file inside the wrong project (kompezial) in this case, which leads to other issues (see the referenced chat later). So I tried to filter the sub-projects with the Eclipse resource filter and freezes the whole IDE.

    I’m trying to solve the same issue as already discussed in chat (ca. 5 months ago) with Brian (still not closed, but not resolved) with the name: “Open files in wrong project and on close throw away any modifications” which is still not solved.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Eclipse freeze in Codemix-Preparing

You must be logged in to post in the forum log in