You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2011/10/18 17:45:57 UTC

[compress] Test files for ZIP64 added

Hi all,

I've added a tar.bz2 holding the eleven zips needed to run all tests in
Zip64SupportIT to svn trunk and use the antrun plugin to trigger Ant's
untar task to extract them before running the tests.

The may be better ways to do it.  I thought the depedency plugin might
be able to help but couldn't figure out how, so I went with what I
know.  Any help is welcome.

If you want to run the whole Zip64 test suite, be sure to plan for
enough time (and have at least 5GB free space on ${java.io.tmpdir}).
"mvn -Prun-it test" is likely going to take more than an hour, most of
the time is spent in I/O.  Writing 5GB of data simply takes time.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [compress] Test files for ZIP64 added

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 18/10/2011 17:45, Stefan Bodewig a écrit :
> Writing 5GB of data simply takes time.

It's time to add this dependency to the project:

     <dependency>
       <groupId>com.intel</groupId>
       <artifactId>ssd</artifactId>
       <version>720</version>
       <scope>test</scope>
     </dependency>

;)

Emmanuel Bourg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org