| /[Apache-SVN]/commons/proper/collections/trunk/build.xml |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:
------------------------------------------------------------------------
r740148 | mbenson | 2009-02-02 15:18:16 -0800 (Mon, 02 Feb 2009) | 1 line
parameterize junit haltonfailure
------------------------------------------------------------------------
r738939 | mbenson | 2009-01-29 09:51:26 -0800 (Thu, 29 Jan 2009) | 1 line
formatting; fix junitreport by enabling XML formatter; parameterize junit forking
------------------------------------------------------------------------
r636579 | skestle | 2008-03-12 16:51:04 -0700 (Wed, 12 Mar 2008) | 1 line
Added KeyValue for creation of deprecated jar to support Hibernate (dependency of SequencedHashMap)
------------------------------------------------------------------------
r596857 | skestle | 2007-11-20 14:36:46 -0800 (Tue, 20 Nov 2007) | 3 lines
Added deprecated.jar target for accepting a 3.* version of collections and pulling out classes needed by hibernate
Jira: COLLECTIONS-277
------------------------------------------------------------------------
r595918 | niallp | 2007-11-16 23:19:43 -0800 (Fri, 16 Nov 2007) | 1 line
Port Jakarta-->Commons TLP changes to JDK5 branch
------------------------------------------------------------------------
r593382 | skestle | 2007-11-08 17:56:05 -0800 (Thu, 08 Nov 2007) | 2 lines
Fixed junit compilation to use test.support.path instead of junit.jar
------------------------------------------------------------------------
r593144 | skestle | 2007-11-08 04:21:55 -0800 (Thu, 08 Nov 2007) | 3 lines
Updated CollectionUtils and test. Probably 80-90% complete for generics. Very open to review / patches.
Jira: COLLECTIONS-245
------------------------------------------------------------------------
r570371 | skestle | 2007-08-28 03:48:24 -0700 (Tue, 28 Aug 2007) | 1 line
Integrated emma coverage into build.xml
------------------------------------------------------------------------
r557489 | skestle | 2007-07-18 21:43:23 -0700 (Wed, 18 Jul 2007) | 1 line
Added explicit dir="${basedir}" property to the junit task to ensure that <ant> tasks referencing this build.xml from another directory will still load up the relative path test data correctly.
------------------------------------------------------------------------
r468599 | scolebourne | 2006-10-27 17:37:31 -0700 (Fri, 27 Oct 2006) | 1 line
Switch to new ASF licence format with copyright dates in NOTICE.txt
------------------------------------------------------------------------
Setting build.xml version to 3.3
make test forking configurable
Fix test reports directory
Try to fix gump failure
Include missing files in distros built by ant & m1
COLLECTIONS-281 - Change maven build to create Collections Test Framework jar
Changes because of the TLP move.
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
Fixed copyright header (committing in parts as the full commit timed out)
Post release v3.2
Release v3.2
Allow a single test to be run from ant rfe 38645, from Matt Benson
Update build script for 3.2
Adjust ant splitjar for 3.2
Prepare build for 3.2
svn:keywords correction
Change script to satisfy nightly build process
Post v3.1 cleanup
Prepare for version 3.1
Upgrade version to 3.1-RC1
Add support for clirr
fix broken build.xml
Add targets that could be used to build smaller jars
Get extra log information back when test fails
Improve ant script to provide more info on tests
Change to Apache License 2.0
Add notice to builds
Update to version 3.1-dev
New ant build file
Switch to version 3.0
Tidy deprecation messages prior to release 3.0
Add overview for version 3.0
Update to new location on Sun website
Fix to testframework javadoc build for gump
Fix ant build to validate only part of testframework
Rework build script for new test classes
Add MapIterator to BidiMap
fix and re-enable build-validate-testframework
temporarily disable build-validate-testframework to allow "ant dist" to complete (see note on dev list)
Change ant to not report deprecated methods in test classes
Change javadoc produced from public only to protected as well
Finish integration of testframework jar, with javadoc and validation build
Add ability to create testframework jar
Ensure Ant tests all the packages
Puts back the jar files to where they were to get builds going again
Start the process of writing 3.0 release notes - iterator package
Remove deprecated primitive classes Prepare for primitive release
generate object and primitive jars in both maven and ant
* only javadoc public members * fix resulting javadoc warnings * add one-arg (Map) constructor to DefaultMapBag, use it in HashBag and TreeBag * fix license typos in touched files
follow Stefan's advice and use ${year} instead of "2003"
* run test as part of dist -- good for gump, good for releases * update © to include 2003
cosmetic changes only
expose ${javac.debug}, ${javac.deprecation} and ${javac.optimize} properties
Now the tag for the actual release :)
When of course I meant RC2. Damn. Time to figure out how to adjust a tag.
Changed tag to 2_1_RC1
Updated project number to 2.1
Fix the name - the file in CVS is called LICENCE.txt.
(c) 2001 - 2002
changed build script to use local copy of LICENSE file
updated source distro task to work more like previous versions
added target for source distribution
added LICENSE to binary distribution jar
added targets to build binary distributions
Show protected methods in javadocs. We have a few {@link}s to protected
methods that were causing warnings.
added more documentation to the release
updating release version
committing ungenerated parts of documentation patch from Chuck Burdick
Update version numbers for development subsequent to 1.0 releases.
Update documentation and configuration information for a 1.0 release of the Collections package.
and back...:) PR: Obtained from: Submitted by: Reviewed by:
last night I undid the tag for 0.02 because I thought I needed to modify EP to help deprecate out of Vel and Turbine. There turned out to be another way, so flipping the build to 0.02 for a sec for a re-tag PR: Obtained from: Submitted by: Reviewed by:
update to version. PR: Obtained from: Submitted by: Reviewed by:
v0.02 - want to tag again to move into Velocity, with the latest changes. Again, won't be a release - just a marker PR: Obtained from: Submitted by: Reviewed by:
Added TestCases for LRUMap and SoftRefHashMap
delete ${dest.classes} after dist
no ver on jar PR: Obtained from: Submitted by: Reviewed by:
post-tag update of build ver PR: Obtained from: Submitted by: Reviewed by:
Need to make a small fix - backed out the tag I just did, reverting version number. Will fix to a clean build and will retag, and re-version "There is nothing to see here..." PR: Obtained from: Submitted by: Reviewed by:
updated post-tag version. Onward to a real release... PR: Obtained from: Submitted by: Reviewed by:
Added version. PR: Obtained from: Submitted by: Reviewed by:
Update collections to the new distribution directory guidelines. NOTE: I didn't mess with the creation of the "classes" subdirectory in the output distribution, because Rodney might want to get involved with that part of these build scripts.
* reads properties from ../build.properties * changed order of prop files to match beanutils--now component, then commons, then user
Reads properties from ../build.properties as well.
Applied Scott Sanders' patch restoring the peek(n) method. PR: Obtained from: Submitted by: Reviewed by:
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 |