Skip to content

Instantly share code, notes, and snippets.

@olamy
Created September 5, 2011 19:41
Show Gist options
  • Save olamy/1195753 to your computer and use it in GitHub Desktop.
Save olamy/1195753 to your computer and use it in GitHub Desktop.
MacBook-Pro-de-Olivier:jenkins olamy$ mvn hudson-dev:run
#############################################################
JRebel 4.0.3 (201107251640)
(c) Copyright ZeroTurnaround OU, Estonia, Tartu.
Over the last 1 days JRebel prevented
at least 0 redeploys/restarts saving you about 0 hours.
This product is licensed to Olivier Lamy ([Open-Source] Jenkins)
until August 13, 2012
With the following restrictions:
Only for open source development
The following plugins are disabled at the moment:
* Apache Wink plugin 0.1 (set -Drebel.wink_plugin=true to enable)
JRebel Apache Wink Plugin
* Click plugin (set -Drebel.click_plugin=true to enable)
Reloads menu.xml menu definitions of Apache Click projects.
* Glassfish METRO plugin (set -Drebel.metro_plugin=true to enable)
Supports METRO JAX-WS 2.2.3 implementation of the JAX-WS standard
* IceFaces plugin (set -Drebel.icefaces_plugin=true to enable)
JRebel IceFaces Plugin
* JAXB Plugin (set -Drebel.jaxb_plugin=true to enable)
Enables support for class reloading to JAXB 2 RI
* JBoss AOP plugin (set -Drebel.jbossaop_plugin=true to enable)
Integration with jboss aop agent
* Jackson plugin (set -Drebel.jackson_plugin=true to enable)
Supports reloading Jackson's JsonSerializer caches.
* Lift plugin (set -Drebel.lift_plugin=true to enable)
Supports reloading singleton objects that extend RestHelper, MVCHelper,
LiftScreen or Wizard.
* RESTEasy plugin (set -Drebel.resteasy_plugin=true to enable)
Supports adding/changing methods with @Path annotation for RESTEasy application.
* Seam-Wicket plugin (set -Drebel.seam_wicket_plugin=true to enable)
Integration with load time weaving seam annotations to wicket classes
(-javaagent:<path-to-jboss-seam-wicket-jar>)
* Spring WS plugin (set -Drebel.springws_plugin=true to enable)
Enables reloading of endpoint mappings and wsdl definitions in Spring Web
Services 2
* WebObjects plugin (set -Drebel.webobjects_plugin=true to enable)
WebObjects JRebel Plugin
#############################################################
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jenkins main module
[INFO] Jenkins CLI
[INFO] Jenkins core
[INFO] Maven Integration plugin
[INFO] Jenkins war
[INFO] Test harness for Jenkins and plugins
[INFO] Jenkins UI sample plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jenkins main module 1.430-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jenkins-dev-plugin:6.1.26-jenkins-2:run (default-cli) @ pom >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ pom ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:display-info (default) @ pom ---
[INFO] Maven Version: 3.0.4-SNAPSHOT
[INFO] JDK Version: 1.6.0_26 normalized as: 1.6.0-26
[INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.7.1
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ pom ---
[INFO] Setting property 'now' to '09/05/2011 19:40 GMT'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (version-property) @ pom ---
[INFO] Setting property 'build.version' to '1.430-SNAPSHOT (private-09/05/2011 19:40 GMT-olamy)'.
[INFO]
[INFO] --- gmaven-plugin:1.0:generateStubs (default) @ pom ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ pom ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- gmaven-plugin:1.0:compile (default) @ pom ---
[INFO] No sources found to compile
[INFO]
[INFO] --- gmaven-plugin:1.0:generateTestStubs (default) @ pom ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- gmaven-plugin:1.0:testCompile (default) @ pom ---
[INFO] No sources found to compile
[INFO]
[INFO] <<< maven-jenkins-dev-plugin:6.1.26-jenkins-2:run (default-cli) @ pom <<<
[INFO]
[INFO] --- maven-jenkins-dev-plugin:6.1.26-jenkins-2:run (default-cli) @ pom ---
[INFO] Configuring Jetty for project: Jenkins main module
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jenkins main module ............................... FAILURE [5.567s]
[INFO] Jenkins CLI ....................................... SKIPPED
[INFO] Jenkins core ...................................... SKIPPED
[INFO] Maven Integration plugin .......................... SKIPPED
[INFO] Jenkins war ....................................... SKIPPED
[INFO] Test harness for Jenkins and plugins .............. SKIPPED
[INFO] Jenkins UI sample plugin .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.864s
[INFO] Finished at: Mon Sep 05 21:40:44 CEST 2011
[INFO] Final Memory: 16M/759M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-jenkins-dev-plugin:6.1.26-jenkins-2:run (default-cli) on project pom: Webapp source directory /Users/olamy/dev/sources/jenkins/src/main/webapp does not exist -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/MojoExecutionException
MacBook-Pro-de-Olivier:jenkins olamy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment