On Fri, 13 Nov 2009, bill lam wrote: > On Thu, 12 Nov 2009, Oleg Kobchenko wrote: > > > It would be the project configuration file, same as the current xxx.ijp > > > file except with updated definitions. > > > > Another approach is have one project.ijp and have different targets in it > > for build, test, run, etc. > > It's a good idea, just like there are multiple targets inside a > MakeFile, it can be called with optional arguments, such as > > make > make clean > make install install-doc > > It should be easily done with typing the these commands in jconsole. > However for a gui front-end with only one 'load' or 'test' button, it > need some method to pass these optional arguments.
I got a fancy idea. How about just use the real MakeFile and shell execute 'make' to build target, test or install? -- 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
