On Mon, Nov 07, 2011 at 06:53:32PM -0800, Francois Stephany wrote:
Hi list,
Is there a way to load packages without having to click 'Proceed' when you get warnings ?
I'd like to add CommandShell in a metacello configuration loaded on a headless server...
Is this a warning about the MVC classes? If so, you can load the individual CommandShell packages and leave the MVC package out. In other words, rather than loading CommandShell-dtl.55, you can load CommandShell-Base-dtl.17 plus CommandShell-Commands-dtl.9 and so on, but do not load CommandShell-MVC-dtl.2. I split CommandShell into individual packages for this reason. If you want the whole package, you can still load CommandShell-dtl.55 and ignore the warnings, otherwise you can pick the sub-packages that you want. HTH, Dave