Hurray! Thanks :)
Getting some compile errors with current svn tho (Checked out revision
671642.):
[INFO] Compiling 149 source files to C:\ftpserver\core\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\ftpserver\core\src\main\java\org\apache\ftpserver\interfaces\CommandFactory.java:[24,47]
com.sun.org.apache.bcel.internal.generic.ISUB is Sun proprietary API and
may be removed in a future release
C:\ftpserver\core\src\main\java\org\apache\ftpserver\FtpSessionImpl.java:[146,36]
ATTRIBUTE_PREFIX has private access in
org.apache.ftpserver.interfaces.FtpIoSession
C:\ftpserver\core\src\main\java\org\apache\ftpserver\FtpSessionImpl.java:[157,36]
ATTRIBUTE_PREFIX has private access in
org.apache.ftpserver.interfaces.FtpIoSession
C:\ftpserver\core\src\main\java\org\apache\ftpserver\FtpSessionImpl.java:[211,36]
ATTRIBUTE_PREFIX has private access in
org.apache.ftpserver.interfaces.FtpIoSession
Niklas Gustavsson wrote:
On Wed, Jun 25, 2008 at 2:12 PM, Niklas Gustavsson <[EMAIL PROTECTED]> wrote:
On Mon, Jun 23, 2008 at 10:09 PM, Jeroen Cranendonk
I've replicated the problem and opened a JIRA issue over here:
https://issues.apache.org/jira/browse/FTPSERVER-137
This is now fixed, please svn up and confirm if it fixes your issue.
/niklas