PR# 12947 Configuration tasks cannot be configured for builds

Problem Report Summary
Submitter: paulbates
Category: Compiler
Priority: Medium
Date: 2007/06/01
Class: Bug
Severity: Serious
Number: 12947
Release: 6.0.6.8703
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Synopsis: Configuration tasks cannot be configured for builds

Description
I have configuration tasks that need to be performed on a workbench or finalized compilation, because they need to access the W_code and F_code in the task. The Finalize and Workbench conditions are ignored for configuration tasks so this cannot be done.

In addition the tasks are run before the code is finalized, in .NET at least, which is incorrect because the compilation ends when finalized not when the workbench code has succeeded.
To Reproduce

										
Problem Report Interactions