Skip to content

Commit eba0bbd

Browse files
Alexander TaggartAlexander Taggart
authored andcommitted
Revert "Add --wait to the test command inside the bundle archetype's metadata.xml."
This reverts commit 33267c9 [formerly d3fddd4]. Former-commit-id: 15fa3c2
1 parent 4d4a671 commit eba0bbd

File tree

1 file changed

+1
-1
lines changed
  • seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/workflow

1 file changed

+1
-1
lines changed

seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/workflow/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<workflow name="${workflow-name}" version="${workflow-version}" seqware_version="${seqware-version}"
33
basedir="${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}">
44
<description>${workflow-description}</description>
5-
<test command="java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --no-metadata --wait --provisioned-bundle-dir ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} --ini-files ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/config/workflow.ini "/>
5+
<test command="java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --no-metadata --provisioned-bundle-dir ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} --ini-files ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/config/workflow.ini "/>
66
<workflow_command command="java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --bundle ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} "/>
77
<workflow_template path=""/>
88
<workflow_class path="${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/classes/${workflow-package}/WorkflowClient.java"/>

0 commit comments

Comments
 (0)