eclipselabs/passerelle

Not copy submodels to .passerelle if in workspace

Closed this issue · 1 comments

As the path to the directory of submodels can be outside the workspace the sub 
model moml file is copied to the workspace (/.passerelle). 

I have had problems with this implementations as I have lost changes I have 
done to submodels. As I always have my submodel directory in the workspace I 
have written a patch to EditSubmodelAction.java which checks if the path to the 
submodel is inside the workspace, and if it is it doesn't copy the file.

I have tested this patch in DAWN. I'll commit the patch to passerelle@google.

Original issue reported on code.google.com by s.olof.svensson@gmail.com on 8 Apr 2013 at 1:53

Patch committed:

https://code.google.com/a/eclipselabs.org/p/passerelle/source/detail?r=1500

Please feel free to re-open this issue if you don't agree.

Olof

Original comment by s.olof.svensson@gmail.com on 8 Apr 2013 at 2:05

  • Changed state: Fixed