I am working on making it JDK5 compatible. Achim, I rebuilding trunk with both jdk5 and jdk6 and clear local repository to see if there are other issues.
On Wed, Oct 6, 2010 at 11:23 AM, Achim Nierbeck <[email protected]>wrote: > > 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 > > <[email protected] > >> 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. > -- *Ioannis Canellos* http://iocanel.blogspot.com Integration Expert @ Upstream S.A. <http://www.upstreamsystems.com>
