[
http://opencast.jira.com/browse/MH-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32662#comment-32662
]
Lukas Rohner commented on MH-9153:
----------------------------------
The issue description is obsolete, the default workflow has been changed a lot
during Aug 29th. What I did is adding the missing 'source-flavors'
configuration key like in the tag workflow operation handler.
Current archive operation in default workflow, which is adding
presentation/trimmed to the archive as mentioned by Greg:
<operation
if="${archiveOp}"
id="archive"
fail-on-error="true"
exception-handler-workflow="error"
description="Archiving">
<configurations>
<configuration key="source-tags">archive</configuration>
</configurations>
</operation>
Archive operation with new configuration key 'source-flavors', which just adds
*/source to the archive:
<operation
if="${archiveOp}"
id="archive"
fail-on-error="true"
exception-handler-workflow="error"
description="Archiving">
<configurations>
<configuration key="source-flavors">*/source</configuration>
</configurations>
</operation>
> Source tags in archive operations cannot handle wildcards
> ---------------------------------------------------------
>
> Key: MH-9153
> URL: http://opencast.jira.com/browse/MH-9153
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Architecture & Services
> Affects Versions: Trunk, 1.4
> Reporter: Tobias Wunden
> Assignee: Lukas Rohner
> Fix For: 1.4
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________