-2

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?

Ali Azim
  • 160
  • 1
  • 15

2 Answers2

1

The MSDN documentation is very clear. I would start here:

https://msdn.microsoft.com/en-us/library/dn528954.aspx

Also, there are some good comments at the very bottom of the article.

Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
0

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

AxBuild.exe for Parallel Compile on AOS

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50