changeset 14:472f70a3ecc8

Uploaded
author jorrit
date Tue, 26 Feb 2013 18:31:40 -0500
parents bbcc2814e2a7
children 8083844b6ea1
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 26 18:24:38 2013 -0500
+++ b/tool_dependencies.xml	Tue Feb 26 18:31:40 2013 -0500
@@ -3,7 +3,7 @@
     <package name="ontologizer-jar" version="0.0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">curl http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar > $INSTALL_DIR/ontologizer.jar</action>
+                <action type="shell_command">curl --stderr $INSTALL_DIR/curl_error.log http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar > $INSTALL_DIR/ontologizer.jar</action>
                 <action type="set_environment">
                     <environment_variable name="ONTOLOGIZER_JAR_PATH" action="set_to">$INSTALL_DIR/ontologizer.jar</environment_variable>
                 </action>