Hi all,
2 weeks ago we began the migration of our AX2012 Feature Pack installation to AX2012 R2.
To frequently build our code we always used an automated build procedure which at a certain step does a "Compile All" (using SysStartupCmdCompileAll).
The problem we noticed on R2 is that the compiler output (and also the generated HTML file AxCompileAll.html) always is empty, saying 0 errors, 0 warnings, 0 best practice errors and 0 todos, even if it is a matter of fact that we have compiler errors.
Doing a comparison of SYS and OLD SYS (R2 vs FP) of the class SysStartupCmdCompileAll I also noticed that the compiler level was set to level 1 on R2, while it was level 4 on FP. So I hoped the problem with the empty compiler output could be associated with the compiler level which was set to 1 on R2. I manually fixed it and set the compiler level to 3 (we don't need best practice checks along with the full compilation), but it didn't change a thing.
Did anybody else ever experience a similar problem? Any help is appreciated.
Thanks and greets,
Franz