On Monday, January 07, 2008, Kiril Angov wrote: > I have not used any of the mentioned plugins but what parameters must > be supplied to that task? I know that there are quite some settings > that go into package.xml
Both versions of the plugin take a template package.xml as an option. A sample cvPluginBuilderPlugin command looks like: $ symfony plugin:build --include-tests --no-pear-package / --plugin-version=1.2.3 --plugin-stability=beta / --template=package.xml.tpl sfAwesomePlugin The above builds a package.xml for sfAwesomePlugin. It includes the /test/ directory in the plugin, does not automatically build a pear package, sets the plugin and API version to 1.2.3 and stability to beta, configures the rest off package.xml.tpl. Obviously, the defaults could be changed to whatever is appropriate. Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
