Thanks al lot Tim !
This is the portion of my buildout with my product under development
and your instrucctions:
[buildout]
...
develop =
src/getpaid.sermepa
[instance]
eggs =
....
getpaid.sermepa
zcml =
getpaid.sermepa-overrides
And this is the src/getpaid.sermepa/src/getpaid/sermepa/overrides.zcml
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:zcml="http://namespaces.zope.org/zcml">
<include zcml:condition="installed getpaid.sermepa"
package="getpaid.sermepa" />
</configure>
On Nov 25, 12:38 pm, fxmarin <[EMAIL PROTECTED]> wrote:
> I don't understand what to do ...
>
> What I have to put in these files for register a new plugin in
> plugins.zcml ? Do you have any example ?
>
> Thanks.
>
> On Nov 25, 10:52 am, Tim Knapp <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > As per the getpaid.paypal payment processor, I'm assuming you'll need to
> > include the following in your [instance] section(s):
> > zcml = getpaid.tpvvirtual-configure
> > getpaid.tpvvirtual-overrides
>
> > Thanks,
> > Tim
>
> > On Tue, 2008-11-25 at 01:45 -0800, fxmarin wrote:
> > > Hi all!
>
> > > We are using the new getpaid.recipe.release 0.1.1 for a buildout based
> > > installation of getpaid.
>
> > > We are developing a new payement processor for the Spanish community,
> > > it's based on the Paymentech.
>
> > > We don't have the new plugin into the getpaid trunk source repository,
> > > yet.
>
> > > We don't know how to include our development plugin into PloneGetPaid/
> > > plugins.zcml at builout time.
>
> > > Do you now how can we do that ?
>
> > > This is our buildout:
> > > [buildout]
> > > parts =
> > > ....
> > > getpaid
>
> > > develop =
> > > src/getpaid.tpvvirtual
>
> > > versions = versions
>
> > > [versions]
> > > plone.recipe.plone = 3.1.7
> > > getpaid.recipe.release = 0.1.1
>
> > > [instance]
> > > eggs =
> > > ....
> > > getpaid.tpvvirtual
>
> > > [getpaid]
> > > recipe = getpaid.recipe.release
>
> > > addpackages =
> > > getpaid.paymentech
> > > getpaid.discount
> > > getpaid.tpvvirtual
>
> > > Thanks!
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---