Skip to content

Instantly share code, notes, and snippets.

@mcamou
Created August 23, 2009 01:42
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 mcamou/173082 to your computer and use it in GitHub Desktop.
Save mcamou/173082 to your computer and use it in GitHub Desktop.
$ bin/mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Blue Mountain Client
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory /Users/mario/Desktop/abstra.cc/projects/BMClient/target
[INFO] [jruby-rake:rake {execution: clobber}]
[INFO] rake already installed
[INFO] (in /Users/mario/Desktop/abstra.cc/projects/BMClient)
[WARNING] rm -r docs/rdoc
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 93 resources
[INFO] [jruby-rake:install-gems {execution: install-gems}]
[INFO] rake already installed
[INFO] rspec already installed
[WARNING] JRuby limited openssl loaded. gem install jruby-openssl for full support.
[WARNING] http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
[WARNING] WARNING: You don't have /Users/mario/.gem/jruby/1.8/bin in your PATH,
[WARNING] gem executables will not run.
[INFO] Successfully installed builder-2.1.2
[INFO] Successfully installed ci_reporter-1.6.0
[INFO] Successfully installed activesupport-2.3.3
[INFO] Successfully installed jruby-openssl-0.5.2
[INFO] Successfully installed rest-client-1.0.3
[INFO] Successfully installed json-jruby-1.1.7-universal-java-1.6
[INFO] 6 gems installed
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:compile {execution: default}]
[INFO] Checking for multiple versions of scala
[INFO] Compiling 6 source files to /Users/mario/Desktop/abstra.cc/projects/BMClient/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mario/Desktop/abstra.cc/projects/BMClient/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [scala:testCompile {execution: default}]
[INFO] Checking for multiple versions of scala
[WARNING] No source files found.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/mario/Desktop/abstra.cc/projects/BMClient/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] [jruby-rake:rake {execution: runtests}]
[INFO] rake already installed
[INFO] (in /Users/mario/Desktop/abstra.cc/projects/BMClient)
[INFO]
[INFO] BackEnd::Ruote
[INFO] - should connect and authenticate to the test server
[INFO] - should throw BackEnd::Unauthorized when given a wrong user
[INFO] - should throw BackEnd::Unauthorized when given a wrong password
[INFO] - should throw BackEnd::ConnectionError when contacting an illegal port
[INFO]
[INFO] Core::Path
[INFO] - should generate Paths with the correct lengths
[INFO] - should indicate that a Path is equal to itself
[INFO] - should correctly compare the equality of 2 paths with the same elements
[INFO] - should be able to create a Path from a dot-separated Symbol
[INFO] - should be able to create a Path from an Array of String
[INFO] - should be able to create a Path from an Array of Symbol
[INFO] - should have a 'parent' method that returns the parent Path
[INFO] - should return an empty Path as the parent of a zero- or one-element Path
[INFO] - should have a 'head' method that returns the first element of the Path
[INFO] - should return nil as the head of an empty Path
[INFO] - should have a 'tail' method that returns a Path consisting of all the elements of the Path except the first
[INFO] - should return an empty Path as thetail of an empty Path
[INFO] - should have a 'last' method that returns the last element of the Path
[INFO] - should return an empty Path as the last of an empty Path
[INFO] - should be able to concatenate a suffix to a Path using '+' without modifying the original
[INFO]
[INFO] Finished in 10.783 seconds
[INFO]
[INFO] 19 examples, 0 failures
[INFO] [jruby-rake:rake {execution: rdoc}]
[INFO] rake already installed
[INFO] (in /Users/mario/Desktop/abstra.cc/projects/BMClient)
[WARNING] rm -r docs/rdoc
[WARNING]
[WARNING] README:
[WARNING] backend.rb: mccc..m.............m.....c..
[WARNING] bm_buttons.rb: mc.c.
[WARNING] agenda.rb:
<snip> lots of warnings about errors in my RDocs...
[WARNING] text.rb: mcm....cm.cm.cm.cm.cm..mc.mc.....
[WARNING] time_text.rb: mc....
[WARNING] requires.rb:
[WARNING] src/main/ruby/conf/requires.rb:33:29: Skipping require of dynamic string: "#{APP_NAME}/backend"
[WARNING]
[WARNING] Generating HTML...
[INFO]
[INFO] Files: 36
[INFO] Classes: 62
[INFO] Modules: 45
[INFO] Methods: 291
[INFO] Elapsed: 12.915s
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /Users/mario/Desktop/abstra.cc/projects/BMClient/target/client-0.1.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /Users/mario/Desktop/abstra.cc/projects/BMClient/target/client-0.1-sources.jar
[INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/mario/Desktop/abstra.cc/projects/BMClient/target/client-0.1.jar to /Users/mario/.m2/repository/cc/abstra/bluemountain/client/client/0.1/client-0.1.jar
[INFO] Installing /Users/mario/Desktop/abstra.cc/projects/BMClient/target/client-0.1-sources.jar to /Users/mario/.m2/repository/cc/abstra/bluemountain/client/client/0.1/client-0.1-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 38 seconds
[INFO] Finished at: Sun Aug 23 03:39:58 CEST 2009
[INFO] Final Memory: 40M/81M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment