pando-devel Mailing List for An OSGi-Based FIPA Implementation
Status: Alpha
Brought to you by:
camross
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(18) |
Nov
(19) |
Dec
(15) |
| 2008 |
Jan
(24) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Volodymyr B. <vb...@mi...> - 2008-02-05 21:50:56
|
Hi Cameron, I have made some progress with FIPA project. I was able to rep the PowerLoom inside one of the FIPA agents. Also I have implemented small prototypes for the Message Transport Protocol and the Service Directory Services. In addition, I am able to send messages from the console to the agent with a PowerLoom and get the result back. The communication between the agents is happening through the Message Transport Protocol. I have loaded small business knowledge base into the PowerLoom, simply for testing. Cheers Volodymyr Babiy |
|
From: Volodymyr B. <vb...@mi...> - 2008-02-05 21:25:53
|
Hi, Tomorrow at 10:00 am until 11:00 am I will be presenting up to date progress on the FIPA project. The presentation will be in the MIRARCO boardroom. The following components will be covered: -- Console plug-in for the Eclipse 3.x -- Message Transport Service -- Service Directory Service -- FIPA Agent with a PowerLoom knowledge base. The presentation will be thirty to forty minutes following with some examples. The examples will be shown in the developing lab. Everyone is welcome, Thank you for your time, Volodymyr Babiy |
|
From: John B. <Joh...@ka...> - 2008-01-30 13:43:54
|
I have been viewing the Clif.g [1] grammar in AntlrWorks and I am =
puzzled by the errors the interpreter produces when I try to parse some =
clif strings with that GUI when loaded with that grammer. Here is an =
example:
a.. FailedPredicateException(sentence,{synpred41}?)=20
I am also curious about boxes shown in the 'Syntax Diagram' with such =
names as '{synpred41}', '{synpred42}', '{synpred43}', shown when =
looking at the 'sentence' goal. Can someone point me to documentation =
that explains these objects? Or is someone willing to explain them to =
me? Also, do they have any affect on the operation of the parser?=20
I am interested in this now that ISO Common Logic has become an official =
ISO standard [2] for symbolic logic and conceptual graphs. Also, I am =
interested in helping to get the "ISO Common Logic Tools" [3] =
SourceForge project jump started.=20
Cheers,
John Black
www.kashori.com
1. =
http://pando.svn.sourceforge.net/viewvc/pando/code/modules/parsers/src/ne=
t/sf/pando/parsers/clif3/grammar/Clif3.g?view=3Dlog
2. =
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?cs=
number=3D39175
3. http://sourceforge.net/projects/common-logic/ |
|
From: Lorrie F. <lf...@mi...> - 2008-01-24 20:34:58
|
Hi Vlad, As discussed, just finish up what Bryan needs tomorrow morning, and postpon= e making it more thorough for now so you can get back to the thesis-related= tasks. Your non-thesis tasks should, on balance, be limited to one day a = week, so keep track of this time. Thanks! Lorrie >-----Original Message----- >From: pan...@li... [mailto:pando-devel- >bo...@li...] On Behalf Of Volodymyr Babiy >Sent: Thursday, January 24, 2008 2:49 PM >To: pan...@li... >Subject: [Pando-devel] Working on the assignment for the Bryan > >Hi Cameron, > >Currently, I am working on the assignment for the Bryan. >The programming component is almost complete. I think I >should be done some times tomorrow afternoon. I addition I >will need two days to completely test the program. I >should be back on the pando project in the middle of the >next week. > >Cheers >Volodymyr Babiy > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2008. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >pando-devel mailing list >pan...@li... >https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-24 19:49:39
|
Hi Cameron, Currently, I am working on the assignment for the Bryan. The programming component is almost complete. I think I should be done some times tomorrow afternoon. I addition I will need two days to completely test the program. I should be back on the pando project in the middle of the next week. Cheers Volodymyr Babiy |
|
From: Cameron R. <cr...@sy...> - 2008-01-21 19:25:52
|
Hi Vlad, Looks good, but I will really need to try it out to get a feel for it. Please let me know when you've commit the code along with a sufficient readme and I'll take a look. Cheers, Cameron. Volodymyr Babiy wrote: > Hi, > > I would like to clarify how the messages from the console > will be dispatched to the FIPA agents > > Assume we have this situation: > DC : CM > connect net.sf.pando.prototypes.fipa_agent_one > CN : net.sf.pando.prototypes.fipa_agent_one : CM > > > In this situation the connection to the agent is active, > and the connection is in the command mode. The info mode > will display the statistics about the FIPA agent. > > Now the user of the console can type the message command > to display the default message. > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > message > (inform > :sender (agent-identifier :name fipa-console) > :receiver (set (agent-identifier :name > net.sf.pando.prototypes.fipa_agent_one)) > :content “content is empty” > :language Prolog) > > To add the content of the message: > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > content > "weather (today, raining)" > > Displaying the message after the content was added: > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > message > (inform > :sender (agent-identifier :name fipa-console) > :receiver (set (agent-identifier :name > net.sf.pando.prototypes.fipa_agent_one)) > :content > "weather (today, raining)" > :language Prolog) > > Adding an ontology name to the message: > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > > ontology world-politics > > > Displaying the message after ontology name was added > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > message > (inform > :sender (agent-identifier :name fipa-console) > :receiver (set (agent-identifier :name > net.sf.pando.prototypes.fipa_agent_one)) > :content > "weather (today, raining)" > :ontology world-politics > :language Prolog) > > CN : net.sf.pando.prototypes.fipa_agent_one : CM > send > > The message will be verified to make sure all the critical > compotes are specified. If everything is ok, the message > will be send. > > The user can change or add all the other optional > properties of the message by following the approaches > above. In addition, the communicative act can be changed > the same way. For example going from inform act to request > act. > > Cameron please let me know what you think about this > approach of contacting a message. > > Cheers > Volodymyr Babiy > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel > |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-21 18:57:05
|
Hi,
I would like to clarify how the messages from the console
will be dispatched to the FIPA agents
Assume we have this situation:
DC : CM > connect net.sf.pando.prototypes.fipa_agent_one
CN : net.sf.pando.prototypes.fipa_agent_one : CM >
In this situation the connection to the agent is active,
and the connection is in the command mode. The info mode
will display the statistics about the FIPA agent.
Now the user of the console can type the message command
to display the default message.
CN : net.sf.pando.prototypes.fipa_agent_one : CM > message
(inform
:sender (agent-identifier :name fipa-console)
:receiver (set (agent-identifier :name
net.sf.pando.prototypes.fipa_agent_one))
:content “content is empty”
:language Prolog)
To add the content of the message:
CN : net.sf.pando.prototypes.fipa_agent_one : CM > content
"weather (today, raining)"
Displaying the message after the content was added:
CN : net.sf.pando.prototypes.fipa_agent_one : CM > message
(inform
:sender (agent-identifier :name fipa-console)
:receiver (set (agent-identifier :name
net.sf.pando.prototypes.fipa_agent_one))
:content
"weather (today, raining)"
:language Prolog)
Adding an ontology name to the message:
CN : net.sf.pando.prototypes.fipa_agent_one : CM >
ontology world-politics
Displaying the message after ontology name was added
CN : net.sf.pando.prototypes.fipa_agent_one : CM > message
(inform
:sender (agent-identifier :name fipa-console)
:receiver (set (agent-identifier :name
net.sf.pando.prototypes.fipa_agent_one))
:content
"weather (today, raining)"
:ontology world-politics
:language Prolog)
CN : net.sf.pando.prototypes.fipa_agent_one : CM > send
The message will be verified to make sure all the critical
compotes are specified. If everything is ok, the message
will be send.
The user can change or add all the other optional
properties of the message by following the approaches
above. In addition, the communicative act can be changed
the same way. For example going from inform act to request
act.
Cameron please let me know what you think about this
approach of contacting a message.
Cheers
Volodymyr Babiy
|
|
From: Volodymyr B. <vb...@mi...> - 2008-01-17 03:21:47
|
Hi, Thank you, This library looks promising. I am going to see how I can utilize it. Vlad On Thu, 10 Jan 2008 10:42:56 -0500 Cameron Ross <cr...@sy...> wrote: > Vald, > > I came across this utility and thought it may be useful >for the Pando > ConsoleAgent: http://commons.apache.org/cli. > > Cheers, > Cameron. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-15 19:54:10
|
Hello everyone, An incremental release of the Pando modules can now be obtained from the project website (see: http://sourceforge.net/project/showfiles.php?group_id=179057). This new release reflects a major cleaning of the production codebase and many significant improvements to the automated build process. You may consider this release to reflect the new configuration for implementing Pando modules, but no promises ;-). Cheers, Cameron. |
|
From: Cameron R. <cr...@sy...> - 2008-01-10 15:45:19
|
Vald, I came across this utility and thought it may be useful for the Pando ConsoleAgent: http://commons.apache.org/cli. Cheers, Cameron. |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-09 22:33:19
|
Hi, Requests 1, 2 and 3 are completed. The code is committed. Also I have added one more instruction to the README file. I think it will solve a problem that you are having. The task is called: Adding required plug-ins under Target Platform In addition, I would like to establish some kind of deliverable for the FIPA Console. Cheers Volodymyr Babiy On Tue, 08 Jan 2008 12:50:50 -0500 Cameron Ross <cr...@sy...> wrote: > Great! Good luck with your thesis presentation. > > Cameron. > > Volodymyr Babiy wrote: >> Hi, >> >> Sorry for not replying to your email sooner, I just came >> back from my classes. Also, the instructions you have >> provided, will help me to work with pando project. I >>will >> make sure, from now on, to follow pando developing >> principals and practices. Also, currently I am >>preparing >> the presentation for tomorrow. So, I think I should have >> some time tonight to look at the README file and make >>sure >> I did not miss any steps. Tomorrow, I will resume the >>work >> on the FIPA Console prototype. If I would not be able to >> solve the issue tonight, it will be decently solved >> tomorrow. >> >> Cheers >> Volodymyr Babiy >> >> >> On Tue, 08 Jan 2008 10:56:10 -0500 >> Cameron Ross <cr...@sy...> wrote: >> >>> Hi Vlad, >>> >>> I'm just going through the fipa console plug-in and I'm >>> having some >>> problems getting it to run (I've followed the README). >>> Specifically, I >>> get a null pointer exception when I type in "agents" at >>> the console >>> command line. Note that I do not get the message >>> "Activated FIPA >>> Console" when I run the launcher and that the >>> ConsolePms.activate() is >>> never entered when I run it in the debugger. >>> >>> Some other generral comments: >>> 1) The "Pms" suffix doesn't have meaning within the >>> Pando project. >>> Please rename ConsolePms to ConsoleActivator. >>> 2) The fipa agent plug-ins 1 and 2 use the @dot >>> convention for binary >>> outputs whereas the console plug-in uses bin. I don't >>> see why these >>> aren't consistent. >>> 3) The pando_core.jar file has been copied into each of >>> the prototype's >>> lib folders. Please remove pando_core.jar from the >>> agent plug-ins and >>> have the console plugin export the jar. The agent >>> plugins can then >>> import the jar using the "Import-Package:" directive >>> within their >>> respective manifests. >>> >>> Finally, I've made a few changes to the pando codebase >>> that you'll need >>> to retrieve. Here is a general process to follow with >>> regard to >>> checking code into the Pando repository. Please follow >>> this each and >>> every time you do a checkin. >>> 1) Run ant -f module_build.xml all and ant -f >>> module_build.xml test from >>> the PANDO_DEV_HOME/code/modules directory. If errors or >>> warnings result >>> then clean them. >>> 2) Run ant -f module_build.xml clean from the >>> PANDO_DEV_HOME/code/modules directory. >>> 3) Update the Pando SVN repository from the root >>> directory (i.e. >>> PANDO_DEV_HOME). >>> 4) Run ant -f module_build.xml all and ant -f >>> module_build.xml test from >>> the PANDO_DEV_HOME/code/modules directory. If errors or >>> warnings result >>> then clean them. >>> 5) Run ant -f module_build.xml clean from the >>> PANDO_DEV_HOME/code/modules directory. >>> 6) Commit the Pando SVN repository from the root >>> directory (i.e. >>> PANDO_DEV_HOME). >>> 7) Send an email to the pando-devel list announcing that >>> you've modified >>> the repository. >>> >>> Cheers, >>> Cameron. >>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>> _______________________________________________ >>> pando-devel mailing list >>> pan...@li... >>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-08 17:52:56
|
Great! Good luck with your thesis presentation. Cameron. Volodymyr Babiy wrote: > Hi, > > Sorry for not replying to your email sooner, I just came > back from my classes. Also, the instructions you have > provided, will help me to work with pando project. I will > make sure, from now on, to follow pando developing > principals and practices. Also, currently I am preparing > the presentation for tomorrow. So, I think I should have > some time tonight to look at the README file and make sure > I did not miss any steps. Tomorrow, I will resume the work > on the FIPA Console prototype. If I would not be able to > solve the issue tonight, it will be decently solved > tomorrow. > > Cheers > Volodymyr Babiy > > > On Tue, 08 Jan 2008 10:56:10 -0500 > Cameron Ross <cr...@sy...> wrote: > >> Hi Vlad, >> >> I'm just going through the fipa console plug-in and I'm >> having some >> problems getting it to run (I've followed the README). >> Specifically, I >> get a null pointer exception when I type in "agents" at >> the console >> command line. Note that I do not get the message >> "Activated FIPA >> Console" when I run the launcher and that the >> ConsolePms.activate() is >> never entered when I run it in the debugger. >> >> Some other generral comments: >> 1) The "Pms" suffix doesn't have meaning within the >> Pando project. >> Please rename ConsolePms to ConsoleActivator. >> 2) The fipa agent plug-ins 1 and 2 use the @dot >> convention for binary >> outputs whereas the console plug-in uses bin. I don't >> see why these >> aren't consistent. >> 3) The pando_core.jar file has been copied into each of >> the prototype's >> lib folders. Please remove pando_core.jar from the >> agent plug-ins and >> have the console plugin export the jar. The agent >> plugins can then >> import the jar using the "Import-Package:" directive >> within their >> respective manifests. >> >> Finally, I've made a few changes to the pando codebase >> that you'll need >> to retrieve. Here is a general process to follow with >> regard to >> checking code into the Pando repository. Please follow >> this each and >> every time you do a checkin. >> 1) Run ant -f module_build.xml all and ant -f >> module_build.xml test from >> the PANDO_DEV_HOME/code/modules directory. If errors or >> warnings result >> then clean them. >> 2) Run ant -f module_build.xml clean from the >> PANDO_DEV_HOME/code/modules directory. >> 3) Update the Pando SVN repository from the root >> directory (i.e. >> PANDO_DEV_HOME). >> 4) Run ant -f module_build.xml all and ant -f >> module_build.xml test from >> the PANDO_DEV_HOME/code/modules directory. If errors or >> warnings result >> then clean them. >> 5) Run ant -f module_build.xml clean from the >> PANDO_DEV_HOME/code/modules directory. >> 6) Commit the Pando SVN repository from the root >> directory (i.e. >> PANDO_DEV_HOME). >> 7) Send an email to the pando-devel list announcing that >> you've modified >> the repository. >> >> Cheers, >> Cameron. >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel > > |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-08 17:49:26
|
Hi, Sorry for not replying to your email sooner, I just came back from my classes. Also, the instructions you have provided, will help me to work with pando project. I will make sure, from now on, to follow pando developing principals and practices. Also, currently I am preparing the presentation for tomorrow. So, I think I should have some time tonight to look at the README file and make sure I did not miss any steps. Tomorrow, I will resume the work on the FIPA Console prototype. If I would not be able to solve the issue tonight, it will be decently solved tomorrow. Cheers Volodymyr Babiy On Tue, 08 Jan 2008 10:56:10 -0500 Cameron Ross <cr...@sy...> wrote: > Hi Vlad, > > I'm just going through the fipa console plug-in and I'm >having some > problems getting it to run (I've followed the README). > Specifically, I > get a null pointer exception when I type in "agents" at >the console > command line. Note that I do not get the message >"Activated FIPA > Console" when I run the launcher and that the >ConsolePms.activate() is > never entered when I run it in the debugger. > > Some other generral comments: > 1) The "Pms" suffix doesn't have meaning within the >Pando project. > Please rename ConsolePms to ConsoleActivator. > 2) The fipa agent plug-ins 1 and 2 use the @dot >convention for binary > outputs whereas the console plug-in uses bin. I don't >see why these > aren't consistent. > 3) The pando_core.jar file has been copied into each of >the prototype's > lib folders. Please remove pando_core.jar from the >agent plug-ins and > have the console plugin export the jar. The agent >plugins can then > import the jar using the "Import-Package:" directive >within their > respective manifests. > >Finally, I've made a few changes to the pando codebase >that you'll need > to retrieve. Here is a general process to follow with >regard to > checking code into the Pando repository. Please follow >this each and > every time you do a checkin. > 1) Run ant -f module_build.xml all and ant -f >module_build.xml test from > the PANDO_DEV_HOME/code/modules directory. If errors or >warnings result > then clean them. > 2) Run ant -f module_build.xml clean from the > PANDO_DEV_HOME/code/modules directory. > 3) Update the Pando SVN repository from the root >directory (i.e. > PANDO_DEV_HOME). > 4) Run ant -f module_build.xml all and ant -f >module_build.xml test from > the PANDO_DEV_HOME/code/modules directory. If errors or >warnings result > then clean them. > 5) Run ant -f module_build.xml clean from the > PANDO_DEV_HOME/code/modules directory. > 6) Commit the Pando SVN repository from the root >directory (i.e. > PANDO_DEV_HOME). > 7) Send an email to the pando-devel list announcing that >you've modified > the repository. > > Cheers, > Cameron. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-08 15:58:15
|
Hi Vlad, I'm just going through the fipa console plug-in and I'm having some problems getting it to run (I've followed the README). Specifically, I get a null pointer exception when I type in "agents" at the console command line. Note that I do not get the message "Activated FIPA Console" when I run the launcher and that the ConsolePms.activate() is never entered when I run it in the debugger. Some other generral comments: 1) The "Pms" suffix doesn't have meaning within the Pando project. Please rename ConsolePms to ConsoleActivator. 2) The fipa agent plug-ins 1 and 2 use the @dot convention for binary outputs whereas the console plug-in uses bin. I don't see why these aren't consistent. 3) The pando_core.jar file has been copied into each of the prototype's lib folders. Please remove pando_core.jar from the agent plug-ins and have the console plugin export the jar. The agent plugins can then import the jar using the "Import-Package:" directive within their respective manifests. Finally, I've made a few changes to the pando codebase that you'll need to retrieve. Here is a general process to follow with regard to checking code into the Pando repository. Please follow this each and every time you do a checkin. 1) Run ant -f module_build.xml all and ant -f module_build.xml test from the PANDO_DEV_HOME/code/modules directory. If errors or warnings result then clean them. 2) Run ant -f module_build.xml clean from the PANDO_DEV_HOME/code/modules directory. 3) Update the Pando SVN repository from the root directory (i.e. PANDO_DEV_HOME). 4) Run ant -f module_build.xml all and ant -f module_build.xml test from the PANDO_DEV_HOME/code/modules directory. If errors or warnings result then clean them. 5) Run ant -f module_build.xml clean from the PANDO_DEV_HOME/code/modules directory. 6) Commit the Pando SVN repository from the root directory (i.e. PANDO_DEV_HOME). 7) Send an email to the pando-devel list announcing that you've modified the repository. Cheers, Cameron. |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 22:42:58
|
Hi, I am almost done implementing your request. I still have some modifications to make. The first stage of the README file is committed. The file is located in this directory \pando\code\prototypes\fipa_console. The plug-in features are removed from the core module. Also, it is possible to run the FIPA prototype. Cheers, Volodymyr Babiy On Mon, 07 Jan 2008 16:35:27 -0500 Cameron Ross <cr...@sy...> wrote: > Yes, this is a problem. Let me clarify: > > 1) remove MANIFEST.MF and build.properties from the core >module > 2) create a jar file named pando_core.jar containing all >of the core > class files and properties files (exclude *Test.class >files) (this is > the way it used to be) > 3) create a prototype OSGi plugin for your fipa agent >(try creating one > OSGi plugin and instantiating it twice to give you 2 >identical agents) > 4) import pando_core.jar into your prototype plugin > > Cameron. > > Volodymyr Babiy wrote: >> Hi, >> >> The core module does not know anything about the osgi, >>but >> it does have the plug-in capabilities. Please let me >>know >> if this is a problem. >> >> Cheers >> Volodymyr Babiy >> >> >> On Mon, 07 Jan 2008 16:09:32 -0500 >> Cameron Ross <cr...@sy...> wrote: >> >>> Hi Vlad, >>> >>> pando core is a module and, therefore, must not know >>> anything about >>> osgi. You'll have to figure a way to remove these >>> dependencies from the >>> core module. >>> >>> Thanks, >>> Cameron. >>> >>> Volodymyr Babiy wrote: >>> >>>> Task progress >>>> >>>> 1. completed >>>> 2. in progress >>>> 3. completed >>>> 4. I had to modify core project to have plug-in >>>> capabilities, because there is some fipa code that will >>>> be >>>> used by fipa agents. I had to do this allowing the core >>>> project to function as a bundle in the OSGi. Therefore, >>>> enabling the fipa agents to import required packages. >>>> Please let me know if you have a different structure in >>>> mind. >>>> >>>> Cheers, >>>> Volodymyr Babiy >>>> >>>> >>>> On Mon, 07 Jan 2008 15:00:22 -0500 >>>> Cameron Ross <cr...@sy...> wrote: >>>> >>>> >>>>> Hi Vlad, >>>>> >>>>> Just took a quick look at your recent updates and I have >>>>> the following >>>>> comments: >>>>> >>>>> 1) Please move all of the console prototype projects to >>>>> a single >>>>> directory called pando/code/prototypes/fipa_console >>>>> *[outstanding >>>>> request]*. >>>>> 2) Please create a text file named >>>>> pando/code/prototypes/fipa_console/README that describes >>>>> how to run the >>>>> prototype *[outstanding request]*. >>>>> 3) The file pando/code/osgi/config/FipaConfig.ini >>>>> contains prototype >>>>> specific content and belongs somewhere under the >>>>> prototypes/fipa_console >>>>> directory. >>>>> 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >>>>> and containing >>>>> directory contains prototype specific content and >>>>> belongs somewhere >>>>> under the prototypes/fipa_console directory. >>>>> >>>>> I really want to start this codebase off on the right >>>>> foot with respect >>>>> to configuration management, so please make the >>>>> modifications asap. >>>>> >>>>> Thanks, >>>>> Cameron. >>>>> >>>>> ------------------------------------------------------------------------- >>>>> Check out the new SourceForge.net Marketplace. >>>>> It's the best place to buy or sell services for >>>>> just about anything Open Source. >>>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>>>> _______________________________________________ >>>>> pando-devel mailing list >>>>> pan...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>>>> >>>>> >>>> ------------------------------------------------------------------------- >>>> Check out the new SourceForge.net Marketplace. >>>> It's the best place to buy or sell services for >>>> just about anything Open Source. >>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>>> _______________________________________________ >>>> pando-devel mailing list >>>> pan...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>>> >>>> >>>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>> _______________________________________________ >>> pando-devel mailing list >>> pan...@li... >>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 21:44:31
|
Ok, It sounds nice and easy. Thank you for your help. Cheers Volodymyr Babiy On Mon, 07 Jan 2008 16:35:27 -0500 Cameron Ross <cr...@sy...> wrote: > Yes, this is a problem. Let me clarify: > > 1) remove MANIFEST.MF and build.properties from the core >module > 2) create a jar file named pando_core.jar containing all >of the core > class files and properties files (exclude *Test.class >files) (this is > the way it used to be) > 3) create a prototype OSGi plugin for your fipa agent >(try creating one > OSGi plugin and instantiating it twice to give you 2 >identical agents) > 4) import pando_core.jar into your prototype plugin > > Cameron. > > Volodymyr Babiy wrote: >> Hi, >> >> The core module does not know anything about the osgi, >>but >> it does have the plug-in capabilities. Please let me >>know >> if this is a problem. >> >> Cheers >> Volodymyr Babiy >> >> >> On Mon, 07 Jan 2008 16:09:32 -0500 >> Cameron Ross <cr...@sy...> wrote: >> >>> Hi Vlad, >>> >>> pando core is a module and, therefore, must not know >>> anything about >>> osgi. You'll have to figure a way to remove these >>> dependencies from the >>> core module. >>> >>> Thanks, >>> Cameron. >>> >>> Volodymyr Babiy wrote: >>> >>>> Task progress >>>> >>>> 1. completed >>>> 2. in progress >>>> 3. completed >>>> 4. I had to modify core project to have plug-in >>>> capabilities, because there is some fipa code that will >>>> be >>>> used by fipa agents. I had to do this allowing the core >>>> project to function as a bundle in the OSGi. Therefore, >>>> enabling the fipa agents to import required packages. >>>> Please let me know if you have a different structure in >>>> mind. >>>> >>>> Cheers, >>>> Volodymyr Babiy >>>> >>>> >>>> On Mon, 07 Jan 2008 15:00:22 -0500 >>>> Cameron Ross <cr...@sy...> wrote: >>>> >>>> >>>>> Hi Vlad, >>>>> >>>>> Just took a quick look at your recent updates and I have >>>>> the following >>>>> comments: >>>>> >>>>> 1) Please move all of the console prototype projects to >>>>> a single >>>>> directory called pando/code/prototypes/fipa_console >>>>> *[outstanding >>>>> request]*. >>>>> 2) Please create a text file named >>>>> pando/code/prototypes/fipa_console/README that describes >>>>> how to run the >>>>> prototype *[outstanding request]*. >>>>> 3) The file pando/code/osgi/config/FipaConfig.ini >>>>> contains prototype >>>>> specific content and belongs somewhere under the >>>>> prototypes/fipa_console >>>>> directory. >>>>> 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >>>>> and containing >>>>> directory contains prototype specific content and >>>>> belongs somewhere >>>>> under the prototypes/fipa_console directory. >>>>> >>>>> I really want to start this codebase off on the right >>>>> foot with respect >>>>> to configuration management, so please make the >>>>> modifications asap. >>>>> >>>>> Thanks, >>>>> Cameron. >>>>> >>>>> ------------------------------------------------------------------------- >>>>> Check out the new SourceForge.net Marketplace. >>>>> It's the best place to buy or sell services for >>>>> just about anything Open Source. >>>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>>>> _______________________________________________ >>>>> pando-devel mailing list >>>>> pan...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>>>> >>>>> >>>> ------------------------------------------------------------------------- >>>> Check out the new SourceForge.net Marketplace. >>>> It's the best place to buy or sell services for >>>> just about anything Open Source. >>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>>> _______________________________________________ >>>> pando-devel mailing list >>>> pan...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>>> >>>> >>>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>> _______________________________________________ >>> pando-devel mailing list >>> pan...@li... >>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-07 21:37:28
|
Yes, this is a problem. Let me clarify: 1) remove MANIFEST.MF and build.properties from the core module 2) create a jar file named pando_core.jar containing all of the core class files and properties files (exclude *Test.class files) (this is the way it used to be) 3) create a prototype OSGi plugin for your fipa agent (try creating one OSGi plugin and instantiating it twice to give you 2 identical agents) 4) import pando_core.jar into your prototype plugin Cameron. Volodymyr Babiy wrote: > Hi, > > The core module does not know anything about the osgi, but > it does have the plug-in capabilities. Please let me know > if this is a problem. > > Cheers > Volodymyr Babiy > > > On Mon, 07 Jan 2008 16:09:32 -0500 > Cameron Ross <cr...@sy...> wrote: > >> Hi Vlad, >> >> pando core is a module and, therefore, must not know >> anything about >> osgi. You'll have to figure a way to remove these >> dependencies from the >> core module. >> >> Thanks, >> Cameron. >> >> Volodymyr Babiy wrote: >> >>> Task progress >>> >>> 1. completed >>> 2. in progress >>> 3. completed >>> 4. I had to modify core project to have plug-in >>> capabilities, because there is some fipa code that will >>> be >>> used by fipa agents. I had to do this allowing the core >>> project to function as a bundle in the OSGi. Therefore, >>> enabling the fipa agents to import required packages. >>> Please let me know if you have a different structure in >>> mind. >>> >>> Cheers, >>> Volodymyr Babiy >>> >>> >>> On Mon, 07 Jan 2008 15:00:22 -0500 >>> Cameron Ross <cr...@sy...> wrote: >>> >>> >>>> Hi Vlad, >>>> >>>> Just took a quick look at your recent updates and I have >>>> the following >>>> comments: >>>> >>>> 1) Please move all of the console prototype projects to >>>> a single >>>> directory called pando/code/prototypes/fipa_console >>>> *[outstanding >>>> request]*. >>>> 2) Please create a text file named >>>> pando/code/prototypes/fipa_console/README that describes >>>> how to run the >>>> prototype *[outstanding request]*. >>>> 3) The file pando/code/osgi/config/FipaConfig.ini >>>> contains prototype >>>> specific content and belongs somewhere under the >>>> prototypes/fipa_console >>>> directory. >>>> 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >>>> and containing >>>> directory contains prototype specific content and >>>> belongs somewhere >>>> under the prototypes/fipa_console directory. >>>> >>>> I really want to start this codebase off on the right >>>> foot with respect >>>> to configuration management, so please make the >>>> modifications asap. >>>> >>>> Thanks, >>>> Cameron. >>>> >>>> ------------------------------------------------------------------------- >>>> Check out the new SourceForge.net Marketplace. >>>> It's the best place to buy or sell services for >>>> just about anything Open Source. >>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>>> _______________________________________________ >>>> pando-devel mailing list >>>> pan...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>>> >>>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>> _______________________________________________ >>> pando-devel mailing list >>> pan...@li... >>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>> >>> >>> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel > > |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 21:20:36
|
Hi, The core module does not know anything about the osgi, but it does have the plug-in capabilities. Please let me know if this is a problem. Cheers Volodymyr Babiy On Mon, 07 Jan 2008 16:09:32 -0500 Cameron Ross <cr...@sy...> wrote: > Hi Vlad, > > pando core is a module and, therefore, must not know >anything about > osgi. You'll have to figure a way to remove these >dependencies from the > core module. > > Thanks, > Cameron. > > Volodymyr Babiy wrote: >> Task progress >> >> 1. completed >> 2. in progress >> 3. completed >> 4. I had to modify core project to have plug-in >> capabilities, because there is some fipa code that will >>be >> used by fipa agents. I had to do this allowing the core >> project to function as a bundle in the OSGi. Therefore, >> enabling the fipa agents to import required packages. >> Please let me know if you have a different structure in >> mind. >> >> Cheers, >> Volodymyr Babiy >> >> >> On Mon, 07 Jan 2008 15:00:22 -0500 >> Cameron Ross <cr...@sy...> wrote: >> >>> Hi Vlad, >>> >>> Just took a quick look at your recent updates and I have >>> the following >>> comments: >>> >>> 1) Please move all of the console prototype projects to >>> a single >>> directory called pando/code/prototypes/fipa_console >>> *[outstanding >>> request]*. >>> 2) Please create a text file named >>> pando/code/prototypes/fipa_console/README that describes >>> how to run the >>> prototype *[outstanding request]*. >>> 3) The file pando/code/osgi/config/FipaConfig.ini >>> contains prototype >>> specific content and belongs somewhere under the >>> prototypes/fipa_console >>> directory. >>> 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >>> and containing >>> directory contains prototype specific content and >>> belongs somewhere >>> under the prototypes/fipa_console directory. >>> >>> I really want to start this codebase off on the right >>> foot with respect >>> to configuration management, so please make the >>> modifications asap. >>> >>> Thanks, >>> Cameron. >>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >>> _______________________________________________ >>> pando-devel mailing list >>> pan...@li... >>> https://lists.sourceforge.net/lists/listinfo/pando-devel >>> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-07 21:11:35
|
Hi Vlad, pando core is a module and, therefore, must not know anything about osgi. You'll have to figure a way to remove these dependencies from the core module. Thanks, Cameron. Volodymyr Babiy wrote: > Task progress > > 1. completed > 2. in progress > 3. completed > 4. I had to modify core project to have plug-in > capabilities, because there is some fipa code that will be > used by fipa agents. I had to do this allowing the core > project to function as a bundle in the OSGi. Therefore, > enabling the fipa agents to import required packages. > Please let me know if you have a different structure in > mind. > > Cheers, > Volodymyr Babiy > > > On Mon, 07 Jan 2008 15:00:22 -0500 > Cameron Ross <cr...@sy...> wrote: > >> Hi Vlad, >> >> Just took a quick look at your recent updates and I have >> the following >> comments: >> >> 1) Please move all of the console prototype projects to >> a single >> directory called pando/code/prototypes/fipa_console >> *[outstanding >> request]*. >> 2) Please create a text file named >> pando/code/prototypes/fipa_console/README that describes >> how to run the >> prototype *[outstanding request]*. >> 3) The file pando/code/osgi/config/FipaConfig.ini >> contains prototype >> specific content and belongs somewhere under the >> prototypes/fipa_console >> directory. >> 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >> and containing >> directory contains prototype specific content and >> belongs somewhere >> under the prototypes/fipa_console directory. >> >> I really want to start this codebase off on the right >> foot with respect >> to configuration management, so please make the >> modifications asap. >> >> Thanks, >> Cameron. >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> pando-devel mailing list >> pan...@li... >> https://lists.sourceforge.net/lists/listinfo/pando-devel >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel > > |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 21:07:16
|
Task progress 1. completed 2. in progress 3. completed 4. I had to modify core project to have plug-in capabilities, because there is some fipa code that will be used by fipa agents. I had to do this allowing the core project to function as a bundle in the OSGi. Therefore, enabling the fipa agents to import required packages. Please let me know if you have a different structure in mind. Cheers, Volodymyr Babiy On Mon, 07 Jan 2008 15:00:22 -0500 Cameron Ross <cr...@sy...> wrote: > Hi Vlad, > > Just took a quick look at your recent updates and I have >the following > comments: > > 1) Please move all of the console prototype projects to >a single > directory called pando/code/prototypes/fipa_console > *[outstanding > request]*. > 2) Please create a text file named > pando/code/prototypes/fipa_console/README that describes >how to run the > prototype *[outstanding request]*. > 3) The file pando/code/osgi/config/FipaConfig.ini >contains prototype > specific content and belongs somewhere under the >prototypes/fipa_console > directory. > 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >and containing > directory contains prototype specific content and >belongs somewhere > under the prototypes/fipa_console directory. > > I really want to start this codebase off on the right >foot with respect > to configuration management, so please make the >modifications asap. > > Thanks, > Cameron. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 20:46:16
|
Ok, I will start working on your requests. Thank you for your time, Volodymyr Babiy On Mon, 07 Jan 2008 15:00:22 -0500 Cameron Ross <cr...@sy...> wrote: > Hi Vlad, > > Just took a quick look at your recent updates and I have >the following > comments: > > 1) Please move all of the console prototype projects to >a single > directory called pando/code/prototypes/fipa_console > *[outstanding > request]*. > 2) Please create a text file named > pando/code/prototypes/fipa_console/README that describes >how to run the > prototype *[outstanding request]*. > 3) The file pando/code/osgi/config/FipaConfig.ini >contains prototype > specific content and belongs somewhere under the >prototypes/fipa_console > directory. > 4) The file pando/code/modules/core/META-INF/MANIFEST.MF >and containing > directory contains prototype specific content and >belongs somewhere > under the prototypes/fipa_console directory. > > I really want to start this codebase off on the right >foot with respect > to configuration management, so please make the >modifications asap. > > Thanks, > Cameron. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel |
|
From: Cameron R. <cr...@sy...> - 2008-01-07 20:02:21
|
Hi Vlad, Just took a quick look at your recent updates and I have the following comments: 1) Please move all of the console prototype projects to a single directory called pando/code/prototypes/fipa_console *[outstanding request]*. 2) Please create a text file named pando/code/prototypes/fipa_console/README that describes how to run the prototype *[outstanding request]*. 3) The file pando/code/osgi/config/FipaConfig.ini contains prototype specific content and belongs somewhere under the prototypes/fipa_console directory. 4) The file pando/code/modules/core/META-INF/MANIFEST.MF and containing directory contains prototype specific content and belongs somewhere under the prototypes/fipa_console directory. I really want to start this codebase off on the right foot with respect to configuration management, so please make the modifications asap. Thanks, Cameron. |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-07 19:04:36
|
Hi,
In the next few days I will write the interactions on how
to run the plug-in.
Currently, I am still working on the plug-in development.
DISCONNECTED : COMMAND > agents
net.sf.pando.prototypes.fipa_agent_one
net.sf.pando.prototypes.fipa_agent_two
DISCONNECTED : COMMAND > connect
DISCONNECTED : COMMAND > connect is not a valid entry.
Type help for more info
DISCONNECTED : COMMAND > connect
net.sf.pando.prototypes.fipa_agent_one
CONNECTED net.sf.pando.prototypes.fipa_agent_one : COMMAND
> service
CONNECTED : COMMAND > service is not a valid entry. Type
help for more info
CONNECTED net.sf.pando.prototypes.fipa_agent_one : COMMAND
> services
{net.sf.pando.prototypes.fipa_agent_one.IFipaAgentOnePms}={component.name=net.sf.pando.prototypes.fipa_agent_one.FipaAgentOnePms,
component.id=2, service.id=42}
CONNECTED net.sf.pando.prototypes.fipa_agent_one : COMMAND
> query
Will return a message, currently the service is being
called
CONNECTED net.sf.pando.prototypes.fipa_agent_one : COMMAND
> disconnect
DISCONNECTED : COMMAND > connect
net.sf.pando.prototypes.fipa_agent_two
CONNECTED net.sf.pando.prototypes.fipa_agent_two : COMMAND
> services
{net.sf.pando.prototypes.fipa_agent_two.IFipaAgentTwoPms}={component.name=net.sf.pando.prototypes.fipa_agent_two.FipaAgentTwoPms,
component.id=3, service.id=43}
CONNECTED net.sf.pando.prototypes.fipa_agent_two : COMMAND
> query
Will return a message, currently the service is being
called
CONNECTED net.sf.pando.prototypes.fipa_agent_two : COMMAND
> info mode
CONNECTED net.sf.pando.prototypes.fipa_agent_two : INFO >
command mode
CONNECTED net.sf.pando.prototypes.fipa_agent_two : COMMAND
> disconnect
DISCONNECTED : COMMAND > agents
net.sf.pando.prototypes.fipa_agent_one
net.sf.pando.prototypes.fipa_agent_two
DISCONNECTED : COMMAND > help
connect agent_name
agents -- the list active FIPA agents
disconnect
info mode
command mode
help
services -- will display services of the agent
DISCONNECTED : COMMAND >
Cheers
Volodymyr Babiy
|
|
From: Cameron R. <cr...@sy...> - 2008-01-04 17:24:29
|
Hi Vlad, I'm just going through your prototype code now and have a few comments: 1) Please configure the formatting profile for Pando code. Just follow the "Configure Eclipse Formatting Preferences" indicated here: http://pando.wiki.sourceforge.net/PandoToolConfiguration. Note that you must log into your sourceforge account to access this site. 2) Please move all of the console prototype projects to a single directory called pando/code/prototypes/fipa_console 3) Please create a text file named pando/code/prototypes/fipa_console/README that describes how to run the prototype. Let me know when these changes are committed and I'll take another look. Cheers, Cameron. Volodymyr Babiy wrote: > Hi, > > Small prototype of the FIPA console is committed. Today > and for the rest of this week, I will be working on this > prototype. Some working example of this prototype is shown > below. > > DISCONNECTED : COMMAND > help > connect > disconnect > info mode > command mode > help > DISCONNECTED : COMMAND > connect > CONNECTED : COMMAND > diconnect > CONNECTED : COMMAND > diconnect is not a valid entry > CONNECTED : COMMAND > disconnect > DISCONNECTED : COMMAND > info mode > DISCONNECTED : INFO > command mode > DISCONNECTED : COMMAND > exit > > NOTE: This is not an RCP application, it is a Eclipse > plug-in > Any feedback would be greatly appreciated. > Thank you for your time, > Volodymyr Babiy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > pando-devel mailing list > pan...@li... > https://lists.sourceforge.net/lists/listinfo/pando-devel > > |
|
From: Volodymyr B. <vb...@mi...> - 2008-01-03 17:48:44
|
Hi, I have added FIPA test agents. These agents will be used for testing FIPA Console. Cheers Volodymyr Babiy |