From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24420 invoked by alias); 26 Jun 2003 16:13:29 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 24410 invoked from network); 26 Jun 2003 16:13:28 -0000 Received: from unknown (HELO mwinf0604.wanadoo.fr) (193.252.22.25) by sources.redhat.com with SMTP; 26 Jun 2003 16:13:28 -0000 Received: from localhost.localdomain (unknown [81.50.42.9]) by mwinf0604.wanadoo.fr (SMTP Server) with ESMTP id 9265E2800097; Thu, 26 Jun 2003 18:13:26 +0200 (CEST) Content-Type: text/plain; charset="utf-8" From: Yan Georget Reply-To: yan.georget@koalog.com Organization: Koalog To: Mark Wielaard Subject: Re: Mauve Code Coverage Date: Thu, 26 Jun 2003 16:13:00 -0000 User-Agent: KMail/1.4.3 References: <200306251949.22868.yan.georget@koalog.com> <200306261718.08841.yan.georget@koalog.com> <1056642476.3658.109.camel@elsschot> In-Reply-To: <1056642476.3658.109.camel@elsschot> Cc: mauve-discuss@sources.redhat.com MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306261809.17551.yan.georget@koalog.com> X-SW-Source: 2003-q2/txt/msg00047.txt.bz2 > Koalog seems to integrate all kinds of free software like Ant, SkinLF, > JUnit and Log4J so I hoped you would distribute it under a Free Software > license. Actually, we just integrate with Log4J. KCC easily integrates with Ant, but Ant is not redistributed with KCC and y= ou=20 can use KCC without Ant. Same with SkinLF. BTW we gave a KCC license to the developper of SkinLF. We just use JUnit internally for our tests. Since we use free software, our policy has always been to give licenses to = the=20 people of the free software community who were interested in our products. In the same spirit, we gave several licenses of our constraint solver to=20 universities and students. > I was not refering to the price, but meant Free Software as > defined by the Free Software Foundation: > http://www.gnu.org/philosophy/free-sw.html. Well, we are a small software company ... we can't let people modify and=20 distribute our applications. If we become bigger, we could sell support=20 only... > Since I am working on free software like gcj and GNU Classpath to > provide users a way to migrate away from proprietary software whenever > possible I am not comfortable with using non-free products if I can > avoid it. I fully understand.=20 > The GNU Compiler Collection comes with gcj (GNU Compiler for Java) to > create native binaries from java source code and gij (GNU Interpreter > for Java) to interpret java byte code from class or jar files. > > > And there is Kaffe a traditional JVM which includes a Just In Time > compiler Yes, i know these two. Maybe, i'll try one of them. Which one do you=20 recommend? Yan