Skip to content

Commit

Permalink
Add run.cmd for Windows, and force log/ subdir to be created.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Oshadi Jayawardene committed Sep 2, 2012
1 parent a9b9785 commit adc9dcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
@@ -1,4 +1,4 @@
*~
*.bck
.*.swp
*.log
*~
*.bck
.*.swp
jetty*.request.log
Empty file added log/.pneuma
Empty file.
5 changes: 5 additions & 0 deletions run.cmd
@@ -0,0 +1,5 @@
@echo off
set CLASSPATH=".;lib\*"

echo Starting...
java -cp %CLASSPATH% -Xms256m -Xmx256m -noverify -client -Dorg.eclipse.jetty.http.LEVEL=DEBUG org.jruby.Main _main.rb

0 comments on commit adc9dcf

Please sign in to comment.