Bug 26637 - Process timestamp showing as launch configuration property
Summary: Process timestamp showing as launch configuration property
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-11-18 23:55 EST by Darin Swanson CLA
Modified: 2002-12-02 09:41 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-11-18 23:55:40 EST
The process to timestamp property is showing up in the launch configuration.
I couldn't quickly track down where this was getting added to the launch config.
Comment 1 Darin Wright CLA 2002-11-19 10:20:40 EST
I could not see the timestamp in the launch config - it is in the process 
(IProcess) attributes map.
Comment 2 Darin Swanson CLA 2002-11-19 12:24:40 EST
I have launch configs with properties (showing on the properties page of the 
launch config dialog) such:
name=org.eclipse.ui.externaltools.ATTR_ANT_PROCESS_ID
value=1037665623042

Doesn't always happen :-(
working on reproducable case.
Comment 3 Darin Swanson CLA 2002-11-19 15:25:03 EST
If the launch config has another property defined, the ATTR_ANT_PROCESS_ID 
property shows up.
Comment 4 Darin Swanson CLA 2002-11-25 18:16:44 EST
The InternalAntRunner was modifying the Map returned from the launch 
configuration when -D properties were specified as an option or for the 
timestamp property.

The InternalAntRunner now copies the entries from the launch config map.

Please verify.
Comment 5 Darin Wright CLA 2002-12-02 09:41:20 EST
Verified.