From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79223 invoked by alias); 25 Sep 2015 13:10:39 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 79212 invoked by uid 89); 25 Sep 2015 13:10:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: smtps-n.oca.eu Received: from smtps-n.oca.eu (HELO smtps-n.oca.eu) (192.54.174.167) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Sep 2015 13:10:37 +0000 Received: from asteroide.oca.eu (dhcp2-21.oca.eu [10.250.2.21]) by smtps-n.oca.eu (Postfix) with ESMTPSA id A98FE80834; Fri, 25 Sep 2015 15:10:35 +0200 (CEST) Message-ID: <560547CB.4040000@unice.fr> Date: Fri, 25 Sep 2015 13:10:00 -0000 From: Damien Mattei User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Bruce Lewis CC: kawa@sourceware.org Subject: Re: Re: packaging classes in kawa References: <1443119328.2480.4.camel@german-HP-245-G2-Notebook-PC> <56044CD1.2050802@bothner.com> <56050E2E.4010902@unice.fr> <56050F58.4040507@unice.fr> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00088.txt.bz2 great ! so the scheme modules map to java packages... thanks, Damien Le 25/09/2015 13:05, Bruce Lewis a écrit : > http://www.gnu.org/software/kawa/Module-classes.html > > (module-name "fr.unice.package.ThisClass") > > > On Fri, Sep 25, 2015 at 5:09 AM, Damien Mattei > wrote: > > is there a way with kawa to have java source code generated by > kawa, so > i can add a package statement directly in source? (or does kawa > generate > directly java byte-code?) > > Le 25/09/2015 11:04, Damien Mattei a écrit : > > > > hello, > > > > is there a way to package a class defined in kawa like it could > be done > > in java with package name; statement? > > > >