Created
June 14, 2010 18:10
-
-
Save atoulme/438044 to your computer and use it in GitHub Desktop.
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
11:08:16/tmp/t/buildr:trunk*>rbx -S rake spec | |
(in /private/tmp/t/buildr) | |
Buildr uses the SDoc RDoc generator/theme. You can install it by running rake doc:setup | |
Buildr uses the mojombo-jekyll to generate the Web site. You can install it by running rake doc:setup | |
Compiling Java libraries ... | |
rbx /private/tmp/t/buildr/_buildr --buildfile buildr.buildfile compile | |
#<Process::Status:0xac6 @pid=28858 @status=1> | |
rake aborted! | |
Command failed with status (1): [rbx /private/tmp/t/buildr/_buildr --buildf...] | |
(See full trace by running task with --trace) | |
======= | |
11:09:25/tmp/t/buildr:trunk*>rbx /private/tmp/t/buildr/_buildr --buildfile buildr.buildfile compile | |
/private/tmp/t/buildr/_buildr:24:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement | |
(in /private/tmp/t/buildr, development) | |
Compiling buildr | |
Compiling buildr:java into lib/buildr/java | |
Note: /private/tmp/t/buildr/lib/buildr/java/org/apache/buildr/JavaTestFilter.java uses or overrides a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
Note: /private/tmp/t/buildr/lib/buildr/java/org/apache/buildr/JavaTestFilter.java uses unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
Compiling buildr:extra into addon/buildr | |
Note: /private/tmp/t/buildr/addon/buildr/org/apache/buildr/JettyWrapper.java uses unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
Compiling buildr:scala into lib/buildr/scala | |
Note: /private/tmp/t/buildr/lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner.java uses or overrides a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
Note: /private/tmp/t/buildr/lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner.java uses unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
Completed in 1.585s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment