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
%p | |
%a.btn{ :href=>'http://awestruct.org' } View details » | |
.row | |
.span12 | |
%p | |
- svn = site.infrastructure.find{|e|e.name="Subversion"} | |
= svn.url |
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
(fn box) | |
(def box) | |
(lambda box) | |
(immutant) / immutant | |
(func box) | |
(funk box) | |
parens / (parens) | |
funct / (funct) | |
(curve box) / CurveBox | |
fngood |
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
17:23:24,050 INFO [stdout] (MSC service thread 1-7) JC: create daemon opts={"argv"=>#<Java::JavaUtil::ArrayList:0xb13da8b>, "pwd"=>"/Users/jim/src/torquespec"} | |
17:23:24,106 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jboss.msc.service.StartException in service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory | |
at org.torquebox.services.RubyServiceCreate$1.run(RubyServiceCreate.java:55) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22] | |
at java.lang.Thread.run(Thread.java:680) [:1.6.0_22] | |
Caused by: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory | |
at #<Class:0x16a8b11f5>.vfs_open(/Users/jim/ |
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
since 30 min: | |
1. How do you back in the OS-level configuration like iptables? | |
2. This process you describe works on Mac or Windows machine? Or does it only work on RHEL/Fedora machine? | |
3.a Is there any initial setup you have to do, such as environment variables, $PATH variables, etc? | |
3.b I'm talking about things like $JAVA_HOME and $JBOSS_HOME and such. |