On Mon, December 21, 2009 2:58 pm, Bill Harris wrote: > build'' > copy: ~bin\profile.ijs > copy: ~system\classes\* > copy: ~system\extras\* > copy: ~system\main\* > copy: ~system\packages\* > copy: ~tools\* > copy: ~bin\j.exe > copy: ~bin\j.dll > copy: ~user\projects\dir\file1.ijs > copy: ~user\projects\dir\file2.sql > copy: ~addons\data\sqlite\lib\sqlite3.dll > |assertion failure: copy > | +./allowedpaths=<s,PATHSEP_j_
I found the error that caused that. ~system/examples/appdist/appdist.ijs has a line that says allowedpaths=: jhostpath each '~bin\';'~system\';'~tools\';'~addons';'~user\' It should say allowedpaths=: jhostpath each '~bin\';'~system\';'~tools\';'~addons\';'~user\' Right? Bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
