adding -Djava.awt.headless=true to the mvn command line gets rid of it. I suspect something depends on an awt class that triggers the graphical interface. I've seen this before with a library that generated images using awt. even if it was not displaying anything, that would trigger initializing the graphical intfc.
On Fri, Nov 13, 2015 at 11:06 AM, Steven Phillips <[email protected]> wrote: > I actually see it when running without tests as well. > > On Fri, Nov 13, 2015 at 10:55 AM, Hsuan Yi Chu <[email protected]> > wrote: > > > Not bad feature, which gives the visualization of unit test completion. > > > > On Fri, Nov 13, 2015 at 10:27 AM, Parth Chandra <[email protected]> > wrote: > > > > > Yes I see it too. Just a minor annoyance I thought. > > > > > > On Mon, Nov 9, 2015 at 2:59 PM, Sudheesh Katkam <[email protected]> > > > wrote: > > > > > > > I did, on my Mac. However, I haven’t looked into it. > > > > > > > > > On Nov 9, 2015, at 2:57 PM, Jason Altekruse < > > [email protected]> > > > > wrote: > > > > > > > > > > Hello all, > > > > > > > > > > Has anyone else noticed a java graphical application starting up > when > > > > > running the full drill build with test? On my mac I can clearly > see a > > > new > > > > > icon appear on my task bar for a generic java application after I > > > launch > > > > > the build and tests from the command line. I only started seeing > this > > > > > recently, I don't remember seeing any mail about a change in the > > build > > > > that > > > > > would have caused this. > > > > > > > > > > Has anyone else seen this? I'll be looking into it a little more, > > > trying > > > > to > > > > > identify when it comes up and find the test or build phase that is > > > > spawning > > > > > it, but I thought I'd just ask for any ideas to get me started. > > > > > > > > > > Thanks, > > > > > Jason > > > > > > > > > > > > > > -- Julien
