Author: pramirez
Date: Wed Feb 27 22:03:10 2013
New Revision: 1450991
URL: http://svn.apache.org/r1450991
Log:
Fix command line references to config files
Modified:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/bin/crawler-launcher
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client
Modified:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/bin/crawler-launcher
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/bin/crawler-launcher?rev=1450991&r1=1450990&r2=1450991&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/bin/crawler-launcher
(original)
+++
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/bin/crawler-launcher
Wed Feb 27 22:03:10 2013
@@ -68,9 +68,9 @@ fi
cd "$CRAWLER_HOME"/bin
"$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \
- -Djava.ext.dirs="$CRAWLER_HOME"/lib \
- -Djava.util.logging.config.file="$CRAWLER_HOME"/etc/logging.properties \
-
-Dorg.apache.oodt.cas.crawl.bean.repo="$CRAWLER_HOME"/policy/crawler-config.xml
\
-
-Dorg.apache.oodt.cas.cli.action.spring.config="$CRAWLER_HOME"/policy/cmd-line-actions.xml
\
-
-Dorg.apache.oodt.cas.cli.action.spring.config="$CRAWLER_HOME"/policy/cmd-line-options.xml
\
- org.apache.oodt.cas.crawl.CrawlerLauncher "$@"
+ -Djava.ext.dirs="$CRAWLER_HOME"/lib \
+ -Djava.util.logging.config.file="$CRAWLER_HOME"/etc/logging.properties \
+
-Dorg.apache.oodt.cas.crawl.bean.repo="$CRAWLER_HOME"/policy/crawler-config.xml
\
+
-Dorg.apache.oodt.cas.cli.action.spring.config=file:"$CRAWLER_HOME"/policy/cmd-line-actions.xml
\
+
-Dorg.apache.oodt.cas.cli.option.spring.config=file:"$CRAWLER_HOME"/policy/cmd-line-options.xml
\
+ org.apache.oodt.cas.crawl.CrawlerLauncher "$@"
Modified:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client?rev=1450991&r1=1450990&r2=1450991&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client
(original)
+++
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client
Wed Feb 27 22:03:10 2013
@@ -70,6 +70,6 @@ cd "$WORKFLOW_HOME"/bin
"$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \
-Djava.ext.dirs="$WORKFLOW_HOME"/lib \
-Djava.util.logging.config.file="$WORKFLOW_HOME"/etc/logging.properties \
-
-Dorg.apache.oodt.cas.cli.action.spring.config="$WORKFLOW_HOME"/policy/cmd-line-actions.xml
\
-
-Dorg.apache.oodt.cas.cli.option.spring.config="$WORKFLOW_HOME"/policy/cmd-line-options.xml
\
+
-Dorg.apache.oodt.cas.cli.action.spring.config=file:"$WORKFLOW_HOME"/policy/cmd-line-actions.xml
\
+
-Dorg.apache.oodt.cas.cli.option.spring.config=file:"$WORKFLOW_HOME"/policy/cmd-line-options.xml
\
org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient "$@"