Jason van Zyl wrote: > > Hmm, I've run the test-texen-classpath test on my machine and it's working > fine. I'll keep poking around all the tests are running fine on my machine > and there's no classpath changes so I don't need to update any "work" > entries in the gump project profile. I'll keep looking.
>From the last time a similar problem was encountered: since gump runs with -Dbuild.sysclasspath=only, no classloader is used. Without a classloader, singletons and statics in general are not unloaded. The question is: should components like texen, anakia, and velocity be serially reusable, or should they depend on their hosting application explicitly unloading them between invocations? I imagine that an easy way to reproduce this would be to temporarily copy the various jars needed into the $ANT_HOME/lib directory...though I haven't tried it. - Sam Ruby
