[jboss-dev] Non-native zip file handling
Ales Justin
ales.justin at gmail.com
Mon Jun 15 10:50:39 EDT 2009
> we can't use maven for eclipse builds so i don't have the artifactid.
<dependency>
<groupId>de.schlichtherle.io</groupId>
<artifactId>truezip</artifactId>
<version>${version.jboss.truezip}</version>
</dependency>
> Ales Justin wrote:
>> We can try both, once I have properly abstracted zip usage in VFS.
>> I already had a quick stab yesterday, and I don't think it will take
>> me long to finish.
>>
>> Can I just pull it out of central maven repo?
>> Or what's the artifactId?
>>
>> Max Rydahl Andersen wrote:
>>> how does this compare to https://truezip.dev.java.net/ ? (ASL licensed)
>>>
>>> (we use it in JBoss Tools for its nested archives - but it seem to be
>>> very good performance wise too)
>>>
>>> /max
>>>
>>> David M. Lloyd wrote:
>>>> Spurred by the design call, I whipped up a pure Java zip file
>>>> reader. I threw it into the common repository right here:
>>>>
>>>> https://svn.jboss.org/repos/common/jzipfile/trunk
>>>>
>>>> Feel free to check it out and mess with it (you can install it
>>>> locally via maven). The API is really simple. Next week if I have
>>>> time I'll try to integrate this into VFS.
>>>>
>>>> - DML
>>>> _______________________________________________
>>>> jboss-development mailing list
>>>> jboss-development at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/jboss-development
>>> _______________________________________________
>>> jboss-development mailing list
>>> jboss-development at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-development
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
>
More information about the jboss-development
mailing list