Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created July 16, 2013 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/2102e17c6ed4aadb7f15 to your computer and use it in GitHub Desktop.
Save cmoulliard/2102e17c6ed4aadb7f15 to your computer and use it in GitHub Desktop.
[INFO] --- hawtio-json-schema-generator-plugin:1.2-SNAPSHOT:generate-json-schema (default) @ hawtio-web ---
log4j:WARN No appenders could be found for logger (io.hawt.jsonschema.SchemaLookup).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Looking up schema for class io.hawt.dozer.schema.Field
[INFO] Created path /home/chmoulli/Repos/fuse/hawtio/hawtio-web/target/schema/js
[INFO] Looking up schema for class io.hawt.dozer.schema.FieldExclude
[INFO] Looking up schema for class io.hawt.dozer.schema.Mapping
[INFO] Looking up schema for class io.hawt.dozer.schema.Mappings
[INFO] Looking up schema for class org.fusesource.fabric.api.CreateChildContainerOptions
[INFO] Looking up schema for class org.fusesource.fabric.api.CreateJCloudsContainerOptions
[INFO] Looking up schema for class org.fusesource.fabric.api.CreateSshContainerOptions
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hawtio-web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hawtio-web ---
[INFO] Compiling 13 source files to /home/chmoulli/Repos/fuse/hawtio/hawtio-web/target/classes
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (npm-install) @ hawtio-web ---
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (typescript-compile) @ hawtio-web ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.831s
[INFO] Finished at: Tue Jul 16 17:19:13 CEST 2013
[INFO] Final Memory: 28M/326M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (typescript-compile) on project hawtio-web: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (typescript-compile) on project hawtio-web: Command execution failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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.MojoExecutionException: Command execution failed.
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:362)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:610)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:352)
... 21 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment