[Rubycocoa-devel 839] Re: 1.0 plan

Zurück zum Archiv-Index

Fujimoto Hisa hisa****@fobj*****
Thu Apr 5 17:20:24 JST 2007


On 2007/04/02, at 20:22, Laurent Sansonetti wrote:

> Hi guys,
>
> According to the plan, RubyCocoa 1.0 was planned for the 15 April.
> However, as you can see we are the 2nd April, so we only have 2 weeks
> left. It might not be possible to make a good release within this
> short time.
>
> So I propose to push the release date to the 30 April. This should
> leave us more time to polish and make a good release.

Indeed I agree. And I'll add the following maybe ...

* install some tools (gen_bridge_metadata.rb,
   gen_bridge_doc.rb and rb_nibtool.rb) into apropriate location in the
   framework:

     RubyCocoa.framework/Versions/Current/usr/bin/gen_bridge_metadata.rb
     RubyCocoa.framework/Versions/Current/usr/bin/gen_bridge_doc.rb
     RubyCocoa.framework/Versions/Current/usr/bin/rb_nibtool.rb

* Add a Rakefile to each of project template. it may have useful tasks
   with rb_nibtool.rb to update nib files/create ruby sources. e.g.

     rake build        # build Release configuration
     rake build_debug  # build Debug configuration
     rake test         # run the unit test in the tests directory.
     rake run          # build/test and run the app.
     rake update_nib   # rb_nibtool.rb -u ...
     rake create_class # rb_nibtool.rb -c ...
     ...

I'm not sure that the path to tools is appropriate. What do you think?
Please tell me better location.

> Also, I propose to release the contents of trunk as 0.11.0 this week
> (Friday?).

--
hisa




More information about the Rubycocoa-devel mailing list
Zurück zum Archiv-Index