You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rory Winston (JIRA)" <ji...@apache.org> on 2008/02/19 21:54:43 UTC

[jira] Closed: (NET-186) [net] [PATCH] RegexFTPFileEntryParserImpl - Removed dependency on org.apache.oro.text.regex packages

     [ https://issues.apache.org/jira/browse/NET-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-186.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Thanks for the contribution, but this is already in for 2.0. Also, the 1.x branch needs to be JDK 1.3 compatible.

> [net] [PATCH] RegexFTPFileEntryParserImpl - Removed dependency on org.apache.oro.text.regex packages
> ----------------------------------------------------------------------------------------------------
>
>                 Key: NET-186
>                 URL: https://issues.apache.org/jira/browse/NET-186
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 1.4
>         Environment: JDK 1.4 or higher
>            Reporter: Christian Blichmann
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: RegexFTPFileEntryParserImpl.java, VMSVersioningFTPEntryParser.java
>
>
> When trying to build the Commons Net source, I found the dependency on the org.apache.oro.text.regex packages just for the implementation of VMS FTP entry parsers a bit heavy.
> So I decided to modifiy the classes RegexFTPFileEntryParserImpl and VMSVersioningFTPEntryParser to only use the regular expression classes from the JDK instead of Jakarta Oro. The changes were minimal, since the JDK classes already implement a Perl5-compatible regular expression engine.
> Although I have tested my changes, further testing may be advisable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.