On-save for sdf3 files not invoked during build
For one of my projects, the on-save builder is only called for
Submitted by Oskar van Rest on 2 April 2014 at 19:43.nab
files but not for.sdf3
files. However, for another project it is called for both .nab and .sdf3 files. Both projects rely onbuild.generated.xml
.
Issue Log
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