Re: [Pando-devel] Console prototype updates
Status: Alpha
Brought to you by:
camross
|
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 > > |