File changed by another process
Posted: Wed Aug 31, 2005 5:30 pm
When Oxygen uses a file to run in the debugger, it doesn't check for a new version from disk.
For instance, I have a process with two stage transforms. In Oxygen, I run stage1.xsl on my initial xml creating a stage1.xml file; then I "Save Results..." from the Results screen; open the new stage1.xml from the xml screen; run the stage2.xsl on the stage1 xml. This works okay.
Now if I change my initial xml; run the stage1.xslt again; "Save Results..." to the same stage1.xml; then select to run with stage1.xml and stage2.xsl, Oxygen runs with the old stage1.xml. When I click inside the xml editor box, it reports that the file has changed and asks to reload it and a subsequent Run uses the new copy as expected.
This also occurs if I copy a new xml or xsl file from another source when I have the old copy open in Oxygen from a previous Run.
I'd like Oxygen to look for a new version when I click the "Run" button in the debugger in addition to when I click in the editor window as it does now.
GG
For instance, I have a process with two stage transforms. In Oxygen, I run stage1.xsl on my initial xml creating a stage1.xml file; then I "Save Results..." from the Results screen; open the new stage1.xml from the xml screen; run the stage2.xsl on the stage1 xml. This works okay.
Now if I change my initial xml; run the stage1.xslt again; "Save Results..." to the same stage1.xml; then select to run with stage1.xml and stage2.xsl, Oxygen runs with the old stage1.xml. When I click inside the xml editor box, it reports that the file has changed and asks to reload it and a subsequent Run uses the new copy as expected.
This also occurs if I copy a new xml or xsl file from another source when I have the old copy open in Oxygen from a previous Run.
I'd like Oxygen to look for a new version when I click the "Run" button in the debugger in addition to when I click in the editor window as it does now.
GG