Re: [VOTE] Buildr 1.5.1 release

2017-03-13 Thread Tammo van Lessen
; > > * Fixed: BUILDR-728 Snapshots metadata incorrectly created > > > * Fixed: BUILDR-718 Deprecate SVN repository - remove links to SVN > > > * Change: BUILDR-724 Use scalamain to call scala projects > > > * Change: BUILDR-719 Change User-Agent when uploading artifacts > > > * Change: Set the OPEN_IN_BROWSER to false when building idea launch > > > targets via add_glassfish_remote_configuration. > > > * Change: BUILDR-709 Integrate `buildr/custom_pom` into core and just > > > make it the default pom generated. > > > * Fixed: BUILDR-563 protobuf addon including source directories to > > > protoc breaks build > > > > > > > > > > -- > > Cheers, > > > > Peter Donald > > > -- Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.23 release

2015-06-15 Thread Tammo van Lessen
attempting to load rspec classes unless Buildr.rspec_present? returns true. Reported By rbpandey. * Fixed: Remove debug output left in ipr.sql_dialect_mappings. -- Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.21 release

2014-12-08 Thread Tammo van Lessen
, Dec 3, 2014 at 12:52 PM, Tammo van Lessen tvanles...@gmail.com wrote: Same here, but +1 as well. On Wed, Dec 3, 2014 at 4:49 AM, Antoine Toulme anto...@lunar-ocean.com wrote: +1 for me. Sorry I didn't have time to test things this time around. On Fri, Nov 28, 2014 at 4:28 PM, Peter Donald pe

Re: [VOTE] Buildr 1.4.20 release

2014-08-25 Thread Tammo van Lessen
compatible with ejb-jars. * Fixed: Ensure that the 'source_paths' property in the pmd addon does not contain arrays or nils. -- Cheers, Peter Donald -- Cheers, Peter Donald -- Tammo van Lessen - http://www.taval.de

Re: Maven Central POM

2014-05-12 Thread Tammo van Lessen
for a how to use details) [1] https://github.com/apache/buildr/commit/baa269bb3243a7615e05bb95f6c799f112adafec -- Cheers, Peter Donald -- Tammo van Lessen - http://www.taval.de

Re: Improved integration between Apache and GitHub

2014-02-14 Thread Tammo van Lessen
On Thu, Feb 13, 2014 at 6:34 PM, Antoine Toulme anto...@lunar-ocean.comwrote: I would be delighted if we move to git and open ourselves to a wider audience of developers. You have my vote of course. Same here! Tammo

Re: Improved integration between Apache and GitHub

2014-02-14 Thread Tammo van Lessen
both ways!) If there is no objections I would like to see it turned on for Buildr. [1] https://blogs.apache.org/infra/entry/improved_integration_between_apache_and -- Cheers, Peter Donald -- Tammo van Lessen - http://www.taval.de

Re: New Committer: Tammo van Lessen

2013-11-09 Thread Tammo van Lessen
/Rakefile -- Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.15 release

2013-10-28 Thread Tammo van Lessen
, Oct 29, 2013 at 12:13 AM, Tammo van Lessen tvanles...@gmail.comwrote: Hi Peter, my default ODE build fails for some reason with the new build: Buildr aborted! Errno::ENOENT : No such file or directory - C:/Users/vanto/dev/git/apache/ode/axis2-war/src/main/webapp/css (See full trace

Re: [VOTE] Buildr 1.4.14 release

2013-10-11 Thread Tammo van Lessen
file generation when adding a web facet. -- Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.13 release

2013-10-08 Thread Tammo van Lessen
By Tammo van Lessen. * Added: Initial support for data source creation in Intellij IDEA project files. * Fixed: BUILDR-676 - Rework Java::Command:java so that it does not reject the :dir option. Reported by John Roth. * Added: Auto-detect jpa provider

Re: Add tasks to attach generation tasks to?

2012-11-10 Thread Tammo van Lessen
://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html -- Cheers, Peter Donald -- Tammo van Lessen - http://www.taval.de

Re: ApacheCon / Thoughtworks TechRadar

2012-11-10 Thread Tammo van Lessen
/lock_jar#buildr-integration https://github.com/mguymon/**lock_jarhttps://github.com/mguymon/lock_jar On 11/09/2012 10:04 PM, Peter Donald wrote: Huya, On Sat, Nov 10, 2012 at 5:21 AM, Tammo van Lessen tvanles...@gmail.com wrote: First, I got a Buildr talk accepted at ApacheCon EU

Re: [VOTE] Buildr 1.4.8 release

2012-11-01 Thread Tammo van Lessen
. If you could try the current version at [1] to verify the fixes, it would be much appreciated. [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/ Thanks! Peter Donald On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen tvanles...@gmail.comwrote: Hi, I'm perhaps to late, I haven't seen

Re: [VOTE] Buildr 1.4.8 release

2012-11-01 Thread Tammo van Lessen
PM, Peter Donald pe...@realityforge.org wrote: Hi, It looks like the easiest option is to downgrade the library across the board until we can fix it on windows. So I have made the change and re-upped the release. On Thu, Nov 1, 2012 at 11:17 PM, Tammo van Lessen tvanles...@gmail.comwrote

Re: Buildr 1.4.5 next week?

2011-01-31 Thread Tammo van Lessen
, please shout. -- Cheers, Peter Donald -- Tammo van Lessen - tvanles...@gmail.com - http://www.taval.de

Re: Dependencies to POMs

2010-10-13 Thread Tammo van Lessen
. The missing piece is how a newly built artifact can know it's dependencies, this could be done via a parameter to the package command, defaulting to project.compile.dependencies. How does that sound? Best, Tammo On Fri, Aug 6, 2010 at 17:05, Tammo van Lessen tvanles...@gmail.com wrote: Hi

Re: Dependencies to POMs

2010-08-06 Thread Tammo van Lessen
with dependencies so I've started thinking about this. I'm going to get started on it next week. alex On Thursday, August 5, 2010, Tammo van Lessen tvanles...@gmail.com wrote: Hi guys, I was recently in the situation to find a suitable build system for mavenizing a project. Mavenizing in a sense

Dependencies to POMs

2010-08-05 Thread Tammo van Lessen
there? I guess this feature can be both over and under engineered, so perhaps a generic mechanism that allows users to customize the pom generation per subproject would be great but should be populated with smart defaults. WDYT? Best, Tammo -- Tammo van Lessen - tvanles...@gmail.com - http

Re: Re: File::SEPARATOR on Windows

2010-07-17 Thread Tammo van Lessen
sure Buildr worked towards supporting this before. Any hint to help me on this ? Thanks, Antoine -- Tammo van Lessen - http://www.taval.de