>>>>> "Robert" == Robert White <[email protected]> writes:
Robert> Hello. https://github.com/NetLogo/NetLogo/branches I found Robert> many branches. But I think there isn't a jar file there in the Robert> 'master' or 'headless' branches. Do I have to compile my own? Is there a reason you want to work with those branches specifically? They contain unreleased versions of NetLogo that are still just works-in-progress. If you want to work with the code for versions of NetLogo that have been actually been released, you want the `5.0.x` branch. But in any case, yeah, `./sbt package` builds jars (on any of our branches). But there's no reason to do this unless you plan to modify the code for NetLogo itself. -- Seth Tisue | Northwestern University | http://tisue.net developer, NetLogo: http://ccl.northwestern.edu/netlogo/ -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
