From: "Martin Cooper" <[EMAIL PROTECTED]>
> On Mon, 25 Oct 2004 18:55:08 -0400, Henri Yandell <[EMAIL PROTECTED]>
wrote:
> > I hadn't realised we were this close to a 1.1, but I'm +1 for a release.

Release early... means we should get a release out.

> > I just moved WildcardUtils up a directory as it's used by two
> > different subpackages of IO.
Should this just be a method on FilenameUtils? Although the class isn't
specific, maybe we should make it specific.

> > There are a couple of options on the finder code which are not
> > implemented yet (time ones I think).
> I guess it might be better to finish that up than release it not fully
> baked. ;-)
I'd rather release without the finder directory at present. I'm not sure
quite how it fits with the rest of [io] yet.

> > Is there any reason for the IOTestSuite class? It doesn't seem
> > necessary with Maven and seems unlikely to be needed by the generated
> > Maven build.xml (which we need to make sure we redo).
> Hmm, probably not. I'll make sure first, and then take it out assuming
> all is OK.
I've just fixed it, renamed it and added the other missing test suite
classes. They are used by IDE developers who don't want to run ant (and are
in fact faster if you do run ant)

> > > So what do folks think? I'm willing to act as RM, unless someone else
> > > feels like rolling the release.
+1

I currently have two errors, though:
There were 2 errors:
1)
testIsFileNewer(org.apache.commons.io.FileUtilsFileNewerTestCase)java.lang.I
llegalStateException: The temporary file hasn't the right last modification
date
 at
org.apache.commons.io.FileUtilsFileNewerTestCase.testIsFileNewer(FileUtilsFi
leNewerTestCase.java:122)
 at
org.apache.commons.io.FileUtilsFileNewerTestCase.testIsFileNewer(FileUtilsFi
leNewerTestCase.java:72)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
 at org.apache.commons.io.AllIOTestSuite.main(AllIOTestSuite.java:30)
2)
testIsFileNewerImaginaryFile(org.apache.commons.io.FileUtilsFileNewerTestCas
e)java.lang.IllegalStateException: The temporary file hasn't the right last
modification date
 at
org.apache.commons.io.FileUtilsFileNewerTestCase.testIsFileNewer(FileUtilsFi
leNewerTestCase.java:122)
 at
org.apache.commons.io.FileUtilsFileNewerTestCase.testIsFileNewerImaginaryFil
e(FileUtilsFileNewerTestCase.java:89)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
 at org.apache.commons.io.AllIOTestSuite.main(AllIOTestSuite.java:30)

and its too late to look at them. I'm Win98 in case anyone has a chance to
look.

For the release we must ensure that we run jdiff and clirr to check what has
changed and avoid all backwards binary/source incompatability.

Stephen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to