<div class="gmail_quote"><div>On Sun, 16 Sep 2012 13:06:42 -0400, Ryan Culpepper &lt;<a href="mailto:ryan@cs.utah.edu">ryan@cs.utah.edu</a>&gt; wrote: </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
&gt;On 09/15/2012 11:05 PM, Patrick King wrote:<br>
&gt; Windows 7, latest 64 bit Racket, latest Scriblogify from Planet.<br>
&gt;<br>
&gt; C:\...\Source\SlowFlight\Blog&gt;raco scriblogify -p SlowFlight 12-09-15.scrbl<br>
&gt; file-or-directory-modify-seconds: `read&#39; access denied for<br>
&gt; C:\...\Source\SlowFlight\private\test-private.rkt<br>
&gt;<br>
&gt; The scribble file renders fine from within DrRacket, and the file<br>
&gt; test-private.rkt is not directly referenced<br>
&gt; in the scribble file. The only references to the file are from within<br>
&gt; (module+ test ...) in other source files<br>
&gt; in private.<br>
&gt;<br>
&gt; So does scriblogify have issues with module+? why should it even be<br>
&gt; LOOKING for test-private.rkt?<br>
<br>
I don&#39;t see why it should have problems with module+, and I haven&#39;t been<br>
able to reproduce the problem. Scriblogify just runs scribble on the<br>
file and processes the result, though, so can you report what happens if<br>
you run &quot;raco scribble&quot; on the file? Also, does the error message come<br>
with any backtrace/context?</blockquote><div><br></div><div>No backtrace/context beyond what I&#39;ve said. Eliminating &quot;-p&quot; changes nothing:</div><div><br></div><div>C:\...\Source\SlowFlight\Blog&gt;raco scriblogify 12-09-15.scrbl</div>
<div>file-or-directory-modify-seconds: `read&#39; access denied for C:\...\Source\SlowFlight\private\test-private.rkt </div><div><br></div><div>Is there a difference between how DrRacket &amp; raco deals with relative paths? I haven&#39;t tried to publish from within DrRacket yet.</div>
</div>