[kepler-dev] new project

tkd thinkalldifferently at gmail.com
Thu Apr 23 09:05:32 PDT 2009


Hi,

thanks a lot for your response, Matt. The appendix A contents 
effectively more information as the tutorial on the webpage : 
https://kepler-project.org/developers/teams/build/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse.

But, I'm very surprised that even this documention shows a manual 
process for building the KAR files, excepting the parts concerning the 
manifest & moml files.
Moreover, I noticed that in the gui the right-click and the "export KAR 
files" option generate automatically the actor.xml & manifest.MF files.
Hence a function does exist to do this. Can you tell me which it is please ?


About our project, we are many developpers working on a new extension 
around Kepler for bioinformatics and we need something more flexible in 
integrating new actors and in using new actors for non computer 
scientists users. So, please, suggest me a better way to get kar files 
and introduce them automatically in the gui, without manual intervention 
from the user or the developper.


More generally, I have some comments about the helloworld tutorial:

- ant change-to -Dsuite=daks-base
    this duplicates all the directories with the extension dir_17390 !
    this is not proper, in my point of view
- ant change-to -Dsuite=hello-world
    this launches the hello-world execution with the module daks-base.
    and, in fact, this is not useful : with ptII it is enough and there 
are no error ...
    In fact, I made something more simplier : I just had the name of the 
module hello-world in modules.txt, next : ant eclipse, and it works !


thanks in advance,

tkd


Matt Jones wrote:
> Hi tkd,
>
> If I understand you correctly, you want to make your new actor show up
> in the Library pane so that user's need not use 'Instantiate
> Component' to get it onto the canvas.  This would be a good extension
> of our Hello World tutorial and I will add it to our list of tasks.
> In the interim, the Kepler User Manual has a detailed description of
> the process of creating a KAR file and getting it to show up in the
> library.  See sections 10.3 and 10.4 of the User Manual:
>    https://kepler-project.org/users/documentation
>
> Matt
>
> On Wed, Apr 22, 2009 at 7:58 AM, David Welker <david.v.welker at gmail.com> wrote:
>   
>> tkd,
>>
>> The tutorial is still relevant to you. It demonstrates how to integrate code
>> from a module into your project. If you want to modify the GUI, just put the
>> appropriate code in a module, just as code for the HelloWorld actor is put
>> in a module. You can override certain GUI classes if that is necessary, as
>> it was in the ppod project.
>>
>> David
>>
>>     
>>> Thanks, I already read it, and it doesn't suit me in the context of the
>>> actual project.
>>>
>>> I would like to create a project like SEEK where all the components are
>>> already embedded in the gui, without using instantiate component. How to do
>>> that ?
>>>
>>> Best regards,
>>>
>>> tkd
>>>
>>>
>>>
>>>
>>>
>>> David Welker wrote:
>>>       
>>>> tkd,
>>>>
>>>> Please look at our HelloWorld tutorial, which goes over how to make your
>>>> own actor in your own module. You can put whatever other code (besides
>>>> actors) in such modules as well. The tutorial is available here:
>>>>
>>>>
>>>> https://kepler-project.org/developers/teams/build/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse
>>>>
>>>> David
>>>>         
>>>>> Hi,
>>>>>
>>>>> I would like to create a separate and new project like ppod, seek, sdm
>>>>> for a specific application.
>>>>> Do u have a documentation where is it explained how to do this pl ?
>>>>> Or can u give some tracks pl ?
>>>>>
>>>>> Thanks in advance
>>>>>
>>>>> tkd
>>>>> _______________________________________________
>>>>> Kepler-dev mailing list
>>>>> Kepler-dev at kepler-project.org
>>>>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>>>>>
>>>>>           
>>>>         
>>>       
>> _______________________________________________
>> Kepler-dev mailing list
>> Kepler-dev at kepler-project.org
>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>>
>>     
>
>
>
>   



More information about the Kepler-dev mailing list