[
https://issues.apache.org/jira/browse/NET-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Blichmann updated NET-186:
------------------------------------
Attachment: VMSVersioningFTPEntryParser.java
RegexFTPFileEntryParserImpl.java
Removed the dependency on the org.apache.oro.text packages.
> [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
> 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.