On Thu, 15 Oct 2009, Alex Rufon wrote:
> I am hoping that I am not misunderstanding the PM "stand alone" script but 
> here goes...
> 
> Ever since I've started using PM to build my projects, I have been dependent 
> on this "feature" of J. All my projects only distributes J.EXE, J.DLL and the 
> corresponding IJS file. When you open the IJS file, the standalone script 
> occupies 80 to 90 percent of the code and more than half of this code unused.
> 
> When I was trying to integrate the JDB add-on to one of my project, I was 
> having problems with conflicts between the add-ons that are not apparent 
> during build but will only come up if during runtime.
> 
> Right now I don't know the extent of the impact to my code if the standalone 
> scripts where decommitted and I don't have a good suggestions on this but I 
> am interested on what's going to be the end product.

Building standalone script is uncommon among scripting languages such
as perl or python.  It's ok to concatenate all files in a project into
a single re-distributable file, but that file does not include files
from perl distribution or other 3rd party perl libraries called.

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