Opened 17 years ago

Closed 17 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 by Johan Enell, 17 years ago

Owner: changed from everyone to Johan Enell

comment:2 by Johan Enell, 17 years ago

Status: newassigned

comment:3 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3727]) Fixes #739

comment:4 by Johan Enell, 17 years ago

Resolution: fixed
Status: closedreopened

The AnyToAny link should also be removed.

comment:5 by Johan Enell, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [3729]) Fixes #739

Removes AnyToAny

Note: See TracTickets for help on using tickets.