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
qmx@mirkwood /Volumes/v2/git/jruby ±master⚡ » bin/jruby spec/mspec/bin/mspec tag spec/ruby/core/process/daemon_spec.rb 130 ↵jruby 1.7.0.dev (ruby-2.0.0dev) (2012-03-15 61bd77a) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_04-ea) [darwin-amd64-java] | |
NoMethodError: undefined method `daemon' for Process:Module | |
return_value at /Volumes/v2/git/jruby/spec/ruby/core/process/fixtures/daemon.rb:33 | |
__send__ at org/jruby/RubyBasicObject.java:1786 | |
send at org/jruby/RubyKernel.java:1975 | |
run at /Volumes/v2/git/jruby/spec/ruby/core/process/fixtures/daemon.rb:11 | |
(root) at /Volumes/v2/git/jruby/spec/ruby/core/process/fixtures/daemon.rb:111 | |
^C | |
Process aborted! |
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
[ERROR] Failed to execute goal on project jboss-as-kitchensink-html5-mobile: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:war:1.0.0-M2b: Failed to collect dependencies for [javax.enterprise:cdi-api:jar:[1.0-SP4,1.0-SP4-redhat-1] (provided), org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar:1.0.0.Final-redhat-1 (provided), org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec:jar:[1.0.0.Final,1.0.0.Final-redhat-1] (provided), org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:[1.0.1.Final,1.0.1.Final-redhat-1] (provided), org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar:[1.0.1.Final,1.0.1.Final-redhat-1] (provided), org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:[1.0.0.Final,1.0.0.Final-redhat-1] (provided), org.hibernate:hibernate-validator:jar:4.2.0.Final (provided), org.hibernate:hibernate-jpamodelgen:jar:1.1.1.Final (provided), junit:junit:jar:4.10 (test), org.jboss.arquillian.junit:arquillian-junit-container:jar |
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
From 2adb81b66ca8de36ea567a2ac9981f486da37ceb Mon Sep 17 00:00:00 2001 | |
From: Douglas Campos <[email protected]> | |
Date: Fri, 9 Mar 2012 16:43:17 -0300 | |
Subject: [PATCH] from quickstart | |
--- | |
.gitignore | 11 +- | |
LICENSE.txt | 202 ++++++++++++++++++++ | |
README.md | 69 +++++-- | |
SERVICES.md | 123 ++++++++++++ |
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
From 5a95c6ba5362422448d64d604ed4c1bab00591b5 Mon Sep 17 00:00:00 2001 | |
From: Douglas Campos <[email protected]> | |
Date: Fri, 9 Mar 2012 13:33:10 -0300 | |
Subject: [PATCH] expected | |
--- | |
pom.xml | 61 ++++++++----------- | |
src/etc/license.txt | 14 +++++ | |
.../as/quickstarts/html5_mobile/model/Member.java | 2 +- | |
.../html5_mobile/rest/JaxRsActivator.java | 2 +- |
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
From fd510995c4fc4a4da865fc85b88a18f7a48afd1c Mon Sep 17 00:00:00 2001 | |
From: Douglas Campos <[email protected]> | |
Date: Fri, 9 Mar 2012 13:33:10 -0300 | |
Subject: [PATCH] expected | |
--- | |
.../as/quickstarts/html5_mobile/model/Member.java | 2 +- | |
.../html5_mobile/rest/JaxRsActivator.java | 2 +- | |
.../html5_mobile/rest/MemberService.java | 2 +- | |
.../quickstarts/html5_mobile/util/Resources.java | 2 +- |
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
archetype.groupId=org.jboss.as.quickstarts | |
archetype.artifactId=jboss-as-kitchensink-html5-mobile-archetype | |
archetype.version=1.0.0-SNAPSHOT | |
archetype.name=jboss-javaee6-html5-mobile-archetype | |
packageName=org.jboss.as.quickstarts.html5_mobile | |
name=Java EE 6 HTML5 Mobile Web Application | |
enterprise=false | |
tableSuffix=html5mobi |
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
Installing posix-spawn (0.3.6) with native extensions | |
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/Users/Owen/.rvm/rubies/jruby-1.6.7/bin/jruby extconf.rb | |
WARNING: JRuby does not support native extensions or the `mkmf' library very well. | |
Check http://kenai.com/projects/jruby/pages/Home for alternatives. | |
creating Makefile | |
make | |
cc -I. -I/Users/Owen/.rvm/rubies/jruby-1.6.7/lib/native/include -I/Users/Owen/.rvm/rubies/jruby-1.6.7/lib/native/include/ruby -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fPIC -DTARGET_RT_MAC_CFM=0 -fno-omit-frame-pointer -fno-strict-aliasing -fexceptions -Wall -arch i386 -c posix-spawn.c |
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
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAgEA6qifkgtTFMK81wuUZPDyVfI06xdFdqPwJCu9MdvKQlTB5orCbWgaXbcqrA1iYjMceCMUKZY+jBSQZNvxq6nMB6fXXAKEd5mS5fnuPts5SZE3yWl123NOPZs7pqYDoYJbVYiQ2NLyKT+gszX5mvYsXR3UrohhHMwyyD1MafSUPLlbefCa5NLfYKcmilj8qDlepSz9R8sPfdyWWUXsKcIoD4o3L774c5gmSs7KFPY+eVgDayfjf+MoAUPtGArawusZyCrmfS7OfOy5fVK8oaN0iZFttTU78Z6o2SdAiNgdQMk9Ed1MPjqnWBwko+VcNWiMijqPPQloNRHTr3vtV8w6UB1O9ewpLdBjkdDoEXncZiLAsqU863zW4Sz5QVUSuU0UmC0SR7tjfWv18ZBAjDWmayfl8oY6ojmOK72W6YGHpRkd6NQWKR+h8hc2HUCznTTGFBY34pcGQRGj2jyclU3eabMBvOGB3orVtBYP9XSSdw89RNumhGQ6iJiLrk+Rjp0BxzVvHZnOB/i3aayL6dbOUS22IO23nn/QoduQ/ft6hlMhvOduakqRflt8dKLvujDIUSs9q+tNBja8mXig+b0f/cuTB1zB05hequXyk7z46n/Ynuc/8BDq77wZloQl4/eG8N5oFQj1nQQ+8+C+THp19EltwkWvfZjRfrBmGp+vDR0= [email protected] |
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
jruby 1.7.0.dev (ruby-1.9.3-p28) (2012-01-29 60a764e) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java] | |
["0.9", "74080"] | |
["1.1", "90516"] | |
["1.1", "90520"] | |
["1.1", "95176"] | |
["1.1", "95240"] | |
["1.2", "99816"] | |
["1.2", "99960"] | |
["1.2", "104496"] | |
["1.2", "104352"] |
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
/* | |
I've wrapped Makoto Matsumoto and Takuji Nishimura's code in a namespace | |
so it's better encapsulated. Now you can have multiple random number generators | |
and they won't stomp all over eachother's state. | |
If you want to use this as a substitute for Math.random(), use the random() | |
method like so: | |
var m = new MersenneTwister(); |