Author: norman Date: Fri Oct 7 14:05:20 2011 New Revision: 1180046 URL: http://svn.apache.org/viewvc?rev=1180046&view=rev Log: Use wildcard classpath to load custom mailets in conf/lib/ directory. See JAMESAPP-2
Modified: james/app/trunk/src/main/app/bin/setenv.bat james/app/trunk/src/main/app/bin/setenv.sh Modified: james/app/trunk/src/main/app/bin/setenv.bat URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/app/bin/setenv.bat?rev=1180046&r1=1180045&r2=1180046&view=diff ============================================================================== --- james/app/trunk/src/main/app/bin/setenv.bat (original) +++ james/app/trunk/src/main/app/bin/setenv.bat Fri Oct 7 14:05:20 2011 @@ -16,4 +16,4 @@ @REM @REM Add every needed extra jar to this -set CLASSPATH_PREFIX= \ No newline at end of file +set CLASSPATH_PREFIX=../conf/lib/* \ No newline at end of file Modified: james/app/trunk/src/main/app/bin/setenv.sh URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/app/bin/setenv.sh?rev=1180046&r1=1180045&r2=1180046&view=diff ============================================================================== --- james/app/trunk/src/main/app/bin/setenv.sh (original) +++ james/app/trunk/src/main/app/bin/setenv.sh Fri Oct 7 14:05:20 2011 @@ -16,5 +16,5 @@ # ---------------------------------------------------------------------------- # # Add every needed extra jar to this -CLASSPATH_PREFIX= +CLASSPATH_PREFIX=../conf/lib/* export CLASSPATH_PREFIX \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org