Henry Rich wrote: > Thanks for the disconfirmation. My error was that I was using > Package Manager and forgot to include a 'cocurrent' in my file. > > I wonder if there is, or should be, an option that would > give a message if a file doesn't contain a cocurrent or > coextend?
If you use Package Manager to build a script, then to ensure that the script is loaded into a given locale, set the "Load in Locale" value in the project's build options. In this case, you would normally avoid using cocurrent in any of the source scripts. If you are not using it to build a script, then you need to take care of any required cocurrents. Since a project's postbuild script could do arbitrary builds, it would probably not be a good idea in general to flag files with no cocurrent. My own practice is nearly always to use the Load in Locale value and not worry about cocurrent anywhere. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
