Hi,
I am new to FIPA-OS (and agents in general!).
I have already checked out the mailing list regarding
my problem but couldn't find any relevant reply.
While compiling my agent i get the following error:
found: fipaos.agent.conversation.Conversation
required: fipaos.ont.fipa.ACL
for this line of code:
ACL acl = getNewConversation
(FIPACONSTANTS.FIPA_REQUEST);
I think it has something to do with not being able to
locate fipa.ACL class which is starnge because all of
these are supposed to be bundled in the jar file
under "classes" directory (or are they?)
I run setupFIPAOS.bat before running fipaOS so it will
automatically take care of classpath.
any thoughts/comments are highly appreciated!
Ali Shankaie