jason-lang / jason

Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.
http://jason-lang.github.io
GNU Lesser General Public License v3.0
215 stars 67 forks source link

Using uri of jasonJar to allow imports from other projects #56

Closed cleberjamaral closed 4 years ago

cleberjamaral commented 4 years ago

Includes now use URI of $jasonJar in order to allow external projects to use this structure. Unfortunately, external projects still need to have testJason gradle task, unit_test.mas2j and test_manager.asl in order to run integrated tests.