I'm following this tutorial screencast: http://merbunity.com/screencasts/1
in my code folder I run merb-gen app testapp cd testapp merb-gen slice blogslice cd blogslice rake install --trace rake aborted! its looking for a bunch of files (test/wiki_slice/config/router.rb) but I don't think anything generated them The error output is below. Any help? Thanks :) debian:/home/kevin/code/testapp/blogslice# rake install --trace (in /home/kevin/code/testapp/blogslice) ** Invoke install (first_time) ** Invoke build (first_time) ** Invoke gemspec (first_time) ** Invoke gemspec:generate (first_time) ** Invoke version_required (first_time) ** Execute version_required ** Execute gemspec:generate Generated: blogslice.gemspec ** Invoke gemspec:validate (first_time) ** Invoke version_required ** Execute gemspec:validate blogslice.gemspec is valid. ** Execute gemspec ** Execute build rake aborted! ["test/wiki_slice/config/init.rb", "test/wiki_slice/config/router.rb", "test/wiki_slice/stubs/app/controllers/application.rb", "test/ wiki_slice/stubs/app/controllers/main.rb", "test/wiki_slice/lib/ wiki_slice/spectasks.rb", "test/wiki_slice/lib/wiki_slice/ merbtasks.rb", "test/wiki_slice/lib/wiki_slice/slicetasks.rb", "test/ wiki_slice/lib/wiki_slice.rb", "test/wiki_slice/app/helpers/ application_helper.rb", "test/wiki_slice/app/controllers/ application.rb", "test/wiki_slice/app/controllers/main.rb", "test/ wiki_slice/spec/requests/main_spec.rb", "test/wiki_slice/spec/ wiki_slice_spec.rb", "test/wiki_slice/spec/spec_helper.rb", "test/doc/ rdoc/generators/merb_generator.rb", "test/doc/rdoc/generators/template/ merb/merb.rb", "test/config/init.rb", "test/config/rack.rb", "test/ config/router.rb", "test/config/environments/development.rb", "test/ config/environments/staging.rb", "test/config/environments/rake.rb", "test/config/environments/test.rb", "test/config/environments/ production.rb", "test/merb/merb-auth/strategies.rb", "test/merb/merb- auth/setup.rb", "test/merb/session/session.rb", "test/app/helpers/ global_helpers.rb", "test/app/helpers/things_helper.rb", "test/app/ helpers/people_helper.rb", "test/app/controllers/application.rb", "test/app/controllers/things.rb", "test/app/controllers/people.rb", "test/app/controllers/exceptions.rb", "test/app/models/user.rb", "test/ app/models/thing.rb", "test/app/models/person.rb", "test/spec/requests/ people_spec.rb", "test/spec/requests/things_spec.rb", "test/spec/ models/thing_spec.rb", "test/spec/models/person_spec.rb", "test/spec/ spec_helper.rb", "test/autotest/merb_rspec.rb", "test/autotest/ merb.rb", "test/autotest/discover.rb"] are not files /usr/local/lib/ruby/site_ruby/1.8/rubygems/specification.rb:853:in `validate' /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:36:in `build' /usr/local/lib/ruby/gems/1.8/gems/jeweler-1.4.0/lib/jeweler/commands/ build_gem.rb:16:in `run' /usr/local/lib/ruby/gems/1.8/gems/jeweler-1.4.0/lib/jeweler.rb:84:in `build_gem' /usr/local/lib/ruby/gems/1.8/gems/jeweler-1.4.0/lib/jeweler/tasks.rb: 72:in `define' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain' /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain' /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 /usr/local/bin/rake:19:in `load' /usr/local/bin/rake:19 -- You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/merb?hl=en.
