<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[200] branches/v1.x: JRuby on Windows fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>200</dd>
<dt>Author</dt> <dd>mriou</dd>
<dt>Date</dt> <dd>2007-12-02 20:11:11 -0500 (Sun, 02 Dec 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>JRuby on Windows fixes.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branchesv1xlibravenjava_tasksrb">branches/v1.x/lib/raven/java_tasks.rb</a></li>
<li><a href="#branchesv1xrakefile">branches/v1.x/rakefile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#branchesv1xjruby101binrakebat">branches/v1.x/jruby-1.0.1/bin/rake.bat</a></li>
<li><a href="#branchesv1xjruby101binraven">branches/v1.x/jruby-1.0.1/bin/raven</a></li>
<li><a href="#branchesv1xjruby101binravenbat">branches/v1.x/jruby-1.0.1/bin/raven.bat</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchesv1xjruby101binrakebat"></a>
<div class="addfile"><h4>Added: branches/v1.x/jruby-1.0.1/bin/rake.bat (0 => 200)</h4>
<pre class="diff"><span>
<span class="info">--- branches/v1.x/jruby-1.0.1/bin/rake.bat                                (rev 0)
+++ branches/v1.x/jruby-1.0.1/bin/rake.bat        2007-12-03 01:11:11 UTC (rev 200)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+@echo off
+rem ---------------------------------------------------------------------------
+
+call &quot;%~dp0_jrubyvars&quot; %*
+
+%_STARTJAVA% %_VM_OPTS% -cp &quot;%CLASSPATH%&quot; -Djruby.base=&quot;%JRUBY_BASE%&quot; -Djruby.home=&quot;%JRUBY_HOME%&quot; -Djruby.lib=&quot;%JRUBY_HOME%\lib&quot; -Djruby.shell=&quot;cmd.exe&quot; -Djruby.script=jruby.bat org.jruby.Main %JRUBY_OPTS% &quot;%JRUBY_HOME%\bin\rake&quot; %_RUBY_OPTS%
+set E=%ERRORLEVEL%
+
+call &quot;%~dp0_jrubycleanup&quot;
</ins><span class="cx">Property changes on: branches/v1.x/jruby-1.0.1/bin/rake.bat
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:executable
</span><span class="cx">   + *
</span></span></pre></div>
<a id="branchesv1xjruby101binraven"></a>
<div class="addfile"><h4>Added: branches/v1.x/jruby-1.0.1/bin/raven (0 => 200)</h4>
<pre class="diff"><span>
<span class="info">--- branches/v1.x/jruby-1.0.1/bin/raven                                (rev 0)
+++ branches/v1.x/jruby-1.0.1/bin/raven        2007-12-03 01:11:11 UTC (rev 200)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+#!/usr/bin/env jruby
+#
+# This file was generated by RubyGems.
+#
+# The application 'rake' is installed as part of a gem, and
+# this file is here to facilitate running it. 
+#
+
+require 'rubygems'
+version = &quot;&gt; 0&quot;
+if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
+  version = $1
+  ARGV.shift
+end
+gem 'raven', version
+load 'raven'
</ins><span class="cx">Property changes on: branches/v1.x/jruby-1.0.1/bin/raven
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:executable
</span><span class="cx">   + *
</span></span></pre></div>
<a id="branchesv1xjruby101binravenbat"></a>
<div class="addfile"><h4>Added: branches/v1.x/jruby-1.0.1/bin/raven.bat (0 => 200)</h4>
<pre class="diff"><span>
<span class="info">--- branches/v1.x/jruby-1.0.1/bin/raven.bat                                (rev 0)
+++ branches/v1.x/jruby-1.0.1/bin/raven.bat        2007-12-03 01:11:11 UTC (rev 200)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+@echo off
+rem ---------------------------------------------------------------------------
+
+call &quot;%~dp0_jrubyvars&quot; %*
+
+%_STARTJAVA% %_VM_OPTS% -cp &quot;%CLASSPATH%&quot; -Djruby.base=&quot;%JRUBY_BASE%&quot; -Djruby.home=&quot;%JRUBY_HOME%&quot; -Djruby.lib=&quot;%JRUBY_HOME%\lib&quot; -Djruby.shell=&quot;cmd.exe&quot; -Djruby.script=jruby.bat org.jruby.Main %JRUBY_OPTS% &quot;%JRUBY_HOME%\bin\raven&quot; %_RUBY_OPTS%
+set E=%ERRORLEVEL%
+
+call &quot;%~dp0_jrubycleanup&quot;
</ins><span class="cx">Property changes on: branches/v1.x/jruby-1.0.1/bin/raven.bat
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:executable
</span><span class="cx">   + *
</span></span></pre></div>
<a id="branchesv1xlibravenjava_tasksrb"></a>
<div class="modfile"><h4>Modified: branches/v1.x/lib/raven/java_tasks.rb (199 => 200)</h4>
<pre class="diff"><span>
<span class="info">--- branches/v1.x/lib/raven/java_tasks.rb        2007-12-02 02:34:36 UTC (rev 199)
+++ branches/v1.x/lib/raven/java_tasks.rb        2007-12-03 01:11:11 UTC (rev 200)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> end
</span><span class="cx"> 
</span><span class="cx"> module Raven
</span><del>-  CP_SEP = PLATFORM['mswin'] ? ';'  : ':'
</del><ins>+  CP_SEP = File::PATH_SEPARATOR
</ins><span class="cx">   
</span><span class="cx">   # Executes Javac by passing it everything it needs. Stuff like a
</span><span class="cx">   # classpath and sources. The classpath is built by checking the
</span></span></pre></div>
<a id="branchesv1xrakefile"></a>
<div class="modfile"><h4>Modified: branches/v1.x/rakefile (199 => 200)</h4>
<pre class="diff"><span>
<span class="info">--- branches/v1.x/rakefile        2007-12-02 02:34:36 UTC (rev 199)
+++ branches/v1.x/rakefile        2007-12-03 01:11:11 UTC (rev 200)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">   s.platform = Gem::Platform::RUBY
</span><span class="cx">   s.summary = &quot;Java build system based on Rake and Gem.&quot;
</span><span class="cx">   s.name = 'raven'
</span><del>-  s.version = &quot;1.2.3&quot;
</del><ins>+  s.version = &quot;1.2.4&quot;
</ins><span class="cx">   s.author = 'Matthieu Riou'
</span><span class="cx">   s.homepage = 'http://raven.rubyforge.org'
</span><span class="cx">   candidates = Dir.glob(&quot;{bin,lib}/**/*&quot;)
</span></span></pre>
</div>
</div>

</body>
</html>