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
DEPLOYMENTS IN ERROR: | |
Deployment "vfszip:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/jboss-rails.deployer/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ruby.runtime.deployers.RubyRuntimeFactoryDeployer from BaseClassLoader@348ec43e{VFSClassLoaderPolicy@8f5dd67{name=vfszip:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/jboss-rails.deployer/ domain=ClassLoaderDomain@684a25ab{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.system.NoAnnotationURLClassLoader@68f99ff5} roots=[MemoryContextHandler@1167759817[path= context=vfsmemory://5c4o02s-j4r98s-fta5ti7i-1-fta5toy3-b real=vfsmemory://5c4o02s-j4r98s-fta5ti7i-1-fta5toy3-b], DelegatingHandler@686194386[path=jboss-rails.deployer/lib/core/jboss-rails.jar context=file:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/ real=file:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/jboss-rails.deployer/lib/core/jboss- |
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
DEPLOYMENTS IN ERROR: Deployment | |
"vfszip:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/jboss-rails.deployer/" | |
is in error due to the following reason(s): | |
java.lang.ClassNotFoundException: | |
org.jboss.ruby.runtime.deployers.RubyRuntimeFactoryDeployer from | |
BaseClassLoader@348ec43e{VFSClassLoaderPolicy@8f5dd67{name=vfszip:/Users/bob/oddthesis/jboss/jdk1.6/jboss-5.0.1.GA/server/default/deployers/jboss-rails.deployer/ | |
domain=ClassLoaderDomain@684a25ab{name=DefaultDomain parentPolicy=BEFORE | |
parent=org.jboss.system.NoAnnotationURLClassLoader@68f99ff5} | |
roots=[MemoryContextHandler@1167759817[path= | |
context=vfsmemory://5c4o02s-j4r98s-fta5ti7i-1-fta5toy3-b |
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
<repository> | |
<id>apache-ws-snapshots2</id> | |
<name>Apache WS Repository</name> | |
<layout>default</layout> | |
<url>http://ws.zones.apache.org/repository2/</url> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<releases> | |
<enabled>false</enabled> |
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
import org.jboss.ruby.core.util.StringUtils | |
describe StringUtils do | |
describe "camelize" do | |
it "should capitalize the first character" do | |
StringUtils::camelize( "foo" ).should eql( "Foo" ) | |
end | |
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
CLASSPATH=/Users/bob/oddthesis/jboss-rails/target/test-classes | |
CLASSPATH=$CLASSPATH:/Users/bob/oddthesis/jboss-rails/target/classes | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/org/jruby/jruby-complete/1.2.0/jruby-complete-1.2.0.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/org/jyaml/jyaml/1.3/jyaml-1.3.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/org/jboss/jbossas/jboss-as-tomcat/5.0.1.GA/jboss-as-tomcat-5.0.1.GA.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/apache-xerces/xml-apis/2.9.1/xml-apis-2.9.1.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/com/sun/jsf-impl/1.2_10/jsf-impl-1.2_10.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/jacorb/jacorb/2.3.0jboss.patch5-brew/jacorb-2.3.0jboss.patch5-brew.jar | |
CLASSPATH=$CLASSPATH:/Users/bob/.m2/repository/javax/security/jaas/1.0.01/jaas-1.0.01.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
this_dir=$(dirname $0) | |
$JRUBY_HOME/bin/jruby\ | |
-J-Dbasedir=/Users/bob/oddthesis/jboss-rails\ | |
-J-Djava.protocol.handler.pkgs=org.jboss.virtual.protocol\ | |
-J-Dlog4j.configuration=test-log4j.xml\ | |
$this_dir/rspec-runner.rb $* |
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
Password (radiant): stty: stdin isn't a terminal | |
stty: stdin isn't a terminal | |
stty: stdin isn't a terminal |
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
leonard:oddsite bob$ rake radiant:update | |
(in /Users/bob/oddthesis/oddsite) | |
rake aborted! | |
no such file to load -- cucumber/rake/task | |
/Users/bob/oddthesis/oddsite/vendor/radiant/Rakefile:10 | |
(See full trace by running task with --trace) |
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
DEPRECATION WARNING: 'Admin::AbstractModelController' has been deprecated. Please update 'Admin::ProductController' to use Admin::ResourceController.. (called | |
from inherited at /Users/bob/oddthesis/oddsite/vendor/radiant/app/controllers/admin/abstract_model_controller.rb:5) | |
/!\ FAILSAFE /!\ Mon Apr 27 11:09:40 -0400 2009 | |
Status: 500 Internal Server Error | |
wrong argument type NilClass (expected Module) | |
/Users/bob/oddthesis/oddsite/vendor/radiant/vendor/rails/actionpack/lib/action_view/base.rb:217:in `include' | |
/Users/bob/oddthesis/oddsite/vendor/radiant/vendor/rails/actionpack/lib/action_controller/base.rb:1196:in `initialize_template_class' | |
/Users/bob/oddthesis/oddsite/vendor/radiant/vendor/rails/actionpack/lib/action_controller/base.rb:518:in `process' | |
/Users/bob/oddthesis/oddsite/vendor/radiant/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_with_filters' | |
/Users/bob/oddthesis/oddsite/vendor/radiant/vendor/rails/actionpack/lib/action_controller/session_manage |
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
<plugin> | |
<groupId>org.jboss.maven.plugins</groupId> | |
<artifactId>maven-jdocbook-plugin</artifactId> | |
<version>2.1.2</version> | |
<extensions>true</extensions> | |
<dependencies> | |
<dependency> | |
<groupId>org.jboss</groupId> | |
<artifactId>jbossorg-docbook-xslt</artifactId> | |
<version>1.1.0</version> |