OpenSourceBrain / redmine

This is a customised version of redmine for the Open Source Brain website
http://www.opensourcebrain.org
5 stars 3 forks source link

feat: add button to troubleshoot explorer #342

Closed sanjayankur31 closed 3 years ago

sanjayankur31 commented 3 years ago

Opens our page on documentation in new window

Requires https://github.com/OpenSourceBrain/Documentation/pull/8 to be merged first to set up the docs page we're pointing to.

sanjayankur31 commented 3 years ago

Not able to test this yet, building the images gives me:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.844 s
[INFO] Finished at: 2021-09-03T14:42:49+00:00
[INFO] Final Memory: 14M/356M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.neuroml.export: Could not resolve dependencies for project org.neuroml.export:org.neuroml.export:bundle:1.7.1: Could not find artifact org.lemsml:jlems:jar:0.10.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Error: error building at STEP "RUN cd /opt/geppetto && rm -rf neuroml_dev/jNeuroML && git clone git://github.com/NeuroML/jNeuroML.git neuroml_dev/jNeuroML && cd neuroml_dev/jNeuroML && git checkout $NML_BRANCHES && python getNeuroML.py $NML_BRANCHES": error while running runtime: exit status 1

I think we need to bump up the requirement for org.neuroml.export to jLEMS 0.10.5, which is on it's experimental branch now:

https://github.com/NeuroML/org.neuroml.export/blob/experimental/pom.xml#L26

https://github.com/LEMS/jLEMS/blob/experimental/pom.xml#L6

@pgleeson : could you take a quick look when you have a minute please? I can do the version bump but I'd rather you checked once if this was the right thing to do here.