BuildingYou need Subversion The following example shows how to build the trunk. $ svn co http://svn.apache.org/repos/asf/mina/ftpserver/trunk/ ftpserver $ cd ftpserver $ mvn install If you run into any problems running these steps, please report on the mailing lists If you want to generate Eclipse project files, run: $ mvn eclipse:eclipse # Generate Eclipse project files if you want To generate to distribution packages, including shell scripts and example configuration, run: cd distribution $ mvn package The build requires a minimum Java 1.5 JDK to compile. |