There are no logging statements because jakarta-commons-net has no dependencies on any particular logging package. Ant does.
I assume this <configuration> thing is a part of a custom task or revised <ftp> task of your own design. That would be the place to put in logging. You could even put in the stack trace.
It would probably be easier to write a mini standalone java program that invokes commons-net-ftp directly, connects with the same server, and debug that.
If you don't want to do that and can get me access to that server, I would be willing to try it. (If you do that, you'll probably want to reply directly to me and not send your server connection parameters to the list.)
Steve
Neeme Praks wrote:
It just refuses to list any files from the server. Or is there some way to get more information about the possible issue? I didn't see any logging statements in the code...
Rgds, Neeme
Steve Cohen wrote:
I used the following configuration for parsing: <configuration defaultDateFormatStr="yyyy-MM-dd HH:mm" serverTimeZoneId="Europe/Oslo" shortMonthNames="01|02|03|04|05|06|07|08|09|10|11|12"/> (and the system type defaults to Unix)
How does it fail? It should not be necessary to define shortMonthNames, but I don't think that is the cause of your problem.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
