Argh, I thought I had removed this!  Thanks Hoss.

I think this is the danger of applying a patch to a clean area and
then committing from there: certain SVN operations (remove, changing
properties, etc) do not survive the "svn diff" -> patch process.  When
you apply a patch that had an "svn remove" it just blanks out the file
but does not carry over the fact that it was removed.  I think this is
what got me in this case.

Mike

"Chris Hostetter" <[EMAIL PROTECTED]> wrote:
> 
> :    [clover] Sorry, you are not licensed to instrument files in the
> : package ''.
> :    [clover] ** Error(s) occurred and the instrumentation process can't
> : continue.
> 
> that looks like maybe we have code somwhere without any package 
> declaration ... the apache clover license only allows for 
> instrumenting code in org.apache, javax, org.xml, org.w3c, and
> com.example 
> packages.
> 
> I believe the problem is the currently empty 
> src/java/org/apache/lucene/index/DocumentWriter.java file ... instead of 
> the error you describe, i actually get an NPE from clover when compiling 
> on my laptop, but when i removed that file from my working copy
> everything 
> seems to work fine (still waiting on the tests to run ... damn we hav a 
> lot of tests ... damn my laptop isn't very fast) .. yep, clover worked 
> fine.
> 
> i'll remove that empty file.
> 
> 
> -Hoss
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to