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?




-- 
Björn Helgason, Verkfræðingur
Fornustekkum II
781 Hornafirði,
t-póst: [email protected]
gsm: +3546985532
sími: +3544781286
http://groups.google.com/group/J-Programming


Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans

góður kennari getur stigið á tær án þess að glansinn fari af skónum
          /|_      .-----------------------------------.
         ,'  .\  /  | Með léttri lund verður        |
     ,--'    _,'   | Dagurinn í dag                     |
    /       /       | Enn betri en gærdagurinn  |
   (   -.  |        `-----------------------------------'
   |     ) |         (\_ _/)
  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
   `. )----'        (")_(") ☃☠
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to