[racket-dev] planet development links
I believe you need to run "raco setup" so that the info.rkt file will
be read and the "tools" entry will be stored in the appropriate place.
Carl Eastlund
On Thu, Jul 15, 2010 at 5:39 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> DrRacket does not recognize my planet package when I install it as a planet
> development link.
>
> $ planet link kazzmir vi.plt 1 0 ~/scheme/vi
> $ planet show
> Development links:
> kazzmir vi.plt 1 0
> --> /home/jon/svn/scheme/vi
>
> $ drracket
> .. the vi plugin does not show on the toolbar ..
>
> But if I install my package by downloading it through the normal planet
> interface it works ok
> .. in drracket ..
> (require (planet kazzmir/vi:1:11/tool))
> .. restart drracket ..
> .. vi plugin shows up ..
>
> I can dig a little bit if no one has any clues. There aren't any drastic
> changes between the version on planet and my development version (I think!).