But if the source was already patched and I executed 'ant runtime' after deleting the two jars by myself what caused it to bring version 0.9.5 into the plugin directory?
On Wed, Jan 22, 2014 at 6:05 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi d_k, > > On Wed, Jan 22, 2014 at 2:18 PM, <[email protected]> > wrote: > > > > > nekohtml-0.9.5.jar and nekohtml-1.9.17.jar and I suspect that the file > > that's actually loaded is 0.9.5. > > > > So do I > > > > > > If I execute 'ant clean' followed by 'ant runtime' (the patch was already > > applied) the only file that's present is nekohtml-1.9.17.jar and i'm not > > experiencing the error. > > > > Great. I think that this patch solves the problem. I have been running with > it for ages and never come across this error again. > > > > > > > > I would be glad to know why the 'ant clean' step is necessary and the > > changes are not picked up by 'ant runtime'. > > > > clean forces the removal of runtime directory... runtime then rebuilds this > directory with the updated dependency on nekohtml. > > I'm going to propose that we commit these patches. > Thank you for posting back. This is invaluable input. > Lewis >

