Page 2 of 2

Re: how to break down map file

Posted: Fri Aug 07, 2009 1:03 pm
by ConvertFromOldNGs
by news.jadeworld.com >> Tue, 14 Nov 2006 7:45:49 GMT

Hi,

The author of the _moveObjects script did not allow for Unix/Linux directory separators, please note the \ character before _params.txt, on Linux system it should be a /

/home/user/jade/system_fila236\_params.txt

As a workaround, please copy the "_params.txt" file from the "system_fila236" directory and call it "system_fila236\_params.txt" in the "/home/user/jade" directory then the script should work.
See example commands below

cd /home/user/jade
cp system_fila236/_params.txt system_fila236\\_params.txt

Didier
2006.11.14

Re: how to break down map file

Posted: Fri Aug 07, 2009 1:03 pm
by ConvertFromOldNGs
by Michael Jones >> Mon, 6 Nov 2006 21:34:54 GMT

One has to ask why JADE has such a undocumented and primitive interface for something that is so common and should be very simple to achieve. Why can there not be something in the GUI development environment to achieve this?

It is frustrating that there is still no adequate solution to this problem that has been around for so long.