Ric,
I'm not familiar with project link, but I guess it is intended for partitioning a large project into modules. If you want to reuse some common utilities but does not want put them into the source tab. You may add them to the public library by modifying the startup.ijs in ~user\config folder, eg

NB. =========================================================
NB. PUBLIC classes:
buildpublic_j_ 0 : 0
utilscripta    ~Projects\utils\utilscripta
tara           ~addons\tables\tara\tara
)
NB. this may not work in J601 and you have to specify full absolute path of 
scripts.

then in the project manager you may choose them in the library tab.
source:
proj1scripta
proj1scriptb

library:
utilscripta
tara

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

Reply via email to