You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "ralph.goers @dslextreme.com" <ra...@dslextreme.com> on 2011/11/02 17:49:52 UTC

Re: [jira] [Resolved] (VFS-379) Replace custom BZIP2 code with Apache Commons Compress 1.3.

Thank you, thank you, thank you!  You probably just cleared up most of the
remaining checkstyle errors. I've looked at that code a few times and just
completely gave up trying to understand it.

Ralph

On Wed, Nov 2, 2011 at 9:25 AM, Gary D. Gregory (Resolved) (JIRA) <
jira@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/VFS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Gary D. Gregory resolved VFS-379.
> ---------------------------------
>
>    Resolution: Fixed
>
> commit -m "[VFS-379] Replace custom BZIP2 code with Apache Commons
> Compress 1.3." (7 paths specified)
>    Sending
>  C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/impl/providers.xml
>    Deleting
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/BZip2Constants.java
>    Sending
>  C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java
>    Deleting
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CBZip2InputStream.java
>    Deleting
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CBZip2OutputStream.java
>    Deleting
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CRC.java
>    Sending
>  C:/svn/org/apache/commons/trunks-proper/vfs/src/changes/changes.xml
>    Transmitting file data ...
>    Committed revision 1196670.
>
> > Replace custom BZIP2 code with Apache Commons Compress 1.3.
> > -----------------------------------------------------------
> >
> >                 Key: VFS-379
> >                 URL: https://issues.apache.org/jira/browse/VFS-379
> >             Project: Commons VFS
> >          Issue Type: Improvement
> >    Affects Versions: 2.0
> >         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28
> 12:31:09-0500)
> > Maven home: C:\Java\apache-maven-3.0.3\bin\..
> > Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
> > Java home: C:\Program Files\Java\jdk1.6.0_29\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> >            Reporter: Gary D. Gregory
> >             Fix For: Nightly Builds
> >
> >
> > Replace custom TAR code with Apache Commons Compress 1.3 in
> org.apache.commons.vfs2.provider.bzip2 with
> org.apache.commons.compress.compressors.bzip2
> > Remove the package private code in
> org.apache.commons.vfs2.provider.bzip2 , similar versions are public in
> Commons Compress 1.3 org.apache.commons.compress.compressors.bzip2
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators:
> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

Re: [jira] [Resolved] (VFS-379) Replace custom BZIP2 code with Apache Commons Compress 1.3.

Posted by Gary Gregory <ga...@gmail.com>.
You're welcome, you're welcome, you're welcome ;)

There are, sadly, still plenty (229) checkstyle errors. Only 3 FindBugs
issues though.

Gary

On Wed, Nov 2, 2011 at 12:49 PM, ralph.goers @dslextreme.com <
ralph.goers@dslextreme.com> wrote:

> Thank you, thank you, thank you!  You probably just cleared up most of the
> remaining checkstyle errors. I've looked at that code a few times and just
> completely gave up trying to understand it.
>
> Ralph
>
> On Wed, Nov 2, 2011 at 9:25 AM, Gary D. Gregory (Resolved) (JIRA) <
> jira@apache.org> wrote:
>
> >
> >     [
> >
> https://issues.apache.org/jira/browse/VFS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
> >
> > Gary D. Gregory resolved VFS-379.
> > ---------------------------------
> >
> >    Resolution: Fixed
> >
> > commit -m "[VFS-379] Replace custom BZIP2 code with Apache Commons
> > Compress 1.3." (7 paths specified)
> >    Sending
> >
>  C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/impl/providers.xml
> >    Deleting
> >
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/BZip2Constants.java
> >    Sending
> >
>  C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java
> >    Deleting
> >
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CBZip2InputStream.java
> >    Deleting
> >
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CBZip2OutputStream.java
> >    Deleting
> >
> C:/svn/org/apache/commons/trunks-proper/vfs/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/CRC.java
> >    Sending
> >  C:/svn/org/apache/commons/trunks-proper/vfs/src/changes/changes.xml
> >    Transmitting file data ...
> >    Committed revision 1196670.
> >
> > > Replace custom BZIP2 code with Apache Commons Compress 1.3.
> > > -----------------------------------------------------------
> > >
> > >                 Key: VFS-379
> > >                 URL: https://issues.apache.org/jira/browse/VFS-379
> > >             Project: Commons VFS
> > >          Issue Type: Improvement
> > >    Affects Versions: 2.0
> > >         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28
> > 12:31:09-0500)
> > > Maven home: C:\Java\apache-maven-3.0.3\bin\..
> > > Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
> > > Java home: C:\Program Files\Java\jdk1.6.0_29\jre
> > > Default locale: en_US, platform encoding: Cp1252
> > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> > >            Reporter: Gary D. Gregory
> > >             Fix For: Nightly Builds
> > >
> > >
> > > Replace custom TAR code with Apache Commons Compress 1.3 in
> > org.apache.commons.vfs2.provider.bzip2 with
> > org.apache.commons.compress.compressors.bzip2
> > > Remove the package private code in
> > org.apache.commons.vfs2.provider.bzip2 , similar versions are public in
> > Commons Compress 1.3 org.apache.commons.compress.compressors.bzip2
> >
> > --
> > This message is automatically generated by JIRA.
> > If you think it was sent incorrectly, please contact your JIRA
> > administrators:
> > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
> >
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory