Ah-ha! Yes, removing that did solve my problem! Thank you very much!
On Thu, Sep 18, 2008 at 9:55 AM, Emmanuel Lecharny <[EMAIL PROTECTED]>wrote: > maned ali wrote: > >> I'm using the FtpServer project. Here is portion of pom.xml file. >> Thanks! >> >> <dependency> >> <groupId>org.apache.directory.mina</groupId> >> <artifactId>mina-core</artifactId> >> <version>0.9.5</version> >> >> > FtpServer 1.0.0-M3 uses MINA 2.0.0-M3 : > <dependency> > <groupId>org.apache.mina</groupId> > <artifactId>mina-core</artifactId> > <version>2.0.0-M3</version> > > The exception you've got is pretty clear about the fact that you are using > two incompatible libraries. Here, it's MINA. > > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
