gama-platform / gama.old

Main repository for developing the 1.x versions of GAMA
GNU General Public License v3.0
299 stars 99 forks source link

Import Window: check "Copy into workspace" #231

Closed pcaillou closed 9 years ago

pcaillou commented 9 years ago
What steps will reproduce the problem?
1. In the import project window, I import a project withtout checking the "copy into
workspace" 

What is the expected output? What do you see instead?

I expected the project to be added to "User models". Instead it is added to "Models
library"

Please use labels and text to provide additional information.
ubuntu 32

Original issue reported on code.google.com by benoit.gaudou on 2012-07-02 22:31:08

pcaillou commented 9 years ago
Well… Although I DO NOT KNOW how the damn whole thing functions (and I DO NOT WANT to
put my nose into it), I guess this behavior is "normal". "Models library" is actually
a collection of symbolic links to the library of models distributed with GAMA and 
"User models" contains the models defined in the workspace of the user. 
So if you do not "copy" your model inside the workspace, GAMA (and esp. Eclipse) will
create a symlink to it, and add it where symlinks should be (i.e. in "Models library").
Now there is certainly a way to change this behavior, but I'm not totally sure I want
to dive in this part of the code...

Original issue reported on code.google.com by alexis.drogoul on 2012-07-03 03:51:20

pcaillou commented 9 years ago
OK, I'm a nice guy :)

I fixed it in the latest commit and tested it : importing a project without copying
it into the workspace now makes it appear in the User Models folder together with the
projects created there (or copied there).

Original issue reported on code.google.com by alexis.drogoul on 2012-07-03 12:18:08

pcaillou commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by alexis.drogoul on 2012-07-03 12:18:20

pcaillou commented 9 years ago
Hi Alexis,
I just updated GAMA and all the models are now in the "User models" (even the models
provided with GAMA)... (I try to create a new workspace)
Intuitively I could say that it could be linked with this bug issue...

Benoit

Original issue reported on code.google.com by benoit.gaudou on 2012-07-05 06:02:08

pcaillou commented 9 years ago
Hi,

Can you please replace the method getChildren() in msi.gama.gui.navigator.ModelsLibraryFolder
with the following one and tell me what the trace is : 

    @Override
    public Object[] getChildren() {
        List<IProject> totalList =
            Arrays.asList(ResourcesPlugin.getWorkspace().getRoot().getProjects());
        List<IProject> resultList = new ArrayList();
        // We only add the projects whose path begins with the built-in models path
        System.out.println("Location to library : " + getBuiltInModelsPath());
        for ( IProject project : totalList ) {
            String projectPath = project.getLocation().toString();
            System.out.println("Location to project : " + projectPath);
            if ( projectPath.startsWith(getBuiltInModelsPath()) ) {
                resultList.add(project);
            }
        }
        return resultList.toArray();
    }

Original issue reported on code.google.com by alexis.drogoul on 2012-07-05 06:17:57

pcaillou commented 9 years ago
Hi Alexis
Here is the log:
Benoit

Configuring user interface access through SWT
0    [main] DEBUG gama  - GAML plugin msi.gama.core scanned in 15937 ms.
360  [main] DEBUG gama  - GAML plugin irit.maelia.gaml.additions scanned in
344 ms.
485  [main] DEBUG gama  - GAML plugin msi.gama.headless scanned in 125 ms.
1391 [main] DEBUG gama  - GAML plugin msi.gaml.extensions.fipa scanned in
906 ms.
1563 [main] DEBUG gama  - GAML plugin simtools.gaml.extensions.physics
scanned in 172 ms.
1750 [main] DEBUG gama  - GAML plugin simtools.gaml.extensions.traffic
scanned in 187 ms.
1766 [main] DEBUG gama  - All GAML additions  loaded in 17734 ms.
Location to library : /D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/3D
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/DemoGraph
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-FredModel
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-Tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/FireTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/GreveUniversites
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/HowToDo-ImportImages
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/Infectious
disease
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAELIA-Formation
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-Micmac
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-VonThunen
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Pool
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Project rvf
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Projets d'Adrien
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RoboPush
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RumorMill-NetLogo
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/StupidModelTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TesMinh
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestASC
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestMaroussia
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestOperator
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestSegreg
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Testing
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Thai
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TutoGeometry
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/WAGAMA
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/ants
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/boids
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/bosquet
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/circle
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/clusters
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/datamining
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/demo_goto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/demogis
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/drolyqueEtTerrolyqueSontDansUnDossier
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/elephant_pop
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/emergence
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation_real_data
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evolution
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/fire
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/graph
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/life
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/maelia
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/multi_scale
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/predator_prey_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/road_traffic_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/robot exploration
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/schelling
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/simple_evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sort
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/sortie
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/stupid
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/stupid_model_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sugarscape
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/test
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testDB
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testOperators
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/traffic
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/voronoi
Location to library : /D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/3D
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/DemoGraph
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-FredModel
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-Tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/FireTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/GreveUniversites
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/HowToDo-ImportImages
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/Infectious
disease
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAELIA-Formation
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-Micmac
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-VonThunen
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Pool
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Project rvf
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Projets d'Adrien
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RoboPush
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RumorMill-NetLogo
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/StupidModelTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TesMinh
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestASC
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestMaroussia
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestOperator
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestSegreg
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Testing
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Thai
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TutoGeometry
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/WAGAMA
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/ants
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/boids
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/bosquet
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/circle
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/clusters
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/datamining
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/demo_goto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/demogis
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/drolyqueEtTerrolyqueSontDansUnDossier
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/elephant_pop
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/emergence
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation_real_data
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evolution
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/fire
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/graph
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/life
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/maelia
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/multi_scale
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/predator_prey_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/road_traffic_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/robot exploration
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/schelling
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/simple_evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sort
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/sortie
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/stupid
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/stupid_model_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sugarscape
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/test
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testDB
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testOperators
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/traffic
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/voronoi
Location to library : /D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/3D
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/DemoGraph
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-FredModel
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/ESSA2012-Tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/FireTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/GreveUniversites
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/HowToDo-ImportImages
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/Infectious
disease
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAELIA-Formation
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-Micmac
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/MAPS-VonThunen
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Pool
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Project rvf
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Projets d'Adrien
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RoboPush
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/RumorMill-NetLogo
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/StupidModelTuto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TesMinh
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestASC
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestMaroussia
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestOperator
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TestSegreg
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Testing
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/Thai
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/TutoGeometry
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/WAGAMA
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/ants
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/boids
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/bosquet
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/circle
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/clusters
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/datamining
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/demo_goto
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/demogis
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/drolyqueEtTerrolyqueSontDansUnDossier
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/elephant_pop
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/emergence
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evacuation_real_data
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/evolution
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/fire
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/graph
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/life
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/maelia
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/multi_scale
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/predator_prey_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/road_traffic_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/robot exploration
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/schelling
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/simple_evacuation
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sort
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/sortie
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/stupid
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/stupid_model_tutorial
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/sugarscape
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/test
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testDB
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/testOperators
Location to project : D:/documents and
settings/bgaudou/Bureau/wsGAMA_juillet12/traffic
Location to project : D:/documents and
settings/bgaudou/Bureau/eclipse-modeling-indigo-SR2-win32/wsEclipsePostVN/msi.gama.models/models/voronoi

Original issue reported on code.google.com by benoit.gaudou on 2012-07-05 07:24:55

pcaillou commented 9 years ago
You already probably know that I hate Windows, right ? :)

Have you noticed the little "/" in front of the library name (and its absence in front
of the project names?)

I have corrected the code and will commit the patch real soon.

Original issue reported on code.google.com by alexis.drogoul on 2012-07-05 07:35:45

pcaillou commented 9 years ago
I understand you very well, ... in particular about files and folders ...

Original issue reported on code.google.com by benoit.gaudou on 2012-07-05 07:58:58