-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It looks like the initial configuration didn''t change the rake.cmd file correctly. It had the old E:\ stuff in the parameter to ruby. Replacing the path makes it work. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDVm8bSIxC85HZHLMRAoXPAJ4zIR6HnB/2inkl/PV3jtWQjHc5KQCfTdkY x1Aa3Z8Efkm5O4RlUTWRQ90=7ri/ -----END PGP SIGNATURE-----
Strange... the path in rake.cmd gets updated on my system. Can you check the file''s attributes to see it is marked as read-only? Also, try changing the name of you base Instant Rails directory and then start Instant Rails to see if it will then update rake.cmd with the new path. I''m just wondering if this is a one-time fluke, or a persistent problem. Thanks, Curt On 10/19/05, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > It looks like the initial configuration didn''t change the rake.cmd file > correctly. It had the old E:\ stuff in the parameter to ruby. Replacing > the > path makes it work. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFDVm8bSIxC85HZHLMRAoXPAJ4zIR6HnB/2inkl/PV3jtWQjHc5KQCfTdkY > x1Aa3Z8Efkm5O4RlUTWRQ90> =7ri/ > -----END PGP SIGNATURE----- > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051019/c40ff5c3/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Curt Hibbs wrote:> Strange... the path in rake.cmd gets updated on my system. > > Can you check the file''s attributes to see it is marked as read-only? > Also, try changing the name of you base Instant Rails directory and then > start Instant Rails to see if it will then update rake.cmd with the new > path. > > I''m just wondering if this is a one-time fluke, or a persistent problem.I just moved it, and it reverted back: @"C:\dev\InstantRails\ruby\bin\ruby.exe" "E:/Dev/RubyDev/InstantRails/svn/InstantRails/ruby/bin/rake" %* I have *not* yet edited the C:\dev\InstantRails\conf_files\rake.cmd file... hmm, looking at it, I see this: @"${path}\ruby\bin\ruby.exe" "E:/Dev/RubyDev/InstantRails/svn/InstantRails/ruby/bin/rake" %* Looks like the ${path} needs to be substituted in there too. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDVobjSIxC85HZHLMRAh8CAKCkEORjOutuN+WnfFcdfTRriB5HwQCcDnms bH/mwmT+zv2TiiCKUJgax8E=Ow6o -----END PGP SIGNATURE-----