Opened 16 years ago

Closed 16 years ago

#739 closed defect (fixed)

Base1PluginExecuter ignores leaveStdin/leaveStdout parameters

Reported by: Nicklas Nordborg Owned by: Johan Enell
Priority: major Milestone: BASE 2.4.2
Component: coreplugins Version:
Keywords: Cc:

Description

The stdin.txt is always deleted and the stdout.txt is always kept. The deletion of stdin.txt causes a problem since at the same time there is an AnyToAny? link created to it. Normally, the AnyToAny? link would automatically be deleted, but since the creation happens after the deletion of stdin.txt this will not happen in this case.

Change History (5)

comment:1 Changed 16 years ago by Johan Enell

Owner: changed from everyone to Johan Enell

comment:2 Changed 16 years ago by Johan Enell

Status: newassigned

comment:3 Changed 16 years ago by Johan Enell

Resolution: fixed
Status: assignedclosed

(In [3727]) Fixes #739

comment:4 Changed 16 years ago by Johan Enell

Resolution: fixed
Status: closedreopened

The AnyToAny? link should also be removed.

comment:5 Changed 16 years ago by Johan Enell

Resolution: fixed
Status: reopenedclosed

(In [3729]) Fixes #739

Removes AnyToAny?

Note: See TracTickets for help on using tickets.