You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ri...@apache.org on 2013/05/14 22:29:48 UTC

svn commit: r1482565 - /oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client

Author: riverma
Date: Tue May 14 20:29:47 2013
New Revision: 1482565

URL: http://svn.apache.org/r1482565
Log:
OODT-608 : filemgr-client fails to run properly due to syntax errors

Modified:
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client?rev=1482565&r1=1482564&r2=1482565&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client Tue May 14 20:29:47 2013
@@ -70,8 +70,8 @@ cd "$FILEMGR_HOME"/bin
 
 "$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \
   -Djava.ext.dirs="$FILEMGR_HOME"/lib \
-  -Dorg.apache.oodt.cas.filemgr.properties="$FILEMGR_HOME"/conf/filemgr.properties \
-  -Djava.util.logging.config.file="$FILEMGR_HOME"/conf/logging.properties \
-  -Dorg.apache.oodt.cas.cli.action.spring.config="$FILEMGR_HOME"/policy/cmd-line-actions.xml \
-  -Dorg.apache.oodt.cas.cli.action.spring.config="$FILEMGR_HOME"/policy/cmd-line-actions.xml \
+  -Dorg.apache.oodt.cas.filemgr.properties="$FILEMGR_HOME"/etc/filemgr.properties \
+  -Djava.util.logging.config.file="$FILEMGR_HOME"/etc/logging.properties \
+  -Dorg.apache.oodt.cas.cli.action.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-actions.xml \
+  -Dorg.apache.oodt.cas.cli.option.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-options.xml \
   org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient "$@"