Item981: pseudo-install.pl cannot install a group of modules and some additionnal module(s)
Priority: Normal
Current State: Closed
Released In:
Target Release: patch
Applies To: Engine
Component:
Branches:
If you want to try out an extension, or run the unit tests for a given one, you usually have to issue 2 commands:
perl pseudo-install.pl developer
perl pseudo-install.pl SearchEngineKinoSearchAddOn SearchEnginePluceneAddOn
then, for un-installing them, you will have to issue the same 2 commands, in reverse order.
Idea here is to patch the pseudo-install.pl script so that it resolves the developer or all or default special name into what it's supposed to be, then considering the other arguments as normal module names, thus the above could be written:
perl pseudo-install.pl developer SearchEngineKinoSearchAddOn SearchEnginePluceneAddOn
or even:
perl pseudo-install.pl SearchEngineKinoSearchAddOn developer SearchEnginePluceneAddOn
--
OlivierRaginel - 04 Feb 2009