Here is the problem that I have with building an eclipse project using the maven files in ftpserver trunk:
1. There is a dependency for ftplet-api.jar. If this is a subproject, why is there a dependency for a pre-made jar? 2. There is also a dependency for ftpserver-core.jar. Again, if ftpserver core is a subproject to ftpserver, why a dependency for the pre-made jar. I wish I knew how to deal with maven pom.xml files better so that I could help, but my first inclination is to use the mina trunk pom.xml file as a template and move forward from there. -- just my $.02 Mark On Fri, Mar 28, 2008 at 3:49 AM, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: > Hi > > In the future, please send FtpServer related questions to > [EMAIL PROTECTED] :-) > > If you can't build using Maven you will have to hunt down all > dependencies on your own. You will find them declared in the pom.xml > files in the respective modules. After that, you will have to import > the modules (ftplet-api. core and so on) into Eclipse and set up the > Eclipse configuration (source folders, dependencies). After that you > should be good to go. > > /niklas > > > > On Fri, Mar 28, 2008 at 8:10 AM, ryan cheng <[EMAIL PROTECTED]> wrote: > > Hi: > > > > I'm learning how to use Mina. > > > > I want to see the ftpserver demo, I check out the SVN code, but who can > tell > > me how to build it as a eclipse java project. > > > > BTW, I can not use the maven to bulid the server. because I can not > connect > > the maven repos. server to download the dependency plugin and libs. > > > > thanks! > > > -- -------------------------------- Talent hits a target no one else can hit; Genius hits a target no one else can see.
