<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16464"></HEAD>
<BODY>
<DIV><FONT face=Arial>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013>I finally made scribble doc for my planet-fmt package.
However, w</SPAN>hen trying to build <SPAN
class=606293508-01032013>the</SPAN> package I receive <SPAN
class=606293508-01032013>a</SPAN> warning<SPAN class=606293508-01032013>
like</SPAN>:</FONT></FONT></SPAN></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013>Welcome to
DrRacket, version 5.3.3.3--2013-02-18(1c2432e/a) [3m].<BR>Language: racket
[custom]; memory limit: 2000 MB.<BR>(#<path:example.rkt>
#<path:example.scrbl> #<path:info.rkt>)<BR>MzTarring
.\...</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013>WARNING:<BR>Package has no info.rkt file. This means it
will not have a description or documentation on the PLaneT web
site.<BR>#<path:c:\racket-jos\example\example.plt></SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013></SPAN>The following is a very stripped example that
gives me this warning:</FONT></FONT></SPAN></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013>In </SPAN><SPAN class=606293508-01032013>directory
example:</SPAN></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013>file </SPAN>make-package.rkt</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013>sub</SPAN>directory example</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN> </DIV>
<DIV><SPAN class=466221908-01032013><SPAN class=606293508-01032013><FONT size=2
face="Courier New">In the subdirectory:</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013>file </SPAN>example.rkt</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013><SPAN class=466221908-01032013><FONT
face="Courier New"><FONT size=2><SPAN class=606293508-01032013>file
</SPAN></FONT></FONT></SPAN></SPAN>example.scrbl</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2><SPAN
class=606293508-01032013><SPAN class=466221908-01032013><FONT
face="Courier New"><FONT size=2><SPAN class=606293508-01032013>file
</SPAN></FONT></FONT></SPAN></SPAN>info.rkt</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013></SPAN> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013>make-package.rkt</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013>#lang
racket<BR>(require planet/util)<BR>(force-package-building?
#t)<BR>(build-scribble-docs? #t)<BR>(directory-list "example")<SPAN
class=606293508-01032013> ; gives correct list of
files.</SPAN><BR>(make-planet-archive (string->path
"example"))</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013><FONT
face=Arial></FONT> </DIV></SPAN></FONT>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013>example.rkt</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013>#lang
racket<BR>(provide example)<BR>(define (example) 'example)</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013><FONT
face=Arial></FONT> </DIV></SPAN></FONT>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013>example.scrbl</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=466221908-01032013>#lang
scribble/manual<BR>@(require "example.rkt" scribble/eval (for-label
"example.rkt" racket))<BR>@title{A simple example}<BR>@author{Jacob J. A.
Koot}<BR>@(defmodule "example.rkt")<BR>@section{Example}<BR>This is
@code{example}.<BR>@defproc[(example) 'example]</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013></SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=466221908-01032013>info.rkt</SPAN></FONT></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2 face="Courier New">#lang
setup/infotab<BR>(define scribblings (list (list "example.scrbl")))<BR>(define
name "example")<BR>(define blurb (list "A simple example"))<BR>(define
primary-file "example.rkt")<BR>(define categories (list
'misc))</FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN> </DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2 face="Courier New">I run
make-package.rkt from DrRacket.<SPAN class=606293508-01032013> </SPAN><SPAN
class=466221908-01032013><SPAN class=606293508-01032013>File example.plt is
prepared, but the warning appears. </SPAN></SPAN>What do I
wrong? <SPAN class=606293508-01032013>Furthermore, when t</SPAN>rying to
up<SPAN class=606293508-01032013>date</SPAN> my planet-fmt package after logging
in into planet, I get an error message, something like</FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN> </DIV>
<DIV><SPAN class=466221908-01032013><FONT face="Courier New"><FONT size=2>Oops,
something went wrong<SPAN class=606293508-01032013>
...</SPAN></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN> </DIV>
<DIV><SPAN class=466221908-01032013><SPAN class=606293508-01032013><FONT size=2
face="Courier New">No new version is installed.</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2
face="Courier New"></FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2 face="Courier New">Help
please.</FONT></SPAN></DIV>
<DIV><SPAN class=466221908-01032013><FONT size=2 face="Courier New">Thanks,
Jos</FONT></DIV>
<DIV><BR><FONT size=2
face="Courier New"></FONT></DIV></SPAN></FONT></DIV></BODY></HTML>