Hello,

Indeed I faced the same problem. I am preparing myself
to write here about my experiences with Shoes and noticed
problems. Your post targets the one I would mention. 
So, the Shoes under Windows copies the application to its cache.
It is placed under the user directory (as far as I remember). 
It's somewhere in the ApplicationData or sth. And even
you describe the shy file and tag it as a new version in the
packager it is treated as the same installed application.
This behaviour depends on file name only. If you change 
the file name then it will be recognized as the new one 
and copied again.
But under the new directory. Shoes seems have no ability to
clean up the cache or update it. Of course you may want to clean
the cache (a kind of temporary files) manually.

Regards

sw

Dnia 2009-02-25, śro o godzinie 14:57 +1100, e deleflie pisze:
> All,
> 
> I've got 2 strange problems. I create a  *.exe on OSX ... then I boot
> WindowsXP in parallels. From Windows, I access the mac hardrive and
> launch the *.exe.
> 
> Strange thing is it doesn't matter how many times I create a new exe,
> its always the first exe I created that gets executed (I know because
> the shoes console announces the version of the shy inside the exe.).
> Something is caching the exe.... I dont know if its the Package
> function, or Shoes on Windows, or parallels when accessing a file from
> OSX. Has anyone else had this problem?
> 
> In an attempt to work around this, I just create a *.shy file... and
> try to run that from windows. This time the new version is executed
> ... but now it says it "No such file to load 'mechanize'" ... despite
> the fact that I have :
> 
> Shoes.setup do
>    gem 'mechanize'
> end
> 
> ... can anyone throw any light on these issues?
> 
> Etienne

Reply via email to