Oleg Kobchenko wrote: > Another approach is have one project.ijp and have different targets in it > for build, test, run, etc. > > Also for situation like "test", one may do without a target, but instead > having a naming convention like test.ijs, and a common harness to run it, > rather than duplicating the harnesses from project to project like it is > done now.
Yes, this is equally possible. It just means that build.ijs, test.ijs, run.ijs are special scripts within a project. I don't mind this approach, as it is essentially what I do right now - the only difference being that these names would be automatically used by a project, instead of having to be defined manually. Of course, you could then not create a project whose source scripts included one of build.ijs, test.ijs etc. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
