if you are looking at kicking the tyres - docker with "jenkinsci/blueocean" should have a fairly recent build available (docker run -p 8080:8080 jenkinsci/blueocean I believe it is) - may be an easier way to get started.
Hopefully will be in the update center soon for people to try. On Thursday, June 9, 2016 at 2:52:00 PM UTC+10, Michael Neale wrote: > > Sorry Sebastian - can't really tell much from that failure. > > Try a clean checkout? > > I know people are now building on OSX and windows (almost working there) > and linux. > > > > On Thursday, June 9, 2016 at 5:55:09 AM UTC+10, Sebastian Musioł wrote: >> >> Hello all, >> >> I have an issue with blueocean building. After executing 'mvn clean >> install' command there is an error visible: >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:3.3:compile >> (default-compile) on project blueocean-commons: Compilation failure >> [ERROR] java.nio.file.NoSuchFileException: >> /home/arex/tools/jenkins-blueocean/blueocean-commons/target/classes/META-INF/annotations/hudson.Extension >> [ERROR] -> [Help 1] >> >> Below snapshot from logs: >> >> Apache Maven 3.3.9 >> Maven home: /usr/share/maven >> Java version: 9-internal, vendor: Oracle Corporation >> Java home: /usr/lib/jvm/java-9-openjdk-amd64 >> Default locale: en_US, platform encoding: UTF-8 >> OS name: "linux", version: "4.4.0-22-generic", arch: "amd64", family: >> "unix" >> ... >> [INFO] >> /home/arex/tools/jenkins-blueocean/blueocean-commons/src/main/java/io/jenkins/blueocean/commons/stapler/JsonBody.java: >> >> Recompile with -Xlint:unchecked for details. >> [INFO] ------------------------------------------------------------- >> [ERROR] COMPILATION ERROR : >> [INFO] ------------------------------------------------------------- >> [ERROR] java.nio.file.NoSuchFileException: >> /home/arex/tools/jenkins-blueocean/blueocean-commons/target/classes/META-INF/annotations/hudson.Extension >> [INFO] 1 error >> [INFO] ------------------------------------------------------------- >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Blue Ocean UI Parent ............................... SUCCESS [ >> 8.020 s] >> [INFO] BlueOcean :: Commons API ........................... FAILURE [ >> 6.952 s] >> [INFO] BlueOcean :: Web module ............................ SKIPPED >> [INFO] BlueOcean :: Rest module ........................... SKIPPED >> [INFO] BlueOcean :: Dashboard ............................. SKIPPED >> [INFO] BlueOcean :: REST API implementation ............... SKIPPED >> [INFO] BlueOcean :: Aggregator ............................ SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 16.701 s >> [INFO] Finished at: 2016-06-08T21:40:53+02:00 >> [INFO] Final Memory: 57M/190M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:3.3:compile >> (default-compile) on project blueocean-commons: Compilation failure >> [ERROR] java.nio.file.NoSuchFileException: >> /home/arex/tools/jenkins-blueocean/blueocean-commons/target/classes/META-INF/annotations/hudson.Extension >> [ERROR] -> [Help 1] >> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute >> goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile >> (default-compile) on project blueocean-commons: Compilation failure >> java.nio.file.NoSuchFileException: >> /home/arex/tools/jenkins-blueocean/blueocean-commons/target/classes/META-INF/annotations/hudson.Extension >> >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) >> at >> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) >> at >> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native >> Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) >> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: >> Compilation failure >> java.nio.file.NoSuchFileException: >> /home/arex/tools/jenkins-blueocean/blueocean-commons/target/classes/META-INF/annotations/hudson.Extension >> >> at >> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:911) >> at >> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129) >> at >> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) >> ... 20 more >> [ERROR] >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with the >> command >> [ERROR] mvn <goals> -rf :blueocean-commons >> >> pom.xml without changes (sam as in latest git rev, attached) >> >> Full logs with debugs under: >> https://drive.google.com/open?id=0B1I0SxPG8c65UnN6LWJWeVZqMTg >> >> >> Thanks for help in advance. >> >> BR, >> Seba >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bbf54579-02b3-4755-bc17-4f439429f6b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
