+1 as well (based on the source package) On Tue, Oct 6, 2009 at 9:11 PM, Assaf Arkin <[email protected]> wrote:
> Forgot to +1 for the record. > Assaf > > > On Tue, Oct 6, 2009 at 11:22 AM, Assaf Arkin <[email protected]> wrote: > > > > > > > On Tue, Oct 6, 2009 at 7:10 AM, Daniel Spiewak <[email protected] > >wrote: > > > >> At least to me, it seems better to push of a release until we can safely > >> claim 4.0. It seems like we almost have too much in the way of new > features > >> (with the shell support and all) for a point release, but not quite > enough > >> for a full jump. > >> > >> With that said, I recognize there are people actually *using* this tool > >> who might evaluate a release on more than simply philosophical grounds. > >> Thus, my vote is +1, but I hope we can move forward with 4.0 as quickly > as > >> possible. > >> > > > > I'm a big believer in frequent point release: if it's not regressing, put > > it out there. When the process is very easy, e.g. Web app, you might make > > several releases a day. > > > > That gives you an opportunity to iteratively work out big new features. > > Instead of 1.4 being the first release with (any) shell support, 1.4 > should > > be the first release with working, tested, documented shell support. Use > > 1.3.x for iterating over a feature, beta testing it and as RC. > > > > Assaf > > > > > >> > >> Daniel > >> > >> > >> On Oct 5, 2009, at 10:44 PM, "Assaf Arkin" <[email protected]> wrote: > >> > >> On Mon, Oct 5, 2009 at 12:40 PM, Daniel Spiewak <[email protected]> > >>> wrote: > >>> > >>> +1 with reservations. I'm not thrilled with the idea of pushing out > >>>> 1.3.5 > >>>> as it is, but I can't refute the reasons to do it. :-) > >>>> > >>>> > >>> Why? > >>> > >>> Assaf > >>> > >>> > >>> Daniel > >>>> > >>>> > >>>> On Oct 5, 2009, at 1:03 PM, "Alex Boisvert" <[email protected]> > >>>> wrote: > >>>> > >>>> We're voting on the source distributions available here: > >>>> > >>>>> http://people.apache.org/~boisvert/buildr/1.3.5/dist/<http://people.apache.org/%7Eboisvert/buildr/1.3.5/dist/> > >>>>> > >>>>> Specifically: > >>>>> > http://people.apache.org/~boisvert/buildr/1.3.5/dist/buildr-1.3.5.tgz<http://people.apache.org/%7Eboisvert/buildr/1.3.5/dist/buildr-1.3.5.tgz> > >>>>> > http://people.apache.org/~boisvert/buildr/1.3.5/dist/buildr-1.3.5.zip<http://people.apache.org/%7Eboisvert/buildr/1.3.5/dist/buildr-1.3.5.zip> > >>>>> > >>>>> The documentation generated for this release is available here: > >>>>> http://people.apache.org/~boisvert/buildr/1.3.5/site/<http://people.apache.org/%7Eboisvert/buildr/1.3.5/site/> > >>>>> http://people.apache.org/~boisvert/buildr/1.3.5/site/buildr.pdf<http://people.apache.org/%7Eboisvert/buildr/1.3.5/site/buildr.pdf> > >>>>> > >>>>> The official specification against which this release was tested: > >>>>> http://people.apache.org/~boisvert/buildr/1.3.5/site/specs.html<http://people.apache.org/%7Eboisvert/buildr/1.3.5/site/specs.html> > >>>>> > >>>>> Test coverage report: > >>>>> > >>>>> > http://people.apache.org/~boisvert/buildr/1.3.5/site/coverage/index.html<http://people.apache.org/%7Eboisvert/buildr/1.3.5/site/coverage/index.html> > >>>>> (Still getting a segmentation fault with rcov) > >>>>> > >>>>> The following changes were made since 1.3.4: > >>>>> > >>>>> * Added: Interactive shell (REPL) support > >>>>> * Added: BeanShell as default shell for java projects, bsh is small > >>>>> and > >>>>> it's > >>>>> syntax provides the closest to an interpreted java. The > >>>>> BeanShell > >>>>> console includes a graphical class browser. Shell is named > :bsh > >>>>> * Added: Mandriva (urpmi) installation support (with help from > Franck > >>>>> Villaume). > >>>>> * Added: BUILDR-56 Download Scala artifacts if not available locally > >>>>> * Added: BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak). > >>>>> * Added: BUILDR-295 Eclipse task: make 'M2_REPO' repository variable > >>>>> configurable > >>>>> * Added: BUILDR-300 Make Eclipse task more configurable (Antoine > >>>>> Toulme, > >>>>> Alex Boisvert) > >>>>> * Change: Upgraded to rubyforge-1.0.5 and net-ssh 2.0.15 > >>>>> * Change: Monkey-Patched FileUtils::sh on JRuby to use POSIX `system` > >>>>> * Change: Updated to Rake 0.8.7, RSpec 1.2.8 and JRuby-openssl 0.5.2. > >>>>> * Change: Updated to easyb 0.9 (Joel Muzzerall) > >>>>> * Change: Updated to TestNG 5.10 > >>>>> * Change: Updated to JRuby 1.3.1 > >>>>> * Fixed: BUILDR-23 Support for setting file mode when packaging > (Ittay > >>>>> Dror). > >>>>> * Fixed: BUILDR-278 tasks/*.rake files are loaded after the > buildfile > >>>>> (Rhett Sutphin) > >>>>> * Fixed: BUILDR-282 release goal should not strip leading '0' digits > >>>>> from > >>>>> version numbers. > >>>>> * Fixed: BUILDR-289 Improved error message when JAVA_HOME points to > an > >>>>> invalid JRE/JDK installation > >>>>> * Fixed: BUILDR-290 Dependencies cannot be downloaded over SSL. > >>>>> * Fixed: BUILDR-291 Local tasks do not support arguments (Ittay > Dror). > >>>>> * Fixed: BUILDR-292 Workaround for JRUBY-3381 on FileUtils.mv > >>>>> * Fixed: BUILDR-301 TestNG doesn't report failure if more than one > >>>>> test > >>>>> fails > >>>>> * Fixed: BUILDR-307 Failures are not reported correctly for > ScalaTest > >>>>> (Jeremie Lenfant-Engelmann) > >>>>> * Fixed: BUILDR-313 Prevent release with uncommitted_files on Git > >>>>> 1.4.3+ > >>>>> (Alexis Midon) > >>>>> * Fixed: BUILDR-315 Fix Eclipse .classpath for local libraries (Mat > >>>>> Schaffer) > >>>>> * Fixed: BUILDR-304 Referencing an existing package task using the > >>>>> package > >>>>> method fails if the package has a custom filename (Rhett > >>>>> Sutphin) > >>>>> * Fixed: BUILDR-322 When specifying files (instead of directories) > as > >>>>> sources for compile task, > >>>>> Buildr uses target directory timestamp only (not compiled > >>>>> output > >>>>> timestamp) > >>>>> * Fixed: BUILDR-324: Regression - baseDir system property is not set > >>>>> when > >>>>> executing tests [Alexis Midon] > >>>>> * Fixed: BUILDR-325: Overriding package spec with classifer doesn't > >>>>> work > >>>>> (Antoine Toulme) > >>>>> > >>>>> Here's my +1. > >>>>> > >>>>> alex > >>>>> > >>>>> > >>>> > > >
