Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Fix up so test works on Java 1.3.1
Update
TLP related blanket changes: s:jakarta.apache.org/commons:commons.apache.org: s/commons-user@jakarta.apache.org/user@commons.apache.org/ s/commons-dev@jakarta.apache.org/dev@commons.apache.org/ s/Jakarta Commons/Apache Commons/ s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons: I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in): * Historicals (proposals etc.) * URLs that shouldn't change (DOCTYPE fragments etc.) * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)
Moving to TLP
Moving back :)
Moving to TLP
correct version number
svn:keywords correction
Remove examples/ from redistributable .jar
remove private members from generated Javadoc, as per TODO list
Bringing our POM up to date and regen'd the build.xml
Remove the POP3 tests from the default test target for now - Gump was complaining. It would be nice to be able to e.g. programmatically start James for the purposes of NNTP and POP3 testing. Maybe later.
update version number to 1.3.0-dev after release of 1.2.1
update version to 1.2.1
update version number to 1.3.0-dev after release of 1.2.0
Change to Apache License 2.0
Added a functional test that is data driven to check public ftp sites on the internet. It is currently skipped on the build tests along with any test whose name ends in *FunctionalTest.java so I added a custom goal to maven.xml to run these functional tests. maven test:functional will run them. For some reason the results are printed twice, must be a bug in maven. I also regenerated the ant build.xml to exclude *FunctionalTest.java classes. The test suite has a windows, unix, and a commented out vms public ftp server which is checked. The vms one I'm having trouble with. The other's pass.
Newly generated build.xml which removes the jar dep on the javadoc target.
Changed dependency from oro 2.0.7 to 2.0.8 since the newer version contains bug fixes.
Minor, just updating version numbers.
Regenerated the ant build.xml to include the excluded functional test that requires access to the internet.
add dependency for oro jar
Removed unneeded sample properties file and pulled the test target out of the dependencies for the jar target in the generated build. Maven's generated ant build has trouble if there is no src/test directory.
o Removed the ftp2 code and moved it into a proposal direcotory until we can decide how to proceed with that implementation. o Added a migration document simply stating the package name changes that are required. o Updated the changes document, but the maven changes plugin isn't rendering it very nicely right now. o Updated the tasks to reflect package name changes. o Regenerated the ant build.xml with the latest maven ( b8 - HEAD ). o The example code is *not* included in the jar that is built by maven.
Fixed the following problems reported by Stephen Colebourne: > [net] currently contains two packages > o.a.commons.io > o.a.commons.util > These packages need to be renamed to be > o.a.commons.net.io > o.a.commons.net.util > > Also, some of the licences in the source files refer to the turbine licence, > not the commons licence. This should be changed. Also commented out the dependency of the jar build rule on the test build rule because the test rule doesn't work for me and if it doesn't work for me, it won't work for the average person who checks out the source. Will resolve later (probably punt to Jeff since I've yet to learn Maven).
Patched Maven to generate a build script that will fail the build if any test fails. This is a build script generated with that change.
Regenerated the ant build with maven again after patching maven to generate a build that works when the ant build doesn't retreive the dependencies.
Regenerated from pre-beta-8 Maven. Fixed classpath issues with running the tests.
Added Tapan Karecha as a contributor Regenerated the ant build file with maven-b7 since the unit tests now run before the jar is built Using new feature from maven-b7 to generate a change log for users. Add information to xdocs/changes.xml per version. Moved up to junit-3.8.1
Allow the download via a proxy (It needs Ant-1.5).
Generated ant build no fully functional.
o adding newly generated build.xml file.
o Moved up to maven-b5(HEAD) in preparation for its release. o Cleaned up the project.xml, maven.xml, and xdoc filenames o Checked in a maven generated ant build.xml for building without maven. o Cleaned up javadoc errors when using 1.4 to generate javadocs.
Updated build.xml and project.xml to keep up with Maven.
Updating build to support the latest Maven beta.
* Removed old text documents. * Renamed old build files to build-legacy.* * Added Maven project descriptor * Added standard build.xml * Added README with a small blurb about building the code and web site. * Removed docs directory and image
Initial revision
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 |