Community
Participate
Working Groups
When a workspace resource is removed, either (1) provide a PRE_PRE_DELETE Resource Change Event so that properties of that resource can be accessed, (2) Remove the properties of a resource after the build (along with the resource handle), not prior to the build, or (3) allow a way to have the actual file on the file system be removed after the build so that during a build you can still access contents of the file. Notes: Currently when a resource is removed from the workspace, the FS file is removed immediately and then a build is invoked. The problem is that even though the handle of that resource remains, all of its persistant and session properties are removed prior to the build. With the properties gone and the actual file on the filesystem gone, this makes writing a REMOVED case in a builder almost impossible. The properties of a resource should be atleast removed when the resource handler object no longer remains (after the build cycle).
*** This bug has been marked as a duplicate of 37444 ***