-
Notifications
You must be signed in to change notification settings - Fork 9
Description
When mounting an existing repo at /projects, and importing some plug-in projects in the container's workspace, all new files modified from inside the container are owned by root.
I got bit by that as after testing the image with one of my local repos, afterwards that repo became unusable from a normal Eclipse workspace (the JDT complains about "A class file was not written. The project may be inconsistent, if so try refreshing this project and building it"). After investigation, a rebuild triggered from inside the container had left all my project's output folders' content owned by root, which prevented the normal JDT to overwrite them.
Other than that (and a few other small things I'll try to create tickets for), great project! I tried it with an Obeo Designer CE package (instead of the Java one) to see how Sirius diagrams behave with broadway, and the result is surprisingly usable. A little slow, but all the diagrams' rendering and user interactions I tested seemed to work. 👍