There's a repeated semicolon in one of the files in the ftpserver source.
Fussy JDK 1.4 balks at this. Here's the patch:

cvs -q diff -w -i SiteCommandHandler.java (in directory 
C:\projects\apache\jakarta-avalon-apps\ftpserver\src\java\org\apache\avalon\ftpserver\)
Index: SiteCommandHandler.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/SiteCommandHandler.java,v
retrieving revision 1.2
diff -w -i -r1.2 SiteCommandHandler.java
230c230
<         return mConfig.getStatus().processNewLine(sb.toString(), 200);;
---
>         return mConfig.getStatus().processNewLine(sb.toString(), 200);


--tim

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to