I would like to make use of a plugin component from my shell class. I am trying to use:
App::import('Component', 'Myplugin.Mycomponent');
$this->Mycomponent =& new MycomponentComponent();
Unfortunately the above seems to fail.
And I get an error message saying that the Component class could not be found.
Any suggestion how I should tackle this?
Thanks