Meakyl - 2006-10-12

Logged In: YES
user_id=1611128

Resolved by changing the line
File result = new File(new URI(imagesUrl.toString()));
by this line :
File result = new File(imagesUrl.getFile());

in method
public File getImagesDirectory()
(ExporterToHTML.java)

It seems to work