Opened 15 years ago

Closed 14 years ago

#1378 closed enhancement (fixed)

Base1PluginExecuter should link the result directory with the transformation

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.15
Component: coreplugins Version:
Keywords: Cc:

Description

Related to ticket:1279

When a BASE1 plug-in stores result files the files are placed in a sub-directory in the file tree like

.../PluginName/JobId

PluginName cannot be removed since there may be several result directories but JobId is related to the transformation and can be removed (as is done for the content in JobId as of the fixed ticket:1279).

Change History (6)

comment:1 by Nicklas Nordborg, 15 years ago

This is not really related to #1279. The directory in question is not linked in any way to the job or to the transformation that created it. It is just a directory that happens to have a name that matches the id of a job. To get the automatic removal as described in #1279 is simply solved by having the Base1PluginExecuter add a link to the directory. But then maybe the other files (stdin.txt, stdout.txt, etc...) should not be linked since it may be kind of strange to have both the directory and the files within it linked?

in reply to:  1 comment:2 by Jari Häkkinen, 15 years ago

Replying to nicklas:

This is not really related to #1279. The directory in question is not linked in any way to the job or to the transformation that created it. It is just a directory that happens to have a name that matches the id of a job. To get the automatic removal as described in #1279 is simply solved by having the Base1PluginExecuter add a link to the directory. But then maybe the other files (stdin.txt, stdout.txt, etc...) should not be linked since it may be kind of strange to have both the directory and the files within it linked?

Would this affect the display of the transformation generated files (section Items related to this transformation) in the analysis tree such that not all files in the result directory will be linked but rather only the result directory?

comment:3 by Nicklas Nordborg, 15 years ago

Milestone: BASE 2.15
Summary: Deleting transformations created by Base1PluginExecuter leaves result root directoryBase1PluginExecuter should link the result directory with the transformation

Yes... only the directory would be visible which would make the Items related to this transformation section rather useless. It is probably better to keep links to both the directory and the files.

comment:4 by Nicklas Nordborg, 15 years ago

Component: webcoreplugins

comment:5 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:6 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5170]) Fixes #1378: Base1PluginExecuter should link the result directory with the transformation

The common root name is truncated off the link names making it easier to read in the GUI.

Note: See TracTickets for help on using tickets.