Search code examples
dynamiccompilationaxaptamicrosoft-dynamicsdynamics-ax-2012-r3

AX 2012 Command prompt compilation / AxBuild.exe for Parallel Compile on AOS of X++ to p-code


Is there any proper documentation on how I can use the axbuild.exe command in cmd with proper steps. All I know it is a quick way to compile the AX but how it works I don't know. Also, my compilation from the default AX environment takes hours on compilation so this will be a good option to use. I know we have to use

axbuild.exe  xppcompileall  /s=01 
C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin

But how it is used I don't know. Can someone guide me on this?


Solution

  • Below blog explain every single step to perform parallel compilation in ax 2012 :

    AxBuild.exe for Parallel Compile on AOS