Index: backwards/backwards-readme.txt =================================================================== --- backwards/backwards-readme.txt (revision 0) +++ backwards/backwards-readme.txt (revision 0) @@ -0,0 +1,13 @@ +This folder contains the src/ folder of the previous Lucene major version. + +The test-backwards ANT task compiles the core classes of the previous version and its tests +against these class files. After that the compiled test classes are run against the new +lucene-core.jar file. + +After branching a new Lucene major version (branch name "lucene_X_Y") do the following: + +* svn rm backwards/src/ +* svn cp https://svn.apache.org/repos/asf/lucene/java/branches/lucene_X_Y/src/ backwards/src/ +* Check that everything is correct: The backwards folder should contain a src/ folder + that now contains java, test, demo,.... The files should be the ones from the branch. +* Run "ant test-backwards" Property changes on: backwards\backwards-readme.txt ___________________________________________________________________ Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Index: build.xml =================================================================== --- build.xml (revision 924182) +++ build.xml (working copy) @@ -33,10 +33,6 @@ - - - - @@ -58,7 +54,7 @@ + + + + - + - + - + - + - - - Initial SVN checkout for '${backwards.branch}'... - - - - - - - - + + + + +WARNING: Backwards compatibility tests can only be run from SVN checkout. +The source distribution does not contain sources of the previous Lucene Java version. - + - Update backwards branch '${backwards.branch}' to revision ${backwards.rev}... - - - - - - - - + - - - - - - Backwards branch '${backwards.branch}' could not be found in directory '${backwards.dir}'. - - - - - - - - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - Index: common-build.xml =================================================================== --- common-build.xml (revision 924182) +++ common-build.xml (working copy) @@ -42,8 +42,6 @@ - - @@ -86,7 +84,6 @@ - @@ -95,10 +92,13 @@ + + + - + - + @@ -547,8 +547,8 @@ - - + + Index: contrib/analyzers/common/build.xml =================================================================== --- contrib/analyzers/common/build.xml (revision 924182) +++ contrib/analyzers/common/build.xml (working copy) @@ -35,20 +35,4 @@ - - - - - - - - - - - - - - Property changes on: contrib\analyzers\common\src\test\org\apache\lucene\analysis\snowball ___________________________________________________________________ Deleted: svn:ignore - data Added: svn:externals + data -r500 svn://svn.tartarus.org/snowball/trunk/data Index: contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball/TestSnowballVocab.java =================================================================== --- contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball/TestSnowballVocab.java (revision 924182) +++ contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball/TestSnowballVocab.java (working copy) @@ -44,7 +44,7 @@ dataRoot = getDataFile("data"); } catch (IOException ioe) { dataRoot = null; - System.err.println("WARN: This test was disabled, as the svn checkout of snowball test files is not supported on your system!"); + System.err.println("WARN: This test was disabled, as the snowball test files are not available!"); } }