The FileSystemUtils one could be interesting, as so far we've only
really tested on general Unix (gump) and WinXP. No idea why the clean
might fail.
Can you reproduce this using your SVN copy (in Eclipse)? Otherwise
there's not much I can do.
Stephen
Henri Yandell wrote:
Sigs, hashes both worked fine (using KEYS from io download).
Maven fails on the unpacked source zip. JDK 1.4 on OS X. The errors are in:
[junit] Running org.apache.commons.io.FileSystemUtilsTestCase
[junit] Tests run: 21, Failures: 1, Errors: 0, Time elapsed: 0.311 sec
[junit] [ERROR] TEST org.apache.commons.io.FileSystemUtilsTestCase FAILED
[junit] Running org.apache.commons.io.FileUtilsCleanDirectoryTestCase
[junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 0.531 sec
[junit] [ERROR] TEST
org.apache.commons.io.FileUtilsCleanDirectoryTestCase FAILED
Hen
On 3/11/06, Phil Steitz <[EMAIL PROTECTED]> wrote:
+1 for release. I checked the sigs and hashes (using KEYS from
collections download). Checked builds with jdk 1.4 and 1.5 on RH FC2,
both maven and ant.
A small problem that is not enough to -1, but you may want to fix in final:
maven dist failed for me on the distro because I did not have coberta
available for some reason for this project. Suggest you add the
dependency explicitly:
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.1.1</version>
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
<type>plugin</type>
<properties>
<scope>test</scope>
<comment>
Required only for generating test coverage reports.
</comment>
</properties>
</dependency>
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]