Forbidden apis does a bytecode scan of class files. I removed the benchmard file in question but javac tasks wont remove lingering related class files from build/, you need ant clean unfortunately. On Sep 4, 2014 6:20 PM, "Hoss Man (JIRA)" <[email protected]> wrote:
> > [ > https://issues.apache.org/jira/browse/LUCENE-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Hoss Man resolved LUCENE-5906. > ------------------------------ > Resolution: Fixed > > bah ... somehow i have an inconsistent checkout? > > sorry for the noise > > > Use Files.delete instead of File.delete + made up exception > > ----------------------------------------------------------- > > > > Key: LUCENE-5906 > > URL: https://issues.apache.org/jira/browse/LUCENE-5906 > > Project: Lucene - Core > > Issue Type: Bug > > Reporter: Robert Muir > > Fix For: 5.0, 4.11 > > > > Attachments: LUCENE-5906.patch, LUCENE-5906.patch, > LUCENE-5906.patch, LUCENE-5906.patch, LUCENE-5906.patch > > > > > > We are on java7, if we cannot delete a file, this one returns a real > exception as to why. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
