Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 20980 invoked from network); 15 Oct 2000 12:25:20 -0000 Received: from hl137-192-66-146.hyperlink.onvoy.com (HELO eggplant.mtu.net) (137.192.66.146) by locus.apache.org with SMTP; 15 Oct 2000 12:25:20 -0000 Received: from workstation.mn.mtu.net.mtu.net (jpschewe@workstation.mn.mtu.net [192.168.42.101]) by eggplant.mtu.net (8.10.1/8.10.1) with SMTP id e9FCOrO17233 for ; Sun, 15 Oct 2000 07:24:53 -0500 (CDT) Sender: jpschewe@workstation.mn.mtu.net To: ant-user@jakarta.apache.org Subject: Re: Ant gui tool References: Reply-To: jpschewe@eggplant.mtu.net From: Jon Schewe Date: 15 Oct 2000 07:24:53 -0500 In-Reply-To: Stefan Bodewig's message of "12 Oct 2000 16:45:20 +0200" Message-ID: Lines: 30 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Carlsbad Caverns) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Stefan Bodewig writes: > >>>>> "JC" == Jonathan Carlson writes: > > >> Yes, huge problems. We couldn't ship it with Ant and you'd violate > >> the GPL if you shipped Ant with your stuff. > > JC> Then how can jBoss (which is GPL) use the Tomcat server which is > JC> APL? > > IANAL, but I'm afraid jBoss violates the GPL if they do. With all this talk about what's compatible how about this situation. Say I write a tool in java, essentially a compiler, that uses some gnu libraries, regexp & getopt. Then I decide that I want to write my build files with ant, since it's so cool. Now I want to write a taskdef for ant that allows my tool to be used easily with ant and distribute that rule with my tool along with a link to ant's homepage.