On Saturday, September 22, 2001, at 11:33 PM, Geir Magnusson Jr. wrote:
> On 9/22/01 6:21 PM, "robert burrell donkin" <[EMAIL PROTECTED]> wrote:
>
>> i've just upgraded to the current cvs version of velocity
>>
>> i'm now getting a NoSuchMethodError in
>> org.apache.velocity.runtime.log.AvalonLogSystem.init(AvalonLogSystem.java:
>> 154) when i generate using texen now. i'd really like this generation to
>> work with the upcoming release since it's being used to refactor
>> jakarta-ecs.
>>
>> i wondered if anybody has any tips (before i checkout avalon and start
>> looking at how it works or rather why it doesn't)...
>
> We have two texen tests in the testbed, and it works.
>
> What exactly are you doing?
i'm trying to commit a runnable generation system so that other people can
modify the generation scripts.
i'm trying to run with as much standard code as possible rather than using
the custom versions i usually run. everything was cool last time i updated
velocity but i don't do that very often.
> The init() method was added with the change to separate runtime instances.
> ..
hmmm,..
i'll try some clean complies and run those velocity tests on my machine.
(maybe it's caused by some change in texen which breaks the extensions i
use.)
- robert