Cool. I just added descriptions to the main rake tasks for SWIGging,
compiling, installing and packaging. This means someone unfamiliar with
the package can do
rake --tasks
to get a list of useful build targets & tasks for the project.
Doesn''t affect the tasks materially at all.
cheers
alex
Kevin Smith wrote:> I did some testing this morning, and wasn''t happy with the error
> messages presented to the user if they didn''t have the right SWIG
> version. I realized that the detection was happening at the wrong place
> in the code.
>
> We were detecting the swig version while *creating* the swig tasks,
> rather than while *executing* a swig task. This led to misleading output
> from rake.
>
> So I moved the code around a bit this morning. I think it''s a lot
better
> now.
>
> Kevin
>
> P.S. It wasn''t anything wrong with Robin''s recent
changes. This problem
> had been there for months if not years.
>
>
> _______________________________________________
> wxruby-users mailing list
> wxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users
>
>
>