I am still learning with Pier and I probably did something wrong. I am now trying to edit /mainenviorment. There I have this:
FileDoesNotExistException: '/home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/b2/g03r5h2xukw1wbdb5dfktkusjilyoc/unknown' I remember to delete all /home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/ once because I move all my images from there (pier) to a particular library (they were css pictures). Any ideas of how can I fix this ? Thanks!! Mariano _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Well the Pier external file instances point to files in the /files
directory. Since you moved the files then you get the file not found exception. So either you can put the files back, if you have them? Or construct a folder structure /b2/g03r5h2xukw1wbdb5dfktkusjilyoc and stick an empty 'unknown' file in there to get around this problem. What is going on is that it's trying to read the 'uknown' file, which is a text file containing the environment On 13-Apr-09, at 8:08 PM, Mariano Martinez Peck wrote: > I am still learning with Pier and I probably did something wrong. I > am now trying to edit /mainenviorment. There I have this: > > FileDoesNotExistException: '/home/mariano/squeak/imagenes/ > destinoMochila/Pier-1-1-1.app/Contents/Resources/files/b2/ > g03r5h2xukw1wbdb5dfktkusjilyoc/unknown' > > I remember to delete all /home/mariano/squeak/imagenes/ > destinoMochila/Pier-1-1-1.app/Contents/Resources/files/ once because > I move all my images from there (pier) to a particular library (they > were css pictures). > > Any ideas of how can I fix this ? > > Thanks!! > > Mariano > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- = = = ======================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
On Tue, Apr 14, 2009 at 12:42 AM, John M McIntosh <[hidden email]> wrote: Well the Pier external file instances point to files in the /files directory. Since you moved the files then you get the file not found exception. Your answer always so fast :) This actually work men. I didn't have the file so I create the folder and then the uknown file. There I put the structure and now it works perfect. Thanks a lot. Mariano
_______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |