all I did so far is from bash, no IntelliJ project used. And you were right, it's really super easy. Following your lead here, `bin/release.sh` actually asks me some things then breaks with:
error: pathspec 'bin/Mathematica-Link' did not match any file(s) known to git. Did you forget to 'git add'? Actually, when should I 'git add'? and what? Thanks, Simo ps: if there's anyone with a ready to use NetLogo.jar out of the hexy branch, I'd be more than happy to use it and stop bothering you with my basic questions... Il giorno lunedì 26 ottobre 2015 14:59:46 UTC+1, Seth Tisue ha scritto: > > On Mon, Oct 26, 2015 at 9:52 AM, digitaldust > <simone.ga...@gmail.com <javascript:>> wrote: > > my goal is to have a NetLogo.jar that can be used with scala 2.11.x so I > can > > use it in my Spark project. > > The NetLogo.jar you built is fine, it just depends on a lot of other > libraries (including the Scala 2.11 standard library) that you need to > add to your project as well. (This isn't specific to the hexy branch; > no version of NetLogo has a self-contained NetLogo.jar.) > > The normal way that those libraries get put in place is by running > `bin/release.sh` out of the Git repo to build installation packages, > and then unpacking the resulting package. > > Running `bin/release.sh` can be a bit of a headache, so if what you're > actually trying to do is set up an IntelliJ project, you might want to > take a different path where you look at the MANIFEST.MF in NetLogo.jar > to see what the required libraries are, then add those libraries to > your IntelliJ project.) > -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.