Attempting to follow the directions in http://blog.stuartherbert.com/php/2011/03/24/setting-up-your-components-package-xml-file/
[exec] config-create: must have 2 parameters, root path and filename to save as
Execution of target "setup-vendor" failed for the following reason: /Users/msm/Dropbox/Documents/Business/MSM Projects/Software/Products/php/MSMProjects/Fuselage/build.xml:197:40: Task exited with code 1
It appears that
is failing because the directory I am running it in has a space in a directory in the path.
I'm unfamiliar with allowable syntax for phing tasks. I imagine if the arguments to pear-config have single quotes around them the command will work, if phing is passing those arguments to the shell. That's probably necessary for all of the commands.
Attempting to follow the directions in http://blog.stuartherbert.com/php/2011/03/24/setting-up-your-components-package-xml-file/
[exec] config-create: must have 2 parameters, root path and filename to save as
Execution of target "setup-vendor" failed for the following reason: /Users/msm/Dropbox/Documents/Business/MSM Projects/Software/Products/php/MSMProjects/Fuselage/build.xml:197:40: Task exited with code 1
It appears that
is failing because the directory I am running it in has a space in a directory in the path.
I'm unfamiliar with allowable syntax for phing tasks. I imagine if the arguments to pear-config have single quotes around them the command will work, if phing is passing those arguments to the shell. That's probably necessary for all of the commands.