|
Hello,
encouraged by Mike Clark's enthusiastic posting I started
to use Megg a while ago. And it works really fine.
Now I experienced the following IOException, if there is some gif
file within the template directory: (the template works fine without the
gif file)
--------------------
....
generate:
[apply] Generating 20 file(s)
trouble reading/writing files
com.javanicus.megg.Megg
java.io.IOException: Stream closed
at
java.io.BufferedInputStream.ensureOpen(BufferedInputStream.java:120)
at java.io.BufferedInputStream.read(Buffer
edInputStream.java:199)
at com.javanicus.megg.Megg.copyRawFile(Megg.java:680)
at com.javanicus.megg.Megg.apply(Megg.java:479)
at com.javanicus.megg.Megg.generate(Megg.java:337)
at com.javanicus.megg.Megg.main(Megg.java:175)
--------------------
May anybody be able to help?
Thanks,
Horst
|