Actualy there was another error. In turbine.apache.org/repo was too old for 2.4 version of intake. I checked out fulcrum and recompile it and turbine was compiled, but about 6 testcases was ended with errors (in many cases NPE).
Thomas, as i understand you wrote about this problems. Have you patch which makes me happy :) 2008/1/28, Thomas Vandahl <[EMAIL PROTECTED]>: > Andrey Larionov wrote: > > Just checked out trunk. And there is 9 errors and lot of warnings. > > Most of errors related to ValueParser or ParametersParser? Is trunk > > compilable? Maybe i need another version of fulcrum-parser? Maven > > download dev from ibiblio. Maybe i should download from your private > > repo? > > The trunks state is a bit untidy. The parser problem for example is a > known one. It is based on the fact that the ParameterParser is an Avalon > component but is not initialized as such from the FactoryService. From > my point of view the following solutions are possible (in order of my > preference): > > - Make the ParameterParser a POJO again. The implementation used is > configurable anyway (in the FactoryService). This really would be my > favourite. > - Implement Lifestyles SingleThreaded and Poolable in YAAFI (Hi Siegfried!) > - Use a different Avalon Container (Fortress) > - Remove the getLogger() call that causes the NPE in DefaultParameterParser. > > Opinions? > > Bye, Thomas. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
