looking back at the tutorial ( http://mina.apache.org/ftpserver/embedding-ftpserver-in-5-minutes.html), it says one would need the following libraries:
- mina-core - slf4j-api - ftplet-api - ftpserver-core perhaps, it should be updated or corrected... On Thu, Sep 18, 2008 at 10:27 AM, maned ali <[EMAIL PROTECTED]> wrote: > 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 >> >> >> >
