You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2012/05/06 22:57:45 UTC

svn commit: r1334766 - /james/app/trunk/pom.xml

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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1334766 - /james/app/trunk/pom.xml

Posted by Ioan Eugen Stan <st...@gmail.com>.
Pe 07.05.2012 11:53, Eric Charles a scris:
> 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
>

I will build app to see how things are added to wrapper.conf. I was 
under the impression that the order in pom.xml will be preserved in 
wrapper.conf.

Cheers,
-- 
Ioan Eugen Stan
http://ieugen.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1334766 - /james/app/trunk/pom.xml

Posted by Eric Charles <er...@apache.org>.
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, ieugen@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-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>

-- 
eric | http://about.echarles.net | @echarles

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org