You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Sebastian Hennebrueder <us...@laliluna.de> on 2009/12/03 16:01:04 UTC

Documentation bug

Hello,

the page http://buildr.apache.org/quick_start.html#custom-tasks has two bugs

should use
Project.local_task :deploy
instead of just local_task
and
  project.version '0.1.0'
should be
  project.version='0.1.0'

-- 
Best Regards / Viele Grüße

Sebastian Hennebrueder
-----
Software Developer and Trainer for Hibernate / Java Persistence
http://www.laliluna.de




Re: Documentation bug

Posted by Peter Schröder <ps...@blau.de>.
hi sebastian,

i am currently scraping the documentation for bugs and there is an open ticket for this:

https://issues.apache.org/jira/browse/BUILDR-345

i will propose a patch if you like.

there are also some working examples in the buildr-wiki:

http://cwiki.apache.org/confluence/display/BUILDR/Buildr+HowTos

and i started a little example project on github that are based on the examples provided in the docs:

http://github.com/phoet/buildr-examples

kind regards,
peter

Am 03.12.2009 um 16:01 schrieb Sebastian Hennebrueder:

> Hello,
> 
> the page http://buildr.apache.org/quick_start.html#custom-tasks has two bugs
> 
> should use
> Project.local_task :deploy
> instead of just local_task
> and
>  project.version '0.1.0'
> should be
>  project.version='0.1.0'
> 
> -- 
> Best Regards / Viele Grüße
> 
> Sebastian Hennebrueder
> -----
> Software Developer and Trainer for Hibernate / Java Persistence
> http://www.laliluna.de
> 
> 
>