I did a download and make from cvs yesterday, and followed the
instructions to do a
TurbineConfig tc = new TurbineConfig(".","TR.props");
tc.init();

I would get an exception thrown with the error mentioning getLoggingConfig
line 153

I have found the problem, the TurbineResources.properties file that comes
with Turbine has entries for
services.TurbineLoggingService.*
while the string used by getResources (near line 190) in the call to
TurbineResources.gerResources() is
services.LoggingService

Either the distributed TR.props should be changed or line 190 of
TurbineLoggingService.getResources,
anyway hope this helps
C


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to