Thanks. I was able to produce a similar, but streamlined, version for my project.
Henry Rich On 12/21/2010 5:43 PM, chris burke wrote: > In J602, see the library source for examples of how to do this. > > For example, I have a saveplot verb defined as: > > loadp jpath '~Source\plot\base\save\save.ijp' > > This builds the 20 odd projects making up Plot. All the J602 library > can be built with a single call (assuming you have required > foldernames defined): > > loadp jpath '~Source\build\build\build.ijp' > > It is easier in J701 - just load the project build scripts. > > On Wed, Dec 22, 2010 at 3:20 AM, Henry Rich<[email protected]> wrote: >> I have a project that produces 6 different application modules (each >> module an .ijs file) that work together. >> >> I currently have each module defined as a project, which means that when >> I change any common file I have to go and build each project. Bummer. >> >> I would like to be able to do one click and have all the modules built. >> I don't see any way to do that, though somebody a few months ago said >> there was. If anybody can spell this out for me, I'd be obliged. >> >> Alternatively, I could run the builds myself, by making calls to >> projectform_projectfile_select_jproject_ and buildapp_jproject_. It >> appears that the only thing projectform_projectfile_select_jproject_ >> requires is that (".projectfile_select) have the proper index into >> (PJFNDX { PJFILES). Has anybody ever tried that, or does anyone know a >> reason why it wouldn't work? >> >> Henry Rich >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
