Created
February 2, 2013 08:03
-
-
Save typosterr/4696515 to your computer and use it in GitHub Desktop.
error log about compile sample jenkins plugin with Maven on Mac OSX 10.8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mvn package -e | |
| [INFO] Error stacktraces are turned on. | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building sample 1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-hpi-plugin:1.74:validate (default-validate) @ sample --- | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:1.0.1:display-info (default) @ sample --- | |
| [INFO] Maven Version: 3.0.4 | |
| [INFO] JDK Version: 1.6.0_37 normalized as: 1.6.0-37 | |
| [INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.8.2 | |
| [INFO] | |
| [INFO] --- maven-localizer-plugin:1.13:generate (default) @ sample --- | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ sample --- | |
| [debug] execute contextualize | |
| [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] Copying 5 resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ sample --- | |
| [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent! | |
| [INFO] Compiling 1 source file to /Users/typosterr/Development/Jenkins_Plugin/sample/target/classes | |
| [INFO] ------------------------------------------------------------- | |
| [ERROR] COMPILATION ERROR : | |
| [INFO] ------------------------------------------------------------- | |
| [ERROR] /Users/typosterr/Development/Jenkins_Plugin/sample/src/main/java/org/sample/null/HelloWorldBuilder.java:[1,19] <identifier> ??????? | |
| [INFO] 1 error | |
| [INFO] ------------------------------------------------------------- | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD FAILURE | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 3.877s | |
| [INFO] Finished at: Sat Feb 02 16:58:54 JST 2013 | |
| [INFO] Final Memory: 13M/81M | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project sample: Compilation failure | |
| [ERROR] /Users/typosterr/Development/Jenkins_Plugin/sample/src/main/java/org/sample/null/HelloWorldBuilder.java:[1,19] <identifier> ??????? | |
| [ERROR] -> [Help 1] | |
| org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project sample: Compilation failure | |
| /Users/typosterr/Development/Jenkins_Plugin/sample/src/main/java/org/sample/null/HelloWorldBuilder.java:[1,19] <identifier> ??????? | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) | |
| 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:84) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) | |
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) | |
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) | |
| at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) | |
| at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) | |
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) | |
| 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:597) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) | |
| Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure | |
| /Users/typosterr/Development/Jenkins_Plugin/sample/src/main/java/org/sample/null/HelloWorldBuilder.java:[1,19] <identifier> ??????? | |
| at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656) | |
| at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128) | |
| at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) | |
| ... 19 more | |
| [ERROR] | |
| [ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
| [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 | |
| $ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem was solved by myself.