|
2010/9/21 Guillermo Polito <[hidden email]>
But if the changes file is pointed as "./myImage.changes" instead of "/home/mariano/pharo/myImage.changes" the problem will not exist.
But I don't know if the vm supports relative paths... Maybe you are right. I have no idea at all :(
2010/9/21 Mariano Martinez Peck <[hidden email]>
2010/9/21 Guillermo Polito <[hidden email]>
2010/9/21 Mariano Martinez Peck <[hidden email]>
Yes, I have this probelm several times....what I did is to change the
logChange: so that it does nothing, save it, and then quit the image. Anyway, what could be a solution for this problem?
Relative paths? :/
No, it won't wotk.
Suppose my .image and .changes are now in /home/mariano/Pharo and while the image is running you rename the directory to /home/mariano/pharoRenamed
Your smalltalk image is still pointing to your .changes in /home/mariano/Pharo and it was not updated.
So...the only way I see is that the OS somehow should notify SqueakVM about that.....
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
|