For one of my projects, the on-save builder is only called for .nab files but not for .sdf3 files. However, for another project it is called for both .nab and .sdf3 files. Both projects rely on build.generated.xml.

Submitted by Oskar van Rest on 2 April 2014 at 19:43

On 2 April 2014 at 19:45 Oskar van Rest commented:

I found this in my build.main.xml, removed it and now it works:

<!-- The files for which the on-save handler is called before building. -->
<path id="call-onsave.files">
    <fileset dir=".">
        <include name="**/*.tmpl" />
        <include name="**/*.nab" />
    </fileset>
</path>

On 2 April 2014 at 19:45 Oskar van Rest closed this issue.

Log in to post comments