From damphyr at freemail.gr Sat Nov 19 09:40:52 2005 From: damphyr at freemail.gr (Damphyr) Date: Sat, 19 Nov 2005 15:40:52 +0100 Subject: [Rake-devel] sshpublisher.rb Message-ID: <437F3974.10006@freemail.gr> I've played around with the sshpublisher and since I'm forced to use Windows as a platform I had to hack a way to use something other than ssh. Attached is the diff between my solution and what is currently on CVS. I can now use putty (pscp and plink actually) to publish stuff from windows using this class. Take a look and tell me if it makes the cut. Cheers, V.- -- http://www.braveworld.net/riva ____________________________________________________________________ http://www.freemail.gr - ?????? ???????? ???????????? ????????????. http://www.freemail.gr - free email service for the Greek-speaking. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sshpublisher.diff Url: http://rubyforge.org/pipermail/rake-devel/attachments/20051119/e45d0859/sshpublisher.bat From kozlov.y at gmail.com Sun Nov 20 02:04:55 2005 From: kozlov.y at gmail.com (Yuri Kozlov) Date: Sun, 20 Nov 2005 10:04:55 +0300 Subject: [Rake-devel] [PATCH] compability with ruby from CVS Message-ID: Hello. Rake tests is not worked with ruby from cvs. yuray at keeper:/host/p3/b/rake$ ruby --version ruby 1.9.0 (2005-11-18) [i686-linux] yuray at keeper:/host/p3/b/rake$ ruby install.rb ... yuray at keeper:/host/p3/b/rake$ rake (in /host/p3/b/rake) /host/p3/b/rake/Rakefile:246: warning: ambiguous first argument; put parentheses or even spaces /host/p3/b/rake/Rakefile:251: warning: ambiguous first argument; put parentheses or even spaces Package Target requires RubyGEMs mkdir -p testdata /host/p3/a/ruby/bin/ruby -w -Ilib "/host/p3/a/ruby/lib/ruby/site_ruby/1.9/rake/rake_test_loader.rb" "test/test_clean.rb" "test/test_definitions.rb" "test/test_earlytime.rb" "test/test_file_creation_task.rb" "test/test_file_task.rb" "test/test_filelist.rb" "test/test_fileutils.rb" "test/test_ftp.rb" "test/test_makefile_loader.rb" "test/test_multitask.rb" "test/test_package_task.rb" "test/test_rake.rb" "test/test_rules.rb" "test/test_task_manager.rb" "test/test_tasks.rb" "test/test_test_task.rb" "test/contrib/testsys.rb" "test/functional.rb" WARNING: RubyGems not installed WARNING: Unable to test GemPackaging ... requires RubyGems UNABLE TO RUN FUNCTIONAL TESTS No Session Found Loaded suite /host/p3/a/ruby/lib/ruby/site_ruby/1.9/rake/rake_test_loader Started ... 126 tests, 417 assertions, 0 failures, 12 errors =================================================== yuray at keeper:/host/p3/b/rake$ patch -p0 <../rake_tests.patch patching file Rakefile patching file lib/rake.rb patching file lib/rake/testtask.rb patching file test/test_test_task.rb yuray at keeper:/host/p3/b/rake$ ==================================================== yuray at keeper:/host/p3/b/rake$ rake (in /host/p3/b/rake) Package Target requires RubyGEMs mkdir -p testdata /host/p3/a/ruby/bin/ruby -w -Ilib "/host/p3/a/ruby/lib/ruby/site_ruby/1.9/rake/rake_test_loader.rb" "test/test_clean.rb" "test/test_definitions.rb" "test/test_earlytime.rb" "test/test_file_creation_task.rb" "test/test_file_task.rb" "test/test_filelist.rb" "test/test_fileutils.rb" "test/test_ftp.rb" "test/test_makefile_loader.rb" "test/test_multitask.rb" "test/test_package_task.rb" "test/test_rake.rb" "test/test_rules.rb" "test/test_task_manager.rb" "test/test_tasks.rb" "test/test_test_task.rb" "test/contrib/testsys.rb" "test/functional.rb" WARNING: RubyGems not installed WARNING: Unable to test GemPackaging ... requires RubyGems UNABLE TO RUN FUNCTIONAL TESTS No Session Found Loaded suite /host/p3/a/ruby/lib/ruby/site_ruby/1.9/rake/rake_test_loader Started .............................................................................................................................. Finished in 9.233951 seconds. 126 tests, 439 assertions, 0 failures, 0 errors -- Regards, Yuri Kozlov -------------- next part -------------- A non-text attachment was scrubbed... Name: rake_tests.patch Type: text/x-patch Size: 2323 bytes Desc: not available Url : http://rubyforge.org/pipermail/rake-devel/attachments/20051120/b5156c78/rake_tests.bin From kozlov.y at gmail.com Sun Nov 20 06:19:07 2005 From: kozlov.y at gmail.com (Yuri Kozlov) Date: Sun, 20 Nov 2005 14:19:07 +0300 Subject: [Rake-devel] [PATCH] compatibility with ruby from CVS(1.9.0) Message-ID: Or for ruby 1.8 version and later (smaller and smart) -- Regards, Yuri Kozlov -------------- next part -------------- A non-text attachment was scrubbed... Name: rake18.diff Type: text/x-patch Size: 1841 bytes Desc: not available Url : http://rubyforge.org/pipermail/rake-devel/attachments/20051120/bb9ac192/rake18.bin