+1 from my side. On Tue, Dec 1, 2009 at 10:27 AM, Uwe Schindler <u...@thetaphi.de> wrote: > Here the fix. I will commit this before hudson builds again. > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -----Original Message----- >> From: Simon Willnauer [mailto:simon.willna...@googlemail.com] >> Sent: Tuesday, December 01, 2009 10:21 AM >> To: java-dev@lucene.apache.org >> Subject: Re: Build failed in Hudson: Lucene-trunk #1014 >> >> Why not simply using the size of the collection instead of a loop >> >> count += payloads.size(); >> >> >> simon >> >> On Tue, Dec 1, 2009 at 10:07 AM, Uwe Schindler <u...@thetaphi.de> wrote: >> > Here are the corresponding bug reports: >> > >> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6294589 >> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6297416 >> > >> > They are fixed in newer versions. >> > >> > I will fix by reverting that change and use the original for-loop, a >> foreach >> > loop without using the variable is bogus. Should I or not? >> > >> > ----- >> > Uwe Schindler >> > H.-H.-Meier-Allee 63, D-28213 Bremen >> > http://www.thetaphi.de >> > eMail: u...@thetaphi.de >> > >> >> -----Original Message----- >> >> From: Uwe Schindler [mailto:u...@thetaphi.de] >> >> Sent: Tuesday, December 01, 2009 9:58 AM >> >> To: java-dev@lucene.apache.org; simon.willna...@gmail.com >> >> Subject: RE: Build failed in Hudson: Lucene-trunk #1014 >> >> >> >> Maybe you should remove this SuppressWarnings, at this is Eclipse only. >> Or >> >> rewrite it to simple a simple while loop through the iterator and >> count. >> >> >> >> For (Iterator<byte[]> it=payloads.iterator(); it.hasNext(); it.next()) >> { >> >> count++ >> >> } >> >> >> >> ----- >> >> Uwe Schindler >> >> H.-H.-Meier-Allee 63, D-28213 Bremen >> >> http://www.thetaphi.de >> >> eMail: u...@thetaphi.de >> >> >> >> >> >> > -----Original Message----- >> >> > From: Simon Willnauer [mailto:simon.willna...@googlemail.com] >> >> > Sent: Tuesday, December 01, 2009 9:32 AM >> >> > To: java-dev >> >> > Subject: Re: Build failed in Hudson: Lucene-trunk #1014 >> >> > >> >> > On Tue, Dec 1, 2009 at 9:03 AM, Uwe Schindler <u...@thetaphi.de> >> wrote: >> >> > > Very strange... >> >> > > >> >> > > This javac failure does not happen with 1.5.0_22 on Solaris, but it >> >> > seems to >> >> > > be a problem with a for-each loop in the analyzers package... >> >> > > >> >> > > Simon, do you have an idea? >> >> > >> >> > My first guess is TestPositionIncrement.java line 280: >> >> > >> >> > for (@SuppressWarnings("unused") byte[] bytes : payloads) { >> >> > count++; >> >> > //System.out.println(new String(bytes)); >> >> > } >> >> > >> >> > I guess that is the reason - weird though! I tried that on 2 systems >> >> > too with a 1.5.0_22 but I will try with a 1.5.0_14. >> >> > >> >> > simon >> >> > > >> >> > > ----- >> >> > > Uwe Schindler >> >> > > H.-H.-Meier-Allee 63, D-28213 Bremen >> >> > > http://www.thetaphi.de >> >> > > eMail: u...@thetaphi.de >> >> > > >> >> > >> -----Original Message----- >> >> > >> From: Apache Hudson Server [mailto:hud...@hudson.zones.apache.org] >> >> > >> Sent: Tuesday, December 01, 2009 4:50 AM >> >> > >> To: java-dev@lucene.apache.org >> >> > >> Subject: Build failed in Hudson: Lucene-trunk #1014 >> >> > >> >> >> > >> See <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > trunk/1014/changes> >> >> > >> >> >> > >> Changes: >> >> > >> >> >> > >> [uschindler] LUCENE-2094: Prepare CharArraySet for Unicode 4.0 >> >> > >> >> >> > >> [uschindler] LUCENE-1844: Fix problem in windows, because the path >> >> > >> separator \ is also an escape for properties files. Simple fix is >> to >> >> > >> replace all backslashs by forward slashes in the getReuters20File. >> >> > >> >> >> > >> [uschindler] fix javadoc >> >> > >> >> >> > >> [uschindler] fix javadocs >> >> > >> >> >> > >> ------------------------------------------ >> >> > >> [...truncated 2471 lines...] >> >> > >> >> >> > >> jflex-uptodate-check: >> >> > >> >> >> > >> jflex-notice: >> >> > >> >> >> > >> init: >> >> > >> >> >> > >> init-dist: >> >> > >> [mkdir] Created dir: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> trunk/ws/trunk/build> >> >> > >> [mkdir] Created dir: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> trunk/ws/trunk/dist> >> >> > >> [mkdir] Created dir: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/dist/maven> >> >> > >> >> >> > >> package-tgz-src: >> >> > >> [tar] Building tar: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/lucene-2009-12-01_02-03-50-src.tar> >> >> > >> [gzip] Building: >> >> > <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/dist/lucene-2009-12-01_02-03-50-src.tar.gz> >> >> > >> >> >> > >> BUILD SUCCESSFUL >> >> > >> Total time: 28 seconds >> >> > >> + cp dist/lucene-2009-12-01_02-03-50-src.tar.gz >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> trunk/ws/artifacts> >> >> > >> + /export/home/hudson/tools/ant/latest/bin/ant -lib >> >> > >> /export/home/nigel/hudsonSupport/maven - >> >> > Dsvnversion.exe=/opt/subversion- >> >> > >> current/bin/svnversion -Dsvn.exe=/opt/subversion-current/bin/svn - >> >> > >> Dversion=3.1-SNAPSHOT generate-maven-artifacts >> >> > >> Buildfile: build.xml >> >> > >> >> >> > >> maven.ant.tasks-check: >> >> > >> >> >> > >> javacc-uptodate-check: >> >> > >> >> >> > >> javacc-notice: >> >> > >> >> >> > >> jflex-uptodate-check: >> >> > >> >> >> > >> jflex-notice: >> >> > >> >> >> > >> init: >> >> > >> >> >> > >> clover.setup: >> >> > >> >> >> > >> clover.info: >> >> > >> >> >> > >> clover: >> >> > >> >> >> > >> compile-core: >> >> > >> [mkdir] Created dir: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/classes/java> >> >> > >> [javac] Compiling 393 source files to >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/classes/java> >> >> > >> [javac] Note: Some input files use or override a deprecated >> API. >> >> > >> [javac] Note: Recompile with -Xlint:deprecation for details. >> >> > >> >> >> > >> jar-core: >> >> > >> [jar] Building jar: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/lucene-core-3.1-SNAPSHOT.jar> >> >> > >> >> >> > >> build-contrib: >> >> > >> >> >> > >> common: >> >> > >> [echo] Building analyzers... >> >> > >> >> >> > >> javacc-uptodate-check: >> >> > >> >> >> > >> javacc-notice: >> >> > >> >> >> > >> jflex-uptodate-check: >> >> > >> >> >> > >> jflex-notice: >> >> > >> >> >> > >> common.init: >> >> > >> >> >> > >> build-lucene: >> >> > >> >> >> > >> build-lucene-tests: >> >> > >> >> >> > >> javacc-uptodate-check: >> >> > >> >> >> > >> javacc-notice: >> >> > >> >> >> > >> jflex-uptodate-check: >> >> > >> >> >> > >> jflex-notice: >> >> > >> >> >> > >> init: >> >> > >> >> >> > >> clover.setup: >> >> > >> >> >> > >> clover.info: >> >> > >> >> >> > >> clover: >> >> > >> >> >> > >> compile-core: >> >> > >> >> >> > >> compile-test: >> >> > >> [mkdir] Created dir: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/classes/test> >> >> > >> [javac] Compiling 209 source files to >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build/classes/test> >> >> > >> [javac] An exception has occurred in the compiler (1.5.0_14). >> >> > Please >> >> > >> file a bug at the Java Developer Connection >> >> > >> (http://java.sun.com/webapps/bugreport) after checking the Bug >> >> Parade >> >> > for >> >> > >> duplicates. Include your program and the following diagnostic in >> your >> >> > >> report. Thank you. >> >> > >> [javac] java.lang.AssertionError: {unused} >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.visitArray(TreeMaker. >> >> > >> java:634) >> >> > >> [javac] at >> >> > >> >> com.sun.tools.javac.code.Attribute$Array.accept(Attribute.java:124) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.translate(TreeMaker.j >> >> > >> ava:637) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.visitCompoundInternal >> >> > >> (TreeMaker.java:628) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.translate(TreeMaker.j >> >> > >> ava:641) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.TreeMaker.Annotation(TreeMaker.java:649) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.TreeMaker.Annotations(TreeMaker.java:570) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.TreeMaker.VarDef(TreeMaker.java:554) >> >> > >> [javac] at >> >> > >> >> >> > >> com.sun.tools.javac.comp.Lower.visitIterableForeachLoop(Lower.java:2892) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitForeachLoop(Lower.java:2755) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$ForeachLoop.accept(Tree.java:597) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:54) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:145 >> >> > >> ) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitBlock(Lower.java:2927) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:535) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitWhileLoop(Lower.java:2939) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$WhileLoop.accept(Tree.java:563) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:54) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:145 >> >> > >> ) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitBlock(Lower.java:2927) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:535) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> com.sun.tools.javac.tree.TreeTranslator.visitMethodDef(TreeTranslator.java >> >> > >> :129) >> >> > >> [javac] at >> >> > >> >> >> com.sun.tools.javac.comp.Lower.visitMethodDefInternal(Lower.java:2267) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitMethodDef(Lower.java:2186) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$MethodDef.accept(Tree.java:478) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:1989) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.tree.Tree$ClassDef.accept(Tree.java:434) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1881) >> >> > >> [javac] at >> >> > >> com.sun.tools.javac.comp.Lower.translate(Lower.java:1901) >> >> > >> [javac] at >> >> > >> >> >> com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3064) >> >> > >> [javac] at >> >> > >> >> com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:487) >> >> > >> [javac] at >> com.sun.tools.javac.main.Main.compile(Main.java:592) >> >> > >> [javac] at >> com.sun.tools.javac.main.Main.compile(Main.java:544) >> >> > >> [javac] at com.sun.tools.javac.Main.compile(Main.java:67) >> >> > >> [javac] at >> sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> >> > >> Method) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >> >> > >> 39) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:56) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:997) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391 >> >> > >> ) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391 >> >> > >> ) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> org.apache.tools.ant.Target.execute(Target.java:357) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Target.performTasks(Target.java:385) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheck >> >> > >> Executor.java:38) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Project.executeTargets(Project.java:1181) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> org.apache.tools.ant.Target.execute(Target.java:357) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Target.performTasks(Target.java:385) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheck >> >> > >> Executor.java:38) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Project.executeTargets(Project.java:1181) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> org.apache.tools.ant.Target.execute(Target.java:357) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Target.performTasks(Target.java:385) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheck >> >> > >> Executor.java:38) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Project.executeTargets(Project.java:1181) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:289) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:208) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391 >> >> > >> ) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> >> > >> [javac] at >> sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> >> > >> Source) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> >> > >> pl.java:25) >> >> > >> [javac] at java.lang.reflect.Method.invoke(Method.java:585) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105 >> >> > >> ) >> >> > >> [javac] at org.apache.tools.ant.Task.perform(Task.java:348) >> >> > >> [javac] at >> org.apache.tools.ant.Target.execute(Target.java:357) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Target.performTasks(Target.java:385) >> >> > >> [javac] at >> >> > >> >> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Project.executeTarget(Project.java:1298) >> >> > >> [javac] at >> >> > >> >> >> > >> >> >> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor >> >> > >> .java:41) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.Project.executeTargets(Project.java:1181) >> >> > >> [javac] at org.apache.tools.ant.Main.runBuild(Main.java:698) >> >> > >> [javac] at org.apache.tools.ant.Main.startAnt(Main.java:199) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) >> >> > >> [javac] at >> >> > >> org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) >> >> > >> >> >> > >> BUILD FAILED >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build.xml>:662: The following error occurred while >> >> > >> executing this line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/build.xml>:652: The following error occurred while >> >> > >> executing this line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/contrib/analyzers/build.xml>:29: The following >> error >> >> > >> occurred while executing this line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > >> trunk/ws/trunk/contrib/contrib-build.xml>:60: The following error >> >> > occurred >> >> > >> while executing this line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > trunk/ws/trunk/common- >> >> > >> build.xml>:354: The following error occurred while executing this >> >> line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > trunk/ws/trunk/common- >> >> > >> build.xml>:370: The following error occurred while executing this >> >> line: >> >> > >> <http://hudson.zones.apache.org/hudson/job/Lucene- >> >> > trunk/ws/trunk/common- >> >> > >> build.xml>:556: Compile failed; see the compiler error output for >> >> > details. >> >> > >> >> >> > >> Total time: 20 seconds >> >> > >> Publishing Javadoc >> >> > >> Archiving artifacts >> >> > >> Recording test results >> >> > >> Publishing Clover coverage report... >> >> > >> No Clover report will be published due to a Build Failure >> >> > >> >> >> > >> >> >> > >> ------------------------------------------------------------------ >> --- >> >> > >> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> >> > >> For additional commands, e-mail: java-dev-h...@lucene.apache.org >> >> > > >> >> > > >> >> > > >> >> > > ------------------------------------------------------------------- >> -- >> >> > > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> >> > > For additional commands, e-mail: java-dev-h...@lucene.apache.org >> >> > > >> >> > > >> >> > >> >> > --------------------------------------------------------------------- >> >> > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> >> > For additional commands, e-mail: java-dev-h...@lucene.apache.org >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> >> For additional commands, e-mail: java-dev-h...@lucene.apache.org >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> > For additional commands, e-mail: java-dev-h...@lucene.apache.org >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-dev-h...@lucene.apache.org > >
--------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org