Hi Seth, it's true. I have attached a new screenshot of what I'm understand as "client controls". Do you remember if those controls are in the Web Client?
I really appreciate your help. Kind regards, On Sunday, October 12, 2014 6:37:15 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I'm trying to compile the HubNet Web Extension, to use ti included web > client with HubNet/NetLogo. I'm on mac. I get this error: > > $ sudo make -f Makefile > ./bin/sbt update compile > make: ./bin/sbt: Permission denied > > This is the makefile: > > ifeq ($(origin NETLOGO), undefined) > NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar > endif > > ifeq ($(origin SCALA_HOME), undefined) > SCALA_HOME=../scala-2.11.2/bin/ > endif > > SRCS=$(wildcard src/main/scala/*.scala) > > hubnet-web.jar: $(SRCS) manifests/web.txt Makefile > ./bin/sbt update compile > jar cmf manifests/web.txt hubnet-web.jar -C target/scala_2.9.1/classes/ . > cp lib_managed/scala_2.9.1/compile/*.jar . > > > I modified only the lines: > NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar > SCALA_HOME=../scala-2.11.2/bin/ > > Thanks, > -- 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.