Hi,
Think to specify the source module's attribute :
testmod :: module( part_of = claire, source = "." , made_of =
list<string>("test") )
The default value of testmod.source could be the root directory...
--- In claireprogramminglanguage@yahoogroups.com, igouy2
<no_reply@y...> wrote:
> --- In claireprogramminglanguage@yahoogroups.com, thbenoist
> <no_reply@y...> wrote:
> > testmod :: module( part_of = claire, made_of = list<string>
> ("test") )
>
> Thanks that's let me take a step forward.
>
> I:\pls\Claire>claire -cm testmod
> -- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] --
> this is a init file for cclaire for OS: ntv -------------------
> init.cl is ok -------------------------------------------------
> ---- [load CLAIRE file: \test.cl]
> **** An error has occurred.
> [120] the file \test.cl cannot be opened
>
> But if I try this:
> testmod> load("test")
> eval[0]> ---- [load CLAIRE file: test]
> true