eclipselabs/passerelle

Problem with default location of submodels

Closed this issue · 1 comments

There are in my opinion several problems with the current default location of 
submodels in Passerelle:

1. The path is currently "C:/temp/submodel-repository" which is a bit strange 
on a Linux system...

2. It's a path to a temporary directory

3. In the code the default location is defined in four different locations:

/com.isencia.passerelle.project.repository.impl.filesystem/src/main/java/com/ise
ncia/passerelle/project/repository/impl/filesystem/activator/Activator.java

/com.isencia.passerelle.workbench.model.editor.ui/src/main/java/com/isencia/pass
erelle/workbench/model/editor/ui/Activator.java (two locations)

and

/com.isencia.passerelle.workbench.model.editor.ui/src/main/java/com/isencia/pass
erelle/workbench/model/editor/ui/PasserellePreferencePage.java

I have committed temporary patches to the DAWN repositories:

https://github.com/DawnScience/dawn-isenciaui/commit/0420eb0398e60dd90be2ab42106
3cbd82a1dfaa5

and

https://github.com/DawnScience/dawn-isencia/commit/c961a853ab642218bad09ba5c9cb9
64b6f5b9720

Erwin, what do you think?

Original issue reported on code.google.com by s.olof.svensson@gmail.com on 22 Mar 2013 at 1:11

I have committed the corresponding patches to the passerelle@google repository:

http://code.google.com/a/eclipselabs.org/p/passerelle/source/detail?r=1497
http://code.google.com/a/eclipselabs.org/p/passerelle/source/detail?r=1498

Please feel free to re-open this issue if you would like to suggest a better 
solution.

Original comment by s.olof.svensson@gmail.com on 4 Apr 2013 at 1:55

  • Changed state: Fixed