|  15.11.2013, 00:12 | #1 | 
| Участник | Axilicious:Cleaning up after AxBuild.exe 
			
			Источник: http://www.ksaelen.be/wordpresses/dy...r-axbuild-exe/ ============== So the AxBuild.exe tool has been around for a couple of weeks now and imho this is the best addition that a CU brought until now. There have been some nice post about how it works and what you should keep in mind: 
 Due to the limitations of AxBuild we always had approximately 100 errors left after compiling. A lot of them were custom .Net assemblies that could not be referenced at compile time. So here is what you normally do when performing a full compile now: 
 The idea is to have a startup command which I can use like this : ax32.exe -startupCmd=importandcompileaxbuildlog_ Due to the nature of the (imho not so good) design of the startup commands, it is not possible to enter a file path with spaces in your command prompt. Also putting quotes around it wouldn’t help too. Therefor I have used the ‘*’ sign and the startup command will replace the ‘*’ charaters with spaces. For example: ax32.exe -startupCmd=importandcompileaxbuildlog_C:\Program Files\Microsoft*Dynamics*AX\60\Server\AX60R2\Log\AxCompileAll.html If you want to try it yourself, you can find an XPO containing the code here. Источник: http://www.ksaelen.be/wordpresses/dy...r-axbuild-exe/ 
				__________________ Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. | 
|  | |
| За это сообщение автора поблагодарили: Logger (1), b_nosoff (0). | |
| Теги | 
| axbuild.exe | 
|  | 
| 
 |