.hoerc and strange error exclude entry missing from .hoerc. Aborting. ?
8 views
Skip to first unread message
mortench
unread,
Jun 13, 2008, 9:05:28 AM6/13/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to New Gem Generator
I am developing a new gem based on lastest newgem version with native
extensions, and I get this strange error below when trying to perform
a "rake manifest:refresh".
I could find no "exclude" option in "hoe.rb" and also not sure what
the tool complain about having to be excluded. Experimenting I found
this task "rake config_hoe" which can generate ".hoerc" file. The
existence of this magic file seems to help but not as a very good
solution. First of all I though "hoe.rb" should handle all hoe related
setup. Also, it seems complicated if all developers of my gem would
have to maintain a unversioned ".hoerc" file on the side. Finally, I
am not really sure what ".hoerc" should contain and why this error
occurs without the file?
ERROR DETAIL:
~/myproject/trunk: rake manifest:refresh
(in /Users/xxx/myproject/trunk)
exclude entry missing from .hoerc. Aborting.
patch: **** Only garbage was found in the patch input.
/Morten
Nic Williams
unread,
Jun 13, 2008, 9:29:39 AM6/13/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message