You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by Niklas Gustavsson <ni...@protocol7.com> on 2007/07/04 20:59:12 UTC

Re: Ftpserver build in debug mode, using mvn

Janardhanan, Ajith (AJANARDH) wrote:
> I am using ftpserver ftplet libraries to run embedded ftpserver process
> in my program. I am running the following commands to build the apache
> libs. 
>  cd ftpserver/
>  maven-2.0.5/bin/mvn -e install 
> 
> How should I build the libs so as to have the debug information that a
> debugger can use.


Sorry for the late reply. The command above should really produce a JAR 
with debug info as Maven by default includes it and we have not 
overridden that option.

/niklas