You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/01/11 15:54:43 UTC

svn commit: r1820895 - in /uima/uima-as/trunk/src/main/examples/run_configuration: UIMA Deploy AS Service.launch UIMA Run Remote Async AE.launch

Author: cwiklik
Date: Thu Jan 11 15:54:42 2018
New Revision: 1820895

URL: http://svn.apache.org/viewvc?rev=1820895&view=rev
Log:
UIMA-5702 Fixed the scripts to be able to run

Modified:
    uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Deploy AS Service.launch
    uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Run Remote Async AE.launch

Modified: uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Deploy AS Service.launch
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/src/main/examples/run_configuration/UIMA%20Deploy%20AS%20Service.launch?rev=1820895&r1=1820894&r2=1820895&view=diff
==============================================================================
--- uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Deploy AS Service.launch (original)
+++ uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Deploy AS Service.launch Thu Jan 11 15:54:42 2018
@@ -1,9 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?><launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/service/UIMA_Service.java"/>
+<listEntry value="/uimaj-examples"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="1"/>
+<listEntry value="4"/>
 </listAttribute>
 <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
 <mapAttribute key="org.eclipse.debug.core.environmentVariables">
@@ -70,7 +90,7 @@
 <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.uima.adapter.jms.service.UIMA_Service"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-saxonURL &quot;file:${env_var:UIMA_HOME}/saxon/saxon8.jar&quot; -xslt &quot;${env_var:UIMA_HOME}/bin/dd2spring.xsl&quot; -dd &quot;${file_prompt:UIMA AS Deployment Descriptor}&quot;"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-as-activemq"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-examples"/>
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dcom.sun.management.jmxremote.port=9001&#13;&#10;-Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false&#13;&#10; -DDefaultBrokerURL=tcp://localhost:61616 -Xmx800M"/>
 </launchConfiguration>
\ No newline at end of file

Modified: uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Run Remote Async AE.launch
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/src/main/examples/run_configuration/UIMA%20Run%20Remote%20Async%20AE.launch?rev=1820895&r1=1820894&r2=1820895&view=diff
==============================================================================
--- uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Run Remote Async AE.launch (original)
+++ uima/uima-as/trunk/src/main/examples/run_configuration/UIMA Run Remote Async AE.launch Thu Jan 11 15:54:42 2018
@@ -1,5 +1,28 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+
 <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="4"/>
 </listAttribute>
@@ -65,6 +88,6 @@
 <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.uima.examples.as.RunRemoteAsyncAE"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${string_prompt:BrokerURL QueueName [optional parameters]}"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-examples"/>
 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="&quot;-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties&quot;"/>
 </launchConfiguration>