Hi Ioan,
See my comment on JAMESAPP-8, the first in the classpath should remain
in all cases ./conf to be able to override the embedded configuration
files in the jars.
Thx, Eric
On 05/06/2012 10:57 PM, ieu...@apache.org wrote:
Author: ieugen
Date: Sun May 6 20:57:44 2012
New Revision: 1334766
URL: http://svn.apache.org/viewvc?rev=1334766&view=rev
Log:
JAMESAPP-8
- added conf/lib to wrapper.conf
Modified:
james/app/trunk/pom.xml
Modified: james/app/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1334766&r1=1334765&r2=1334766&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Sun May 6 20:57:44 2012
@@ -564,6 +564,7 @@
</platforms>
<generatorConfigurations>
<generatorConfiguration>
+
<generator>jsw</generator>
<includes>
<include>linux-x86-32</include>
@@ -578,11 +579,16 @@
</includes>
<configuration>
+<!-- add to to the classpath in this order: config files, user jars, james
jars.-->
<property>
<name>configuration.directory.in.classpath.first</name>
<value>../conf</value>
</property>
<property>
+<name>configuration.directory.in.classpath.first</name>
+<value>../conf/lib</value>
+</property>
+<property>
<name>set.default.REPO_DIR</name>
<value>../lib</value>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org
--
eric | http://about.echarles.net | @echarles
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org