You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractArchiveTask is expected to "read" the original data, and write into the destination archive, in its CopyAction. Currently, the process is done by running "copy", and executing JRuby in Gem, and then move the archive generated by JRuby to the destination path.
The process should be done in GemCopyAction to be compliant.
The text was updated successfully, but these errors were encountered:
AbstractArchiveTask
is expected to "read" the original data, and write into the destination archive, in itsCopyAction
. Currently, the process is done by running "copy", and executing JRuby inGem
, and then move the archive generated by JRuby to the destination path.The process should be done in
GemCopyAction
to be compliant.The text was updated successfully, but these errors were encountered: