Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
$ svn co http://svn.apache.org/repos/asf/mina/ftpserver/trunk/ ftpserver
$ cd ftpserver

We currently inline the commons-net project into our build. We use it heavily for unit testing and relies on the newest snapshot of which no binaries are available in the Maven repositories. Also, commons-net currently fails to build due to broken unit tests (tracked here), therefore, you need to follow these instructions to get a complete build:

No Format

$ cd commons-net-2
$ mvn -Dmaven.test.skip=true install
$ cd ../ftplet-api
$ mvn install
$ cd ../core
$ mvn install
$ cd ../server
$ mvn install

If you run into any problems running these steps, please report on the mailing lists

...