I cannot remember the detail. IMO standalone script mean a
production environment where J development ide does not exist.
In particular, the nouns systemfolder and userfolder that load-functions
depend on do not exist.

There is a POSTBUILDFILE option in j602 project that enable you
to run customisation.

Пн, 04 мар 2013, Anssi Seppälä писал(а):
> Please, can somebody explain why buildjade function (in project.ijs in J6.02) 
> is changed:
> 
> Now the target script starts with:
> 3 : 0 ''
> if. 0 ~: 4!:0 <'PATHSEP_j_' do.
> PATHSEP_j_=: ((9!:12'') e. 6 7) { '/\'
> jhostpath_z_=: PATHSEP_j_ & (I. @ (e.&'/\')@] })
> jpath_z_=: jhostpath
> end.
> load_z_=: require_z_=: script_z_=: ]
> 0
> )
> 
> Earlier it was:
> 3 : 0 ''
> if. 0 = 4!:0 <'PATHSEP_j_' do. return. end.
> PATHSEP_j_=: ((9!:12'') e. 6 7) { '/\'
> jhostpath_z_=: PATHSEP_j_ & (I. @ (e.&'/\')@] })
> jpath_z_=: jhostpath
> load_z_=: require_z_=: ]
> 0
> )
> 
> The problem with the current version is that it always overrides the 
> load-function used by the debugger. I do not understand why the load, require 
> and script functions must be changed.
> 
> If this is not easy to change in Package Manager where should I put my own 
> modifications.
> 
> Thanks,
> Anssi
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
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

Reply via email to