dynamics ax 2012 - AX2012 R2 CU7 : VSProject node compilation issues -
i creating build ax using tfs activities. of steps in there , of works on simple scenario couple dummy xpo's in tfs vcs. need full scenario of building our codebase , i'm experiencing compilation issues visual studio project nodes.
this regarding code import/compilation:
- import label files
- import xpo of code.
- import visual studio projects using systreenodevsproject\importproject method
when run full compilation, there still compiler errors regarding code in need of resulting assemblies of vsprojects in aot.
this caused output of projects still being empty. when selecting them , hitting compile, still no result. selecting them 1 one , compiling them. output of projects generated in aot , depending classes can compiled directly.
compiling them separately cause comiler detect vsproject node , kernel call export , build functionality on vsprojects resulting in output being generated.
the real question here is: build have create autorun file compile vsproject nodes, isn't compiler supposed doing when doing full compile?!
found work around. modified systreenodevsproject.importproject() compile tree node after has imported.
Comments
Post a Comment