Menu

Problem generating PNGs in module subdirs

2005-01-26
2012-09-12
  • Nobody/Anonymous

    When I try and run it from the root directory (code below), the HTML and PNGs are generated:

    perl cvschangelogbuilder.pl -module=mymodule -output=buildhtmlreport -d=:pserver:lee@blah.com:/usr/local/CVS > cvs.html

    However, when I moved into a subdirectory, it is able to generate the HTML, but has a problem generating the PNG files:

    perl cvschangelogbuilder.pl -module=mymodule/someSubDir -output=buildhtmlreport -d=:pserver:lee@blah.com:/usr/local/CVS > cvs.html

    I get this error:

    No such file or directory at cvschangelogbuilder.pl line 1517, which is:

    open(IMG, ">${OutputDir}$pngfile") or die $!;

    Is there a solution to this problem?

    Thanks!

     
    • Laurent Destailleur (Eldy)

      Can you try with last beta version, you should get a more precise error message (or may even work).

       

Log in to post a comment.