Return-Path: Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: (qmail 47254 invoked from network); 6 Oct 2010 08:24:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 08:24:25 -0000 Received: (qmail 42516 invoked by uid 500); 6 Oct 2010 08:24:24 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 42496 invoked by uid 500); 6 Oct 2010 08:24:23 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 42482 invoked by uid 99); 6 Oct 2010 08:24:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 08:24:22 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 08:24:18 +0000 Received: from ben.nabble.com ([192.168.236.152]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1P3PI4-0000Vk-K6 for dev@karaf.apache.org; Wed, 06 Oct 2010 01:23:56 -0700 Date: Wed, 6 Oct 2010 01:23:56 -0700 (PDT) From: Achim Nierbeck To: dev@karaf.apache.org Message-ID: <1286353436609-1641143.post@n3.nabble.com> In-Reply-To: References: Subject: =?UTF-8?Q?Re:_Build_failed_in_Hudson:_Karaf_=C2=BB_Apach?= =?UTF-8?Q?e_Karaf_::_Shell_::_Various_Commands_#101?= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Actually, this is also the case if i use jdk6, at least the version from svn last night didn't build :( Guillaume Nodet wrote: > > Ioannis, it looks like your latest commit break the build on JDK 5. > Could you try fix it please ? > > On Tue, Oct 5, 2010 at 23:26, Apache Hudson Server > > wrote: > >> See < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/101/changes >> > >> >> Changes: >> >> [iocanel] KARAF-209 Added interface InfoProvider. Info command displays >> information provided by InfoProviders >> >> ------------------------------------------ >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache Karaf :: Shell :: Various Commands >> [INFO] task-segment: [clean, install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [clean:clean {execution: default-clean}] >> [INFO] [bundle:cleanVersions {execution: cleanVersions}] >> [INFO] [remote-resources:process {execution: default}] >> [INFO] [antrun:run {execution: copy-notice}] >> [INFO] Executing tasks >> [copy] Copying 1 file to < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/target/maven-shared-archive-resources/META-INF >> > >> [INFO] Executed tasks >> [INFO] [resources:resources {execution: default-resources}] >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] Copying 3 resources >> [INFO] Copying 3 resources >> [INFO] [compiler:compile {execution: default-compile}] >> [INFO] Compiling 21 source files to < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/target/classes >> > >> [HUDSON] Archiving < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/pom.xml> >> to >> /home/hudson/hudson/jobs/Karaf/modules/org.apache.karaf.shell$org.apache.karaf.shell.commands/builds/2010-10-05_21-14-41/archive/org.apache.karaf.shell/org.apache.karaf.shell.commands/2.1.99-SNAPSHOT/pom.xml >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/src/main/java/org/apache/karaf/shell/commands/InfoAction.java>:[109,65] >> cannot find symbol >> symbol : method stringPropertyNames() >> location: class java.util.Properties >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.BuildFailureException: Compilation failure >> < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/src/main/java/org/apache/karaf/shell/commands/InfoAction.java>:[109,65] >> cannot find symbol >> symbol : method stringPropertyNames() >> location: class java.util.Properties >> >> >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) >> at >> org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:592) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at hudson.maven.agent.Main.launch(Main.java:165) >> at hudson.maven.MavenBuilder.call(MavenBuilder.java:165) >> at >> hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681) >> at >> hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625) >> at hudson.remoting.UserRequest.perform(UserRequest.java:114) >> at hudson.remoting.UserRequest.perform(UserRequest.java:48) >> at hudson.remoting.Request$2.run(Request.java:270) >> at >> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) >> at >> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) >> at java.util.concurrent.FutureTask.run(FutureTask.java:123) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) >> at java.lang.Thread.run(Thread.java:595) >> Caused by: org.apache.maven.plugin.CompilationFailureException: >> Compilation >> failure >> < >> https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.commands/ws/src/main/java/org/apache/karaf/shell/commands/InfoAction.java>:[109,65] >> cannot find symbol >> symbol : method stringPropertyNames() >> location: class java.util.Properties >> >> >> at >> org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516) >> at >> org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) >> at >> hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) >> ... 28 more >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 11 minutes 11 seconds >> [INFO] Finished at: Tue Oct 05 21:26:03 UTC 2010 >> [INFO] Final Memory: 56M/177M >> [INFO] >> ------------------------------------------------------------------------ >> >> > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > -- View this message in context: http://karaf.922171.n3.nabble.com/Re-Build-failed-in-Hudson-Karaf-Apache-Karaf-Shell-Various-Commands-101-tp1639068p1641143.html Sent from the Karaf - Dev mailing list archive at Nabble.com.