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
On Master branch, build with maven. It will throw build error " Failure to find org.opennars:opennars-gui:jar:3.0.3-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots epository, resolution will not be reattempted until the update interval of ossrh.snapshots has elapsed or updates are forced ".
Interesting, Maven has proven to be a mess that keeps breaking repositories that didn't change over months which previously compiled file. We will de-mavenize the project in a few weeks, then this joke will be over.
For now you can use the 3.0.4 binaries: https://github.com/opennars/opennars-lab/releases/tag/v3.0.4
I commented in the meanwhile, basically the newer runtimes don't support the old jar file well, it's not bugs but a library compatibility issue with Processing which is used for memory graph visualization and uses OpenGL internally. My own development efforts have moved to https://github.com/opennars/OpenNARS-for-Applications 4 years ago, but Peter might fix it after he de-mavenizes 3.0.4, but more work is needed to get it on-par with ONA in terms of reasoning capability, since we learned a lot in the past 4 years which didn't make it into OpenNARS yet and demands major changes.
On Master branch, build with maven. It will throw build error " Failure to find org.opennars:opennars-gui:jar:3.0.3-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots epository, resolution will not be reattempted until the update interval of ossrh.snapshots has elapsed or updates are forced ".
When i open https://oss.sonatype.org/content/repositories/snapshots, on find 3.0.1 and 3.02.
The text was updated successfully, but these errors were encountered: