What is you run.ijs build.ijs and "test" ?

Сбт, 05 Июн 2010, Björn Helgason писал(а):
> I have never used project manager so I have no idea how to use it.
> 
> I tried creating one and I got three scripts run, build and init
> 
> I put one sentence into run
> smoutput'hallo'
> 
> Then I tried test and got
> 
>    saveall''
> |value error: saveall
> |       saveall''
> 
> I then tried run and it worked
> 
>    load 'c:/j7w/user/projects/profun/run.ijs'
> hallo
> 
> also build
> 
>  load 'c:/j7w/user/projects/profun/build.ijs'
> 
> And now I have a a script init with
> 
> NB. project: Projects/profun
> NB.
> NB. files should be given with their extension.
> NB. path defaults to project directory.
> NB.
> NB. Build     - build script
> NB. Run       - run script
> NB. Source    - source scripts
> 
> Build=: 'build.ijs'
> Run=: 'run.ijs'
> Source=: 0 : 0
> init.ijs
> )
> 
> I trying to understand this
> 
> What do I use to run the project is it run or init?
> 
> And what is this saveall that it does not find?
> 
> 

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to