Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Switch to JDK 1.5, remove JDK 1.3 logic from ant build
Roll version following IO 1.4 release
Fix the following Javadoc warnings: [javadoc] C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaner.java:40: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed [javadoc] C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaner.java:139: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed [javadoc] C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaningTracker.java:43: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed [javadoc] C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaningTracker.java:173: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed [javadoc] C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\filefilter\package.html: warning - Tag @link: reference not found: java.awt.FileDialog
IO-127 - Changes so that the tests run on JDK 1.3 using the Ant build: - Remove RegexFileFilter tests from FileFilterTestCase and put them in a new separate test case (RegexFileFilterTestCase) - Remove the other JDK 1.4 dependant classes from the package test suites - change the Ant build to conditionally compile and run the tests based on whether Java version is JDK 1.3 or higher
Keep gump happy
ant build - create apidocs directory
Build/Sites changes: - replace maven generated ant build with hand written one - remove build-check-jdk13.xml (replaced by "compile.jdk13" target in build.xml) - minor m1 & m2 build/site updates
Moving to TLP
Moving back :)
Moving to TLP
Merge changes to keep RAT plugin happy back into trunk
Moving to 1.4-SNAPSHOT
Setting version to 1.3.1
Moved to 1.4-SNAPSHOT as 1.3 is now releasable
Rolling versions back until release is done
Setting version to 1.3 in preparation for an rc
Include the license and notice in the javadoc jar
Rolling back to 1.3-SNAPSHOT after building 1.3-RC2
Moving to 1.3 in preparation of a second rc for 1.3
Moving back to 1.3-SNAPSHOT to avoid any surprises
Setting version to 1.3
Changed the src-ide.zip to sources.jar and added a javadoc.jar
Fix these warnings: [javadoc] C:\svn-store\jakarta\commons\io\src\java\org\apache\commons\io\filefilter\package.html: warning - Tag @link: reference not found: java.awt.FileDialog [javadoc] C:\svn-store\jakarta\commons\io\src\java\org\apache\commons\io\FileCleaner.java:43: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed [javadoc] C:\svn-store\jakarta\commons\io\src\java\org\apache\commons\io\FileCleaner.java:174: warning - Tag @link: reference not found: javax.servlet.ServletContextListener#contextDestroyed
Post release 1.2
Switch to version 1.2
Change test case output to plain so works on JDK1.3 bug 38927
Change test case output to plain so works on JDK1.3 bug 38927, from Niall Pemberton
Prepare for v1.2
Set version for 1.2-dev
Setup md5 files correctly
Update build files for version 1.1
Fix manifest for v1.1
Update ant build file for version 1.1
svn:keywords correction
Rename IOTestSuite to PackageTestSuite, include all tests
Bug #30705 - Add conditional file filters. I effectively merged these new filters into the existing And and Or filters, rather than having multiple flavours of them. In practice, this means that I added the contructors from the original filters to these new ones, and then replaced the old with the new. All of the pre-existing tests work with the resulting filters, along with all the new tests supplied with the enhancement request. Thanks to Steven Caswell for the code. I also had to exclude the abstract test cases in the Maven build file, so that JUnit wouldn't try to instantiate and run them, and regenerate the Ant build file.
Several updates: - Update current version to 1.1-dev - Add a version entry for 1.0 - Enable Checkstyle report - Detab and make indentation consistent - Regenerate Ant build file
Built for 1.0 and not 1.0-rc2
new build file. rc1 seems to generate it with absolute file paths, but I have manually changed those and it seems to work
Removed the necessity for the data/test directory. Fixed manually as my local Maven doesn't want to cooperate. Should fix Gump failure.
Fix broken absolute paths
Moved from old Ant style build to Maven build. Maven generated build.xml file there for Gump, so need to remember to keep it synced every now and then.
Bugzilla 22332: Deprecated FileUtils string methods, Code style-up adds data/test directory to test classpath Submitted by: Matthew Hawthorne <mhawthorne at alumni.pitt.edu>
Updated copyright year in Javadocs Link to JDK 1.3 API for Javadocs
Remove dependency on lang
Updated to ignore compress/ tests and to include new bytearray output stream test
Removed examples/ logic from build.xml in the hope gump will build. Added some more tests to the FileFilter tests.
IO made dependent on the current 1.1 pre-release of Lang. This isn't exactly too stunning, but as IO is not going to release before then, it let's me Predicate' the FileFilters.
Fixed testcases; the test target was filtering the testcase resources :-/
Make testcases compile run, even if some still fail :-/
Make test testcases run.
Added compile.examples to build and the examples jar to "jar"
Updated build file. Sniped from alexandria's FileUtils. Added FileUtils test case.
Initial proposal of IO package
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |