Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Anyone working on bug 33897 (export to .tar.gz/bz2) ?

Hi All,

Hope all is going well.

Just a quick update - I've added a another patch to bugzilla
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=33897) which adds
compressed and uncompressed tar file export support to eclipse. ie. tar,
tar.gz and tar.bz2 archives.

If there's any problems, etc, please let me know.

Cheers,

Marcus

On Wed, 2004-08-11 at 12:22, Marcus Crafter wrote:
> Hi All,
> 
> On Tue, 2004-08-10 at 16:07, Marcus Crafter wrote:
> > On Tue, 2004-08-10 at 15:44, Douglas Pollock wrote:
> > > On August 10, 2004 09:26 am, Marcus Crafter wrote:
> > > > I've written a tar/tar.gz/tar.bz2 import plugin for Eclipse already (if
> > > > anyone is interested let me know), and was planning on writing a tar
> > > > export plugin as well - if no one is working on this I can do it and
> > > > send it in once it's all done.
> > > 
> > > This is wonderful.  Would you be willing to append what you already have to 
> > > the Bugzilla report?  When you get the import plug-in working as well, then 
> > > could you attach that too?  When a patch appears, we should be able to assign 
> > > someone on our team to help integrate this into Eclipse.
> > 
> > Ok, sounds great - I have finished the import plug-in already and can
> > attach that tonight -> I'll start taking a look at the export plugin
> > shortly then.
> > 
> > I'll send in a quick mail once I've attached the import plug-in...
> 
> Ok, have just submitted the tar import plugin as an attachment to bug
> #33897. It's my first ever eclipse plugin so go easy :) but i'd
> definitely like to learn more so feedback is more than welcome.
> 
> The tar import plugin can import files from uncompressed and compressed
> tar files (plain tar files, and also bzip2 or gzip compressed).
> 
> Tar file support is reused from the TarInputStream/etc classes included
> with ANT. Jakarta Commons Collections is also used (perhaps its worth
> having a separate commons collections plugin?)
> 
> Ok, hope this is all ok. Please let me know if there are any problems.
> I'll take a look at the tar export plugin next then.
> 
> Cheers,
> 
> Marcus
-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft Corporation
     $       o_)$$$:   Frankfurt am Main, Germany
     ;$,    _/\ &&:'
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:




Back to the top