On 9/23/07, LV <[EMAIL PROTECTED]> wrote:
>
> Hi John,
>
> I had the same issue with ../openwfe-ruby/lib/openwfe/storage/
> yamlextras.rb, where the storage/yamlextras.rb was missing from the
> gem's contents, so I decided to have a further look...
>
> Here is what i did to pinpoint the issue:
>
> * I checked out trunk (http://openwferu.rubyforge.org/svn/trunk/
> openwfe-ruby), the file storage/yamlextras.rb was there.
> * I built the gem (rake gem)
> * I installed the newly built gem (sudo gem install
> openwferu-0.9.15.gem)
>
> At this point I still had the issue so I opened the file "Rakefile".
>
> I found that the issue was related to line 52 (see below) which
> excludes files/directories containing "extras" in the name.
>
> 50    files = FileList[ "{bin,docs,lib,test,examples}/**/*" ]
> 51    files.exclude "rdoc"
> 52    files.exclude "extras"
> 53    s.files = files.to_a
>
> When I commented out line 52, built the gem and installed it, the
> issue was resolved, that is, the gem now had the file storage/
> yamlextras.rb.
>
> I hope this helps.

Yes, this helps a lot !

http://rubyforge.org/tracker/index.php?func=detail&aid=14167&group_id=2609&atid=10195

That calls for a 0.9.15 release.

Next time I'll go an test gem installs on a clean system.


Thanks again, I owe you at least a beer, cheers,

-- 
John Mettraux   -///-   http://jmettraux.openwfe.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFEru users" 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/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to