key = (String) i.next();
paths = configuration.getVector(key,null);
if (paths != null)
{
Velocity.clearProperty(key);
configuration.clearProperty(key);
for (Iterator j = paths.iterator(); j.hasNext();)
{
path = (String) j.next();
if (path.startsWith(JAR_PREFIX + "file"))