Re: Status of MRELEASE-835?

2014-03-05 Thread Sascha Vogt
Hi Thorsten, Am 05.03.2014 15:29, schrieb Thorsten Heit: > [...] > I just wanted to know what the actual status is? Is there no need for such > a IMHO usable and CI- and/or build-server friendly feature? Is there > anything missing in the issue/patch/description/...? > At least a comment such a

Re: maven compiler plugin reports warnings as error

2012-08-30 Thread Sascha Vogt
Hi Wayne, Am 29.08.2012 16:13, schrieb Wayne Fay: >> I did a few more tests, see the output below. Should I open a ticket for >> that? > > What JDK are you using in each example? I tried with 1.6.0_32 and 1.7.0_04, both 64-bit Version on Windows7 64-bit > And yes, in general, if you think you ha

Re: maven compiler plugin reports warnings as error

2012-08-29 Thread Sascha Vogt
ample.Main cannot be applied to (int) [INFO] 4 errors Am 28.08.2012 11:47, schrieb Sascha Vogt: > Hi all, > > with the maven compiler plugin (version 2.5.1) and Maven 3.0.3 / 3.0.4 I > have the the strange effect, that if I have one real build error all > warnings are r

maven compiler plugin reports warnings as error

2012-08-28 Thread Sascha Vogt
Hi all, with the maven compiler plugin (version 2.5.1) and Maven 3.0.3 / 3.0.4 I have the the strange effect, that if I have one real build error all warnings are reported as errors as well. Settings for the compiler plugin are (copied from the effective pom): -Xlint:all true true 1.6

Re: Git or Mercurial

2011-07-08 Thread Sascha Vogt
Hi Ben, Am 08.07.2011 04:44, schrieb Ben Caradoc-Davies: > On 07/07/11 23:04, Sascha Vogt wrote: >> Am 05.07.2011 10:46, schrieb Ben Caradoc-Davies: >>> For large projects (>8000 source files) egit becomes painful: every time >>> a file is saved egit insists on mak

Re: Git or Mercurial

2011-07-07 Thread Sascha Vogt
Hi, Am 05.07.2011 10:46, schrieb Ben Caradoc-Davies: > For large projects (>8000 source files) egit becomes painful: every time > a file is saved egit insists on making Eclipse refresh everything, which > results in multi-second hangs. None of the configurable refresh options > appear to fix this.

Documentation for Maven3

2011-06-22 Thread Sascha Vogt
Hi all, as requested by Barrie starting a new thread. I'm new to maven and currently looking for some good reading. Is there any Maven3 documentation out yet? I already read "Maven in 5 minutes", "Getting started", "Your first mojo" and a couple of blogs. Now I specifically need to create a few

Re: how to clean up all generated files under "target" directory

2011-06-22 Thread Sascha Vogt
Hi all, Am 22.06.2011 04:18, schrieb Barrie Treloar: > > I recommend reading some of the books > http://maven.apache.org/articles.html > > If you are doing anything besides just building a plain old jar > file, then you need to up skill a bit to make sure you do things > right. There is too muc