Skip to content

Instantly share code, notes, and snippets.

@stormgrind
Created February 23, 2010 13:30
Show Gist options
  • Save stormgrind/312162 to your computer and use it in GitHub Desktop.
Save stormgrind/312162 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building TorqueBox Core
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-clean-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-enforcer-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-assembly-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-clean-plugin. The plugin artifact has changed.
[INFO] [clean:clean]
[INFO] Deleting /home/oddthesis/git/torquebox/core/target
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-enforcer-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-assembly-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for: org.apache.maven.plugins:maven-clean-plugin. The plugin artifact has changed.
Downloading: http://repository.codehaus.org//org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
Downloading: http://repository.jboss.org/maven2/org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
Downloading: http://ws.zones.apache.org/repository2//org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
Downloading: http://snakeyamlrepo.appspot.com/repository/org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
Downloading: http://repository.codehaus.org/org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
Downloading: http://repo1.maven.org/maven2/org/jruby/extras/bytelist/1.0.1/bytelist-1.0.1.pom
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/oddthesis/git/torquebox/core/src/main/resources
[INFO] Copying 20 resources
[INFO] Copying 1 resource
[INFO] [compiler:compile]
[INFO] Compiling 113 source files to /home/oddthesis/git/torquebox/core/target/classes
[WARNING] /home/oddthesis/git/torquebox/core/src/main/java/org/torquebox/ruby/enterprise/web/rack/HttpServletResponseCapture.java:[67,13] [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponseWrapper has been deprecated
[WARNING] /home/oddthesis/git/torquebox/core/src/main/java/org/torquebox/ruby/enterprise/web/rack/HttpServletResponseCapture.java:[70,8] [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponseWrapper has been deprecated
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to /home/oddthesis/git/torquebox/core/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/oddthesis/git/torquebox/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [rspec:spec {execution: test}]
[INFO] Running RSpec tests from /home/oddthesis/git/torquebox/core/src/test/specs
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
at java.lang.ProcessEnvironment.validateValue(ProcessEnvironment.java:119)
at java.lang.ProcessEnvironment.access$400(ProcessEnvironment.java:61)
at java.lang.ProcessEnvironment$Value.valueOf(ProcessEnvironment.java:202)
at java.lang.ProcessEnvironment$StringEnvironment.put(ProcessEnvironment.java:241)
at java.lang.ProcessEnvironment$StringEnvironment.put(ProcessEnvironment.java:220)
at org.codehaus.mojo.rspec.RspecRunnerMojo.runScript(RspecRunnerMojo.java:169)
at org.codehaus.mojo.rspec.RspecRunnerMojo.execute(RspecRunnerMojo.java:126)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:453)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
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:616)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50 seconds
[INFO] Finished at: Tue Feb 23 14:26:25 CET 2010
[INFO] Final Memory: 105M/554M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment