rake build-website fails
Reported by piglop | December 18th, 2009 @ 10:42 PM
When I try to build the website I get this error :
$ rake build-website --trace (in /home/mike/devel/amp)
README.txt is missing or in the wrong format for
auto-intuiting. run sow blah and look at its text
files Invoke build-website (first_time) ** Execute
build-website rake aborted!
no such file to load -- uv
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
./site/src/helpers.rb:1
When I run the command inside the "site" directory, I don't get the error about README.txt, but still get the one about "uv".
I couldn't find any "uv" gem or project.
Comments and changes to this ticket
-

piglop December 18th, 2009 @ 10:44 PM
Formatted error:
$ rake build-website --trace (in /home/mike/devel/amp) README.txt is missing or in the wrong format for auto-intuiting. runsow blahand look at its text files Invoke build-website (first_time) ** Execute build-website rake aborted!
no such file to load -- uv
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire' ./site/src/helpers.rb:1 -

Michael J. Edgar December 20th, 2009 @ 03:07 AM
- State changed from new to resolved
- Assigned user set to Michael J. Edgar
Ah - whoops.
The gem is actually called "ultraviolet", but you require "uv", hence the bug.
Thanks for alerting us to this!
I've committed (and will soon push) a better explanation for that error.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Rethink Version Control.- http://amp.carboni.ca/
Amp aims to put control of version-control software in your hands as a developer. The entire system is written in Ruby (with C extensions to improve performance), and aims to implement all major VCS's in Ruby. Currently, Mercurial is implemented.
Other features:
Commands are first-class members of the system - drop in an "Ampfile" in your repository, and you can add commands to amp in the same manner you add commands to rake (only with far, far more power!)
Documentation is one of our biggest priorities. We require all methods to be documented - even comically simple ones.
Heavy testing.
Multiple "workflows" - use git's commands to power a mercurial repository.
Add hooks/callbacks in minutes.