On Sun, 9 Sep 2001, Jacques Lema wrote:

> Hi I recently upgraded from James Release 1.2.1
> 
> to this nightly build.
> 
> james-1.3-dev-20010612-src.zip
> 
> Everything looks fine, I recompiled my mailets and they function but... I 
> just can't figure out how to add them to the classpath with the new run.sh 
> script (on Linux). It looks like my -cp /path/blbalnb/ is now being ignored?

Have you added your package names in the spoolmanager block? (in
james-config.xml)

<spoolmanager>
    <!-- number of spool threads -->
    <threads> 1 </threads>
    <mailetpackages>
      <mailetpackage>org.apache.james.transport.mailets.</mailetpackage>
      <mailetpackage><!-- your mailets path here --></mailetpackage>
    </mailetpackages>
    <matcherpackages>

<matcherpackage>org.apache.james.transport.matchers.</matcherpackage>

<matcherpackage><!-- your matchers path here; remember the trailing dot 
--></matcherpackage>
    </matcherpackages>

Oki



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to