Page 1 of 1

Ecompile recompile every time

Posted: Thu May 03, 2007 12:57 am
by Gnafu
Hi to all, with newer versions of ecompile (the newest downloadable) i have a problem:
Even if i set the "OnlyCompileUpdatedScripts" option to 1 the ecompile keep recompiling all the scripts!!!

Here's my settings:

Code: Select all

GenerateListing	0
GenerateDebugInfo	0
GenerateDebugTextInfo 0
DisplayWarnings 1
CompileAspPages 1
AutoCompileByDefault 1
UpdateOnlyOnAutoCompile 1
OnlyCompileUpdatedScripts 1
DisplaySummary 1
GenerateDependencyInfo 0
DisplayUpToDateScripts 0
I'm typing only "ecompile" in the command bar (windows) and the paths are right.
What' wrong?

Posted: Thu May 03, 2007 1:47 am
by AsYlum
You need to set GenerateDependencyInfo 0 to 1. Without this ecompile will always compile all scripts.

Posted: Thu May 03, 2007 11:42 pm
by Gnafu
Thanks!
I set it to 0 because i wanted the size of the server to be less possible..