开发者

Microsoft AX 2009/Axapta, prompt before compile

开发者 https://www.devze.com 2023-01-20 23:46 出处:网络
Is there a way to have AX/Axapta, prompt 开发者_JS百科before compiling? I have accidentally clicked compile for the entire app several times now, and since it takes 30-60 minutes, if I could add a pr

Is there a way to have AX/Axapta, prompt 开发者_JS百科before compiling?

I have accidentally clicked compile for the entire app several times now, and since it takes 30-60 minutes, if I could add a prompt prior, it would be great.

Thanks


You can stop the compile by pressing Ctrl-Break.

You could add a prompt to the class method ClassFactory.createCompilerOutput. Calling the compiler from the menu, or from the AOT both trigger that method.


Well, actually it does have a prompt in \Classes\SysCompileAll\prompt.

You may consider removing it from the menu. Or make yet another "Are you sure" prompt.

0

精彩评论

暂无评论...
验证码 换一张
取 消