Displaying 1 result from an estimated 1 matches for "pkg_build".
Did you mean:
pkbuild
2005 Jul 18
0
How to build rails under WindowsXP??
Environment: WinXP, ruby-1.8.2-15, gem-0.8.10, rake 0.4.15, rails from svn.
I have checked out rails sources from svn and try to build it by
myself but without any luck.
pushgems.ru uses *nix style for running commands
cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..
and it is does not work under Windoze so I have to cd in each folder and run
rake pgem
manually. And there I have problems with tar
==LOG===
ln test/fixtures/test_mailer/signed_up.rhtml
pkg/actionmailer-1.0.1/test/fixtures/test_mailer/signed_up.rhtml
cd...