http://article.gmane.org/gmane.comp.lib.shoes/3143
Kyle
On Jun 2, 2009, at 5:53 PM, Jonathan Roes wrote:
I can't seem to get the Shoes Packager to output an updated .exe for
me. I get the feeling that my .rb is cached somewhere.
System info: Windows XP, Shoes 2 (1134) and Shoes 1243.
Steps to reproduce:
1. Create shoes-test.rb with contents: Shoes.app do background
green end
2. Run packager, default options.
3. Run shoes-test.exe. Background color is green.
4. Modify shoes-test.rb. Replace contents with: Shoes.app do
background red end
5. Run packager, default options.
6. Run shoes-test.exe. Background color is still green. EXPECTED:
red background
Copying the shoes-test.rb to shoes-test2.rb produces the expected
output (red background).
Anyone else run into the same results and/or have any suggestions
for fixes?
Jonathan