AX Client - Compile IL Compiles IL of an AX 2012 environment

AX Client - Compile IL
AX Client - Compile IL
Topic Work with AX client (AX 2009/2012)
Description Compiles IL of an AX 2012 environment
Category Build
Special features
  • Run options:
    • Classic (uses startupCmd)
    • Direct (uses Autorun file)
    • Batch (add to existing Autorun file and execute later)
  • Incremental (optional)
  • Create package (optional)
  • Set max wait time (optional)
  • Set Output levels for Error, Warnings, Severe Warnings and Informations
Microsoft documentation https://msdn.microsoft.com/en-us/library/gg839855.aspx
Parameter: Run mode
Description How should the step be executed? Possible values are "Direct", "Classic" or "Batch". The option "Direct" will create and use an autorun file to execute the build step. The option "Classic" will use "StartupCmd" and the option "Batch" adds the build step to an existing autorun file. To execute the existing autorun file use the Build step "AX Client - Execute autorun xml file". To create an empty autorun file use the Build step "AX Client - Create empty autorun xml file".
Type Picklist
Required True
Default value Direct
Parameter: Client config file path (.axc)
Description The file path of the client configuration file.
Type File path
Required True
Default value
Dependency Only visible if Run mode is "Classic"
Example value $/Microsoft Dynamics AX (Test)/Client.axc
Parameter: Incremental
Description Should an incremental build done?
Type Boolean
Required False
Default value False
Dependency Only visible if Run mode is not "Classic"
Parameter: Create Package
Description Should the package be created?
Type Boolean
Required False
Default value True
Dependency Only visible if Run mode is not "Classic"
Parameter: Log file path (*.log)
Description The file path to save the log file to.
Type File path
Required True
Default value
Dependency Only visible if Run mode is "Direct"
Example value $/Microsoft Dynamics AX (Test)/MyAutorunLogFile.log
Parameter: Max wait time (min)
Description The number of minutes to wait before failing the step.
Type Integer
Required False
Default value 120
Dependency Only visible if Run mode is not "Batch"
Parameter: Error level
Description How should the compiler errors be handled? Possible values are "Ignore", "Info", "Warning", or "Error".
Type Picklist
Required True
Default value Error
Dependency Only visible if Run mode is not "Batch"
Parameter: Severe warning level
Description How should the compiler severe warnings be handled? Possible values are "Ignore", "Info", "Warning", or "Error".
Type Picklist
Required True
Default value Warning
Dependency Only visible if Run mode is not "Batch"
Parameter: Warning level
Description How should the compiler warnings be handled? Possible values are "Ignore", "Info", "Warning", or "Error".
Type Picklist
Required True
Default value Warning
Dependency Only visible if Run mode is not "Batch"
Parameter: Information level
Description How should the compiler informations be handled? Possible values are "Ignore", "Info", "Warning", or "Error".
Type Picklist
Required False
Default value Info
Dependency Only visible if Run mode is not "Batch"
Parameter: AutoRun file path (*.xml)
Description The autorun file to append the build step to.
Type File path
Required True
Default value
Dependency Only visible if Run mode is "Batch"
Example value $/Microsoft Dynamics AX (Test)/MyAutorunFile.xml

Go back