While InfoMover is in development, please use the "-dP" options
when you update.  We will have more directories as we move on.
You want to get all directories, and then prune them if they
are empty.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 23, 2002 9:26 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [InfoMover] Implementing the Fa�ade Block
> 
> 
> 
> Stephen.
> 
> > There is the problem - infomover does not declare itself as
> > an extenion 
> > jar file.  Jar files in an extenion directory only get resolved and 
> > loaded if another jar file includes a extension depededency 
> > declaration 
> > in its jar manafest.  What you need to do is to include a 
> refernce to 
> > the infomover jar file in the classpath declaration for the 
> infomover 
> > container.
> > 
> > Here is an exteract from the infomove.xml file:
> > 
> >    <kernel>
> > 
> >      <container name="infomover">
> > 
> >        <classpath>
> >          <fileset 
> dir="../../jakarta-avalon-apps/infomover/build/lib">
> >            <include name="infomover.jar"/>
> >          </fileset>
> >        </classpath>
> > 
> >         <!-- other stuff -->
> >        
> >      </container>
> > 
> >    </kernel>
> > 
> 
> Actually this seems ok.  The jar exists in the named 
> directory.  But... 
> the jar does not contain the package:
> 
> org.apache.infomover.connection.impl
> 
> I guess I didn't refresh my source correctly.  Will try again later.
> 
> Kevin
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:avalon-apps-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 


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

Reply via email to