Thanks for the pointer Dan! Whether this ultimately works at all, I'm
learning a good chunk and that's interesting. Running 'rake compile
spec' aborts on line 62 of the Rakefile when it can't fine the
constant HOE on this line:

    Rake::ExtensionTask.new('do_mysql_ext', HOE.spec)

which I take to mean a new instance of Hoe that defines the rake
tasks. Looks to me like there's no gemspec file since the directory
defined in this include at the top of the Rakefile doesn't exist:

    require 'spec/rake/spectask'

'spec' contains a few other entries but no 'rake' directory. Any
thoughts on why that directory wouldn't exist?

Thanks to anyone adding pointers and suggestions!

Cheers
Chris



On Jan 28, 6:24 pm, "Dan Kubb (dkubb)" <[email protected]> wrote:
> Chris,
>
> > Ok, I think I'm getting closer (the silence is instructive ;). After
> > removing that line and running make the compiler produced:
>
> Usually the simplest thing you can do is run "rake compile spec" and
> see if it compiles and passes all the specs.
>
> Also, "rake -T" shows you a list of all available tasks you can run.
>
> --
>
> Dan
> (dkubb)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" 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/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to