The chmod exec command should not be executed in a Windows environment, because chmod is a Unix command, and it looks like you get the misleading "cannot find the file" message if you do call exec in a Windows environment. There is a check in the lib(document) code to only call the exec command if you are not running (32 bit) Windows. Are you running the 64 bit version of Windows, which is only available for the development (6.1) branch of ECLiPSe? The test should check for both 32 and 64 bit versions of ECLiPSe, but it doesn't, and this could explain your problem. If you are running the 32 bit (i386_nt) version of ECLiPSe, then we would need more information to see why the test is failing in your case.... Cheers, Kish On 07/01/2012 22:06, R. Kars Brouwer wrote: > I get this message below by running eci_to_html(prepare_data,"HTML Doc"," > ") after running icompile(prepare_data), and lib(document). > > > > system interface error: The system cannot find the file specified. > > in exec([chmod, 644, "HTML Doc/prepare_data/index.html"], []) > > > > even though the file is there. It is a chrome html document and the file is > empty. Is that the problem? > > > > The files are on a flash drive in a directory set in eclipse. I am using > windows environment. > > > > > > > > > > cheers > > > > kars > > > > > > Dr. R. Kars Brouwer Ph.D. P.Eng. > > Professor Emeritus > > Dept. of Computing Science > > School of Advanced Technologies and Mathematics > > Thompson Rivers University > > 900 McGill Road > > Kamloops, BC > > Canada, V2C 5N3 > > > > email :<mailto:rkbrouwer_at_ieee.org> rkbrouwer_at_ieee.org > > <http://www.tru.ca/advtech/compsci/faculty/rbrouwer> > www.tru.ca/advtech/compsci/faculty/rbrouwer > > > > > > > > > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > > > > _______________________________________________ > ECLiPSe-CLP-Users mailing list > ECLiPSe-CLP-Users_at_lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/eclipse-clp-users -- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message. Cisco Systems Limited (Company Number: 02558939), is registered in England and Wales with its registered office at 1 Callaghan Square, Cardiff, South Glamorgan CF10 5BT.Received on Sun Jan 08 2012 - 08:52:33 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET