[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.laszlo] IDE keeps nulling out file
|
I'm a newbie with Laszlo 3.3.1 and with the IDE 0.2.0, running on
Eclipse 3.2 under Windows XP Pro. I'm using Laszlo proxied, and I've
got it set up with my own Tomcat 5.5.9 installation. Apps run fine.
To make running code from within the IDE easy, I've set up my project
directory within the openlaszlo subdirectory in webapps, i.e.,
webapps/openlaszlo/laszlo-examples. I told Eclipse to install the
"Laszlo samples project" there. This works.
However, I then tried editing a file
"src\examples\components\grid_example.lzx", because the installed
source does not have the contact list in the correct place Editing
is horrendously slow (one post on the forums claims that's because of
the ../../ in the source being an assist in the editor, but turning
off the assist didn't seem to help.)
But the biggest issue is that when I save my updates, two very bad
things happen: (1) the file on disk is nulled out - file size is
zero, and (2) the IDE says "Resource is out of sync with the file
system". I guess it would be, since the IDE just killed the file on
the filesystem.
Obviously, this renders the IDE useless, so I'm concluding I'm doing
something basically incorrect. Help appreciated.
=============================
Guy Rouillier