...
The .NET Build Test verifies that the translations can be processed by MSBuild:
TestPlanTest Plan | Notes |
Steps | Highlight the migration task you wish to validate and Select [Deploy Translation] the [Build Translation] from the Task Context Menu.
|
Expected Results | The NetBlds field is set to a "SUCCESS" This indicates that the build process was successful.
|
Error Condition 1 | The NetBlds field is set to "ERROR" This indicates that the build process encountered errors while processing your .NET codes.
|
Error Condition 2 | The NetBlds field is set to "SKIP" This indicates that the deployment process encountered errors while deploying your .NET codes. See Deployment Test above.
|
Troubleshooting | Display the Task Details tab and click the Build log button. Review the log to determine the nature of the error. You may check the [Grid] box to see the most relevant build log messages in a grid report. Double clicking a report record will take you to the source where the error was encountered.
|
Resolution | .NET build problems can occur for a variety of reasons ranging from missing externals, to crude syntax errors, to more advanced compile time validation. Use Visual studio to help you diagnose the issues. Once a build error is resolved you should implement the fix in the migration configuration so that it will not occur in the next translation cycle. See the discussion of the Translation Tuning cycle below.
|
...