Closed dkruchinin closed 9 years ago
@dkruchinin This is not working because @tarelli and myself were trying to update geppetto to the lastest version of NeuroML and LEMS and these properties are not there anymore. We are already trying to fix that.. Let you know.
@adrianq Oh, ok. I'll reset my copy to one of older commits then. Thanks for explanation,
Fixed! and we are working with the latest version!
I'm trying to build model.neuroml from development branch but it finishes with next message:
...
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/NeuroMLAccessUtility.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/NeuroMLAccessUtility.java: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[62,37] cannot find symbol
symbol: class PlotMetadataNode
location: package org.neuroml.export.info.model
[ERROR] /home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[852,41] cannot find symbol
symbol: class PlotMetadataNode
location: class org.geppetto.model.neuroml.utils.modeltree.PopulateNeuroMLModelTreeUtils
[ERROR] /home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[852,91] cannot find symbol
symbol: method getPlotMetadataNode()
location: variable expressionNode of type org.neuroml.export.info.model.ExpressionNode
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[62,37] cannot find symbol
symbol: class PlotMetadataNode
location: package org.neuroml.export.info.model
/home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[852,41] cannot find symbol
symbol: class PlotMetadataNode
location: class org.geppetto.model.neuroml.utils.modeltree.PopulateNeuroMLModelTreeUtils
/home/serg/git/openworm/org.geppetto.model.neuroml/src/main/java/org/geppetto/model/neuroml/utils/modeltree/PopulateNeuroMLModelTreeUtils.java:[852,91] cannot find symbol
symbol: method getPlotMetadataNode()
location: variable expressionNode of type org.neuroml.export.info.model.ExpressionNode
...
@skhayrulin You have to go to your .m2 folder (you will find it in your home folder) and delete this folder /.m2/repository/org/neuroml/export then execute a mvn install. When executing mvn install it will download the lastest version of the export lib and hopefully everything is gonna work.
That is so intuitive...
On 24 November 2014 at 11:33, adrianq notifications@github.com wrote:
@skhayrulin https://github.com/skhayrulin You have to go to your .m2 folder (you will find it in your home folder) and delete this folder /.m2/repository/org/neuroml/export then execute a mvn install. When executing mvn install it will download the lastest version of the export lib and hopefully everything is gonna work.
Reply to this email directly or view it on GitHub https://github.com/openworm/org.geppetto.model.neuroml/issues/40#issuecomment-64181215 .
@borismarin No worries as I am working in the same room as you and every time you have a problem you don't hesitate on bother me you won't have this problem :)
@adrianq thanks! That works :+1: !
Development branch of model.neuroml doesn't seem to built (latest commit: 0ab604d1d8c474a124e118714242764f22c29bd6)