- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 30, 2010
12:30 PM
Catching standalone build errors
I am using standalone build engine to build the ism files into msm and msi files. Is there a way to catch the errors occurred during the build?
Thanks.
Thanks.
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 31, 2010
12:59 AM
What do you want to catch exactly? The automation interface includes some object members like BuildErrorCount and BuildWarningCount.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 14, 2010
10:42 AM
BuildErrorCount is actually enough.. I want to return some error code if the build is returning some errors. So I can use the BuildErrorCount.
Also, is it possible to retrieve the errors from the automation script? I know the errors are written to the build logs but is it also readable from the automation interface. If yes, I would print them in our master build logs.
Thanks.
Also, is it possible to retrieve the errors from the automation script? I know the errors are written to the build logs but is it also readable from the automation interface. If yes, I would print them in our master build logs.
Thanks.
