From: Teemu A. <te...@io...> - 2005-03-24 02:56:03
|
I've got a slight problem with Bricks. I have now successfully ported my stuff on OI2 1.99_06 and everything seems to work ok. I made an installer for debian that grabs available packages from apt and installs the rest from my home-made .deb packages, even OI2 now that it is based on bricks. For my own application I wanted to do a similar thing by creating Bricks. But I keep getting the following: # oi2_manage install_package --package_class=OpenInteract2::Brick::DicoleBase [oi2_manage]: Caught exception during task execution [oi2_manage]: Factory type [] is not defined in [OpenInteract2::Brick::DicoleBase] The generated code of my brick looks identical to other Bricks, just the package name and embedded base64 stuff is different (obviously). I used the same build_bricks script you use to create the stock packages. I thought there is something wrong with my packages, but: oi2_manage install_package --package_file=dicole_base-0.01.zip ...works just fine. Any ideas? - Teemu |