Hmm, I had added an exemption for this in lucene/facet/build.xml. Does the maven build have its own copy of the exemptions?
Mike McCandless http://blog.mikemccandless.com On Sat, Jan 4, 2014 at 6:50 PM, Steve Rowe <[email protected]> wrote: > Forbidden API errors: > > [mvn] [INFO] > ------------------------------------------------------------------------ > [mvn] [INFO] Building Lucene Facets > [mvn] [INFO] task-segment: [install] > [mvn] [INFO] > ------------------------------------------------------------------------ > [...] > [mvn] [ERROR] Forbidden field access: java.lang.System#out [prints to > System.out; should only be used for debugging, not in production code] > [mvn] [ERROR] in org.apache.lucene.facet.taxonomy.PrintTaxonomyStats > (PrintTaxonomyStats.java:50) > [mvn] [ERROR] Forbidden field access: java.lang.System#out [prints to > System.out; should only be used for debugging, not in production code] > [mvn] [ERROR] in org.apache.lucene.facet.taxonomy.PrintTaxonomyStats > (PrintTaxonomyStats.java:55) > [mvn] [ERROR] Scanned 100 (and 154 related) class file(s) for > forbidden API invocations (in 0.09s), 2 error(s). > > > > > On Sat, Jan 4, 2014 at 6:23 PM, Apache Jenkins Server > <[email protected]> wrote: >> >> Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/553/ >> >> All tests passed >> >> Build Log: >> [...truncated 37777 lines...] >> BUILD FAILED >> >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-4.x/build.xml:482: >> The following error occurred while executing this line: >> >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-4.x/build.xml:176: >> The following error occurred while executing this line: >> >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-4.x/extra-targets.xml:77: >> Java returned: 1 >> >> Total time: 100 minutes 15 seconds >> Build step 'Invoke Ant' marked build as failure >> Recording test results >> Email was triggered for: Failure >> Sending email for trigger: Failure >> >> >> >> >> --------------------------------------------------------------------- >> 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]
