You might want to read:
http://www.jsoftware.com/jwiki/System/Beta/Folders%20and%20Projects

to get an idea of the intended function of the various files.

Also explore the projects shipped as part of the beta:

Projects/image/base is a nice simple project to start with.

I'm sure I'll be corrected if I'm wrong but I think Run|Test (F5) is currently 
set up to help edit and rebuild the Gtk IDE rather than being a feature of 
Projects.

Init.ijs is just a name that is often given to the first of the Source files of 
an application to initialise an application (require addons, set the locale and 
copath etc).

> From: Björn Helgason
> Sent: Sunday, 6 June 2010 09:51
> 
> 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
> 
I'm not sure but I think that test is currently think that test is 


> 
> 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?
> 

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to