Index: lucene/build.xml =================================================================== --- lucene/build.xml (revision 1361413) +++ lucene/build.xml (working copy) @@ -143,13 +143,9 @@ - + + Clover not enabled! - - - - - @@ -158,12 +154,10 @@ - - @@ -418,6 +412,8 @@ + + Index: lucene/common-build.xml =================================================================== --- lucene/common-build.xml (revision 1361413) +++ lucene/common-build.xml (working copy) @@ -124,9 +124,6 @@ - - @@ -155,7 +152,6 @@ - @@ -213,31 +209,20 @@ - - + + + - - - - - - - - - @@ -793,6 +778,7 @@ > + @@ -1091,50 +1077,57 @@ - + - + + + + + - + ######################################################################### + Atlassian Clover License not found! + + Current License path: ${clover.license.path} + + To use Atlassian Clover with Lucene build, you need a proper license + and let the system property 'clover.license.path' point to it. + You can pass it to ANT with: + + $ ant -Dclover.license.path=/path/to/clover.license -Drun.clover=true ... + + Apache Lucene/Solr Source checkouts from SVN already contain the + file, but source distributions cannot because of legal reasons. + ######################################################################### + +]]> + Code coverage with Atlassian Clover enabled. + + - - + + - + - - - + - - - Clover not found. Code coverage reports disabled. - + + + - - - ################################################################## - Clover not found. - Please make sure clover.jar is in ANT_HOME/lib, or made available - to Ant using other mechanisms like -lib or CLASSPATH. - ################################################################## - - - Index: lucene/tools/clover/clover.license =================================================================== --- lucene/tools/clover/clover.license (revision 0) +++ lucene/tools/clover/clover.license (working copy) @@ -0,0 +1,7 @@ +AAABLQ0ODAoPeNptkF1rwjAUhu/zKwK7rjRVhwiBSdsLQVtZdVeDkaXHGkzTkA+n/36xtbiLXeQmh ++d533NeKq/wyjeYzHCSLOfxkiQ4zfY4iQlBGVhuhHaiUzSV3QXM5xKXGhSuOm84oNQAu08z5oDek +SheRGSO0k45xl3BWqBbcQa85ZypWoK1iPeiSeHbbzDl8WDBWBqRkcm3TEjaBqjtmTemGT/BpDMNy +i9M+j6QHpm0MLoCJi5AnfHPLym7H6j1udEGjuIKlgbDZJAhKTgoCx8h+i5LUAhVDhRTHPKrFub23 +IgkEVmM2s0A7m8a+uXKXV58VeXhPc1RaRqmhB36rYagKi9oeBGZvs4W0yl68OuMbtbZP4M/4V5J0 +QoHNdqFW5+YhbFT/Oj0C1FClngwLgIVAJJTCumwsuBLa8eB0JcPVMcTcRiKAhUAgS9VbXCNOqGDY +ooFNN9744FAK2s=X02f7 \ No newline at end of file Index: lucene/tools/clover/clover.license =================================================================== --- lucene/tools/clover/clover.license (revision 0) +++ lucene/tools/clover/clover.license (working copy) Property changes on: lucene/tools/clover/clover.license ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lucene/tools/clover/README.txt =================================================================== --- lucene/tools/clover/README.txt (revision 0) +++ lucene/tools/clover/README.txt (working copy) @@ -0,0 +1,61 @@ +################################################ + DOCUMENTATION ABOUT ATLASSIAN CLOVER LICENSE +################################################ + +On Fri, Dec 18, 2009 at 1:33 AM, Nicholas Muldoon wrote: +--------------------------------------------------------------------------------- + +Hi, +Atlassian are excited to be presenting Apache with a site license for Clover +2.6. + +This Clover license can be used for any code that is under an org.apache +package. Further, this license can be used by any developer on their machine +in conjunction with our Eclipse or IntelliJ plugins for development on an +org.apache project. + +[license] + + +On Sat, Dec 19, 2009 at 10:38 PM, Nick Pellow wrote: +--------------------------------------------------------------------------------- +Hi Mike, + +That would be great if you could forward this to committers@apache.org. +The license is available to anyone working on the org.apache.* be it +in IDEA/Eclipse/Ant/Maven locally, or on a central build server. + +Since the license will only instrument and report coverage on +org.apache packages, please mention that it is fine to commit this +license to each project if it makes running builds easier. ie just +check out the project and run with Clover, without the need for the +extra step of locating and installing the clover license. + +Cheers, +Nick + +> On 19/12/2009, at 1:11 AM, Michael McCandless wrote: +> +>> Woops, I meant "The only restriction is that it will only test +>> coverage of packages under org.apache", below. +>> +>> Mike +>> +>> On Fri, Dec 18, 2009 at 9:05 AM, Michael McCandless +>> wrote: +>>> +>>> Since this generous offer extends beyond Lucene... +>>> +>>> I'd like to forward this to committers@apache.org, pointing to where +>>> the license is available +>>> +>>> (https://svn.apache.org/repos/private/committers/donated-licenses/cl +>>> over/2.6.x), explaining that Lucene upgraded (providing the link to +>>> our coverage report), etc. +>>> +>>> But I wanted to confirm with you all first: is this OK? This +>>> license may be used by anyone? The only restriction is that it will +>>> only test coverage of packages under org.apache.lucene? +>>> +>>> I can draft something up and run it by you all first, if this makes +>>> sense... Index: lucene/tools/clover/README.txt =================================================================== --- lucene/tools/clover/README.txt (revision 0) +++ lucene/tools/clover/README.txt (working copy) Property changes on: lucene/tools/clover/README.txt ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Date Author Id Revision HeadURL \ No newline at end of property Index: solr/build.xml =================================================================== --- solr/build.xml (revision 1361413) +++ solr/build.xml (working copy) @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Solr @@ -258,64 +258,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Clover not found. Code coverage reports disabled. - - - - - - ################################################################## - Clover not found. - Please make sure clover.jar is in ANT_HOME/lib, or made available - to Ant using other mechanisms like -lib or CLASSPATH. - ################################################################## - - - - - + + + Clover not enabled! + + + - - - - - - + + + + + + + + - @@ -375,6 +337,8 @@ + + - - - - - - - - - +