Hi I am currently trying to develop my first extension for NetLogo and have come across a error that i cannot fix: "Bad extension 'astarpathfind': Cant find extension name in Manifest".
initially i thought this was an issues with the text file but after experimentation i couldn't fix it. Some context i created the files in eclipse and built them with ant using the NetLogo and Scala jar. My folder contains the eclipse source files (including dependency's), the built jar file and the manifest. *src code files(aStarPathFind\src\aStarPathFind):* manager.java pathFind.java I built my manifest file based on the example extension : *Manifest file: * *Manifest-Version: 1.0* *Extension-Name: aStarPathFind* *Class-Manager: aStarPathFind.manager* *NetLogo-Extension-API-Version: 6.0* please inform me if i have missed some details that are needed to aid debugging. Thank you for any help Jake -- 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/d/optout.
