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 2009/09/04 15:51:13 UTC

svn commit: r811407 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml

Author: cwiklik
Date: Fri Sep  4 13:51:13 2009
New Revision: 811407

URL: http://svn.apache.org/viewvc?rev=811407&view=rev
Log:
UIMA-1328 Modified to copy activemq-nojournal.xml and log4j.properties to as_config which will not be in the classpath setup by setUimaClasspath script. This change fixes a runtime problem when there is a component dependent on log4j. In this case the classloader tries to find log4j.properties in a classpath and finds in the UIMA_HOME/config directory. This config file is activemq specific causing  java.io.FileNotFoundException: /activemq-data/activemq.log (No such file or directory).

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml?rev=811407&r1=811406&r2=811407&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/bin.xml Fri Sep  4 13:51:13 2009
@@ -238,7 +238,7 @@
     </fileSet>
     <fileSet>
       <directory>src/main/config</directory>
-      <outputDirectory>config</outputDirectory>
+      <outputDirectory>as_config</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>src/main/readme</directory>