Bug#660719: netlogo -- An agent-based programming language and integrated modeling environment.
Control: block -1 by 639910
The sbt (simple-build-tool) system is also missing in Debian (WNPP
#639910). It is the build framework used by netlogo.
I've not been able to figure out every build dependency yet, but some
are listed in build.sbt in the source:
libraryDependencies ++= Seq(
"log4j" % "log4j" % "1.2.17",
"javax.media" % "jmf" % "2.1.1e",
"org.pegdown" % "pegdown" % "1.1.0",
"org.parboiled" % "parboiled-java" % "1.0.2",
"steveroy" % "mrjadapter" % "1.2" from "http://ccl.northwestern.edu/devel/mrjadapter-1.2.jar",
"org.jhotdraw" % "jhotdraw" % "6.0b1" from "http://ccl.northwestern.edu/devel/jhotdraw-6.0b1.jar",
"ch.randelshofer" % "quaqua" % "7.3.4" from "http://ccl.northwestern.edu/devel/quaqua-7.3.4.jar",
"ch.randelshofer" % "swing-layout" % "7.3.4" from "http://ccl.northwestern.edu/devel/swing-layout-7.3.4.jar",
"org.jogl" % "jogl" % "1.1.1" from "http://ccl.northwestern.edu/devel/jogl-1.1.1.jar",
"org.gluegen-rt" % "gluegen-rt" % "1.1.1" from "http://ccl.northwestern.edu/devel/gluegen-rt-1.1.1.jar",
"org.apache.httpcomponents" % "httpclient" % "4.2",
"org.apache.httpcomponents" % "httpmime" % "4.2",
"com.googlecode.json-simple" % "json-simple" % "1.1.1"
)
The build system will download the dependencies, and I have not been
able to figure out how to get sbt to use the libraries provided by
Debian in /usr/share/java/ yet.
--
Happy hacking
Petter Reinholdtsen
Reply to: