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 apachelibs. cd ftpserver/ maven-2.0.5/bin/mvn -e installHow 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