This project is archived and is in readonly mode.
rake package is broken
Reported by Jaroslaw Zabiello | April 30th, 2008 @ 11:40 PM
Rails source can be cloned but it's rake task "package" is broken. Tested on Mac OS X 10.5.2.
rake package --trace
(in /Users/zbiru/Documents/GITS/merb-scripts/rails)
** Invoke package (first_time)
** Execute package
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/activesupport)
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/actionpack)
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/actionmailer)
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/activeresource)
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/activerecord)
(in /Users/zbiru/Documents/GITS/merb-scripts/rails/railties)
rake aborted!
private method `cp' called for File:Class
/tmp/rails/railties/rakefile:258
Comments and changes to this ticket
-
Jaroslaw Zabiello May 1st, 2008 @ 12:09 AM
- Title changed from rake package is broken to [PATCH] rake package is broken
Added patch. It was simple syntax error.
-
Stephen Celis May 10th, 2008 @ 02:08 PM
- Title changed from [PATCH] rake package is broken to rake package is broken
In Lighthouse, I think the preference is to use the "patch" tag and leave the title unchanged.
-
Repository May 11th, 2008 @ 07:21 PM
- State changed from new to resolved
(from [7013d9e52a41a6261738b8d11bcada85bc6fe81b]) Fix generate_app_doc task (Jaroslaw) [#70 state:resolved]
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>