>
>
> > Where I can find the standard procedure to create my plugin? Or, should I
> > create these directory structure manually?
> >
>
> I'm afraid it is a bit of a manual process.. I tend to just create
> everything required then svn add everything later but if the directories
> don't already exist you can also do something like
>
>     svn mkdir bloodhound_time_series_reports/bhtsreports --parents
>     svn commit bloodhound_time_series_reports -m "adding basic directory
>     structure for bep-0008 plugin"
>
> to get the bare minimum directories into your branch - you are free to
> change either of the "bloodhound_time_series_reports" and "bhtsreports"
> directory names but I will keep referring to the directories with that
> name in this email.



Anyway, you will be putting a setup.py file in
> /home/xiang/bep_0008_time_series_reports/bloodhound_time_series_reports
> so that it will be possible to install the plugin but real code for your
> project should go in
>
> /home/xiang/bep_0008_time_series_reports/bloodhound_time_series_reports/bhtsreports.
>
The directories and the updated setup.py file have been committed.


> You can use
> /home/xiang/bep_0008_time_series_reports/bloodhound_relations or any of
> the other bloodhound plugins to give example setup.py files but let us
> know if you have any more problems.
>
I have checked the files in bloodhound_relations directory. I would move
out the changes I committed to the trunk. Just want to know how can I bulid
my plugin and check the display in browser?

Cheers!

>

Cheers,
> Gary
>

Reply via email to