Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A260C256 for ; Tue, 4 Jun 2013 02:11:22 +0000 (UTC) Received: (qmail 35495 invoked by uid 500); 4 Jun 2013 02:11:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 35459 invoked by uid 500); 4 Jun 2013 02:11:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 35379 invoked by uid 99); 4 Jun 2013 02:11:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 02:11:20 +0000 Date: Tue, 4 Jun 2013 02:11:20 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5611) OS X puts an icon for Cassandra in the dock MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-5611: ----------------------------------------- Description: "Even when a Java program doesn't display any windows or other visible elements, if it accesses the AWT subsystem in some way (e.g., to do image processing internally), OS X will still put an icon for the Java program in the dock as if it were a GUI-based app. (When the program quits, the dock icon goes away as usual.)" (more details at http://hints.macworld.com/article.php?story=20071208235352641) Can't remember when it started happening, but it wasn't always the case for Cassandra. Now launching Cassandra puts an icon in the dock, and, worse, running ant test puts an icon in the dock for each test, stealing focus, too. This is extremely annoying. I ninja-d a workaround (-Djava.awt.headless=true) for ant test in 99824496aa359fcbe5e71f4e54f2738f09524a87, but we should try and find the real source of this (my guess is that some dependency of ours is to blame). was: "Even when a Java program doesn't display any windows or other visible elements, if it accesses the AWT subsystem in some way (e.g., to do image processing internally), OS X will still put an icon for the Java program in the dock as if it were a GUI-based app. (When the program quits, the dock icon goes away as usual.)" (more details at http://hints.macworld.com/article.php?story=20071208235352641) Can't remember when it started happening, but it wasn't always the case for Cassandra. Now launching Cassandra puts an icon in the dock, and, worse, running ant test put an icon in the dock for each test, stealing focus, too. This is extremely annoying. I ninja-d a workaround (-Djava.awt.headless=true) for ant test in 99824496aa359fcbe5e71f4e54f2738f09524a87, but we should try and find the real source of this (my guess is that some dependency of ours is to blame). > OS X puts an icon for Cassandra in the dock > ------------------------------------------- > > Key: CASSANDRA-5611 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5611 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 1.1.12, 1.2.5, 2.0 > Environment: OS X, JDK 1.7 > Reporter: Aleksey Yeschenko > Priority: Trivial > > "Even when a Java program doesn't display any windows or other visible elements, if it accesses the AWT subsystem in some way (e.g., to do image processing internally), OS X will still put an icon for the Java program in the dock as if it were a GUI-based app. (When the program quits, the dock icon goes away as usual.)" > (more details at http://hints.macworld.com/article.php?story=20071208235352641) > Can't remember when it started happening, but it wasn't always the case for Cassandra. Now launching Cassandra puts an icon in the dock, and, worse, running ant test puts an icon in the dock for each test, stealing focus, too. This is extremely annoying. > I ninja-d a workaround (-Djava.awt.headless=true) for ant test in 99824496aa359fcbe5e71f4e54f2738f09524a87, but we should try and find the real source of this (my guess is that some dependency of ours is to blame). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira