Hello Stephane,
We downloaded KillBill 0.12.1 (war) and Stripe plugin 0.2.3 (from maven central).
I'm sure KillBill is running as I can do the following:
- run request command to add account
- run request command to view catalog
- run request command to add default __EXTERNAL_PAYMENT method
- run request command to view invoices (although I get blank data as I don't have invoices added yet)
In regards to Stripe plugin, the folder structure looks like:
/var/tmp/bundles/plugins/ruby/killbill-stripe/killbill-stripe-0.2.3/gems/gems/ ...
I have stripe.yml in 2 locations:
/var/tmp/bundles/plugins/ruby/killbill-stripe/killbill-stripe-0.2.3
/var/tmp/bundles/plugins/ruby/killbill-stripe/killbill-stripe-0.2.3/gems/gems/killbill-stripe-0.2.3
Sitting under /var/tmp/bundles/plugins/ruby/killbill-stripe/killbill-stripe-0.2.3/gems/gems/killbill-stripe-0.2.3, I also executed the commands to build the project i.e.:
rvm use jruby
bundle install
jbundle install
rake killbill:clean
rake build
rake killbill:package
Thanks,
Sameer