You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from the issue that it is actually quite hard to get a hold of a JRE 1.7 this time around, the project as is does not compile at all (for me) because the package org.mangosdk.spi is not available anywhere.
I had some trouble in the server implementation where jsbml would sometimes capture all logs and write them to a file, instead of them going to stdout. I figured out how to override this behaviour downstream though, so I guess this isn't an issue anymore.
I also realized the ant build script seems to work still, so I apologize and think this issue is closed.
Hi.
I've just cloned the repo to have a look into how much of an effort it would be to fix #217 because it is a nuisance in the downstream consuming https://github.com/draeger-lab/ModelPolisher
Apart from the issue that it is actually quite hard to get a hold of a JRE 1.7 this time around, the project as is does not compile at all (for me) because the package org.mangosdk.spi is not available anywhere.
mvn dependency:resolve
checkedhttps://repo.maven.apache.org/maven2
https://github.com/biojava/maven-repo/raw/master/
https://www.ebi.ac.uk/~maven/m2repo
and couldn't find it.
The text was updated successfully, but these errors were encountered: