netlogo - Extension not found error with control flow extension -


i trying use https://github.com/qiemem/controlflowextension alternative if-else. have added extensions folder(c:\program files (x86)\netlogo 5.1.0\extensions). extracted zipped folder github. in netlogo code use following,

extensions[controlflowextension-master] 

but still shows me following error:

enter image description here

there no release extension yet. zip file downloaded source code , doesn't contain compiled jar files need use extension netlogo.

if want try out, have build yourself. that, need install sbt. then, open command terminal , cd folder unzipped file downloaded github. folder should under netlogo extensions folder , called cf (rename if not case). once in cf folder, run:

sbt package 

this should build cf.jar , allow use extension putting

extensions [ cf ] 

at top of code tab in netlogo model.

be aware, though, extension still experimental. there may bugs. syntax still change. why bryan did not put out official release yet.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -