andreiolaru-ro / FLASH-MAS

The Fast Lightweight Agent Shell MAS framework. Easy for beginners, powerful to experts.
GNU General Public License v3.0
5 stars 3 forks source link

No error shown when the classpath of an agent is explicitely given but not used / found #34

Closed andreiolaru-ro closed 2 years ago

andreiolaru-ro commented 2 years ago

Take for instance:

-package test.simplePingPong -loader agent:composite
-agent AgentA classpath:AgentPingPong

The package does not exist, and AgentA is loaded as a shard-less composite agent, although this was not the intention of the programmer.

andreiolaru-ro commented 2 years ago

Solved in 62743352aaafe14cb16654cfcec196d54b2bdd2e.