From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30926 invoked by alias); 3 Dec 2015 10:52:46 -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 30909 invoked by uid 89); 3 Dec 2015 10:52:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,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; Thu, 03 Dec 2015 10:52:44 +0000 Received: from asteroide.oca.eu (dhcp2-21.oca.eu [10.250.2.21]) by smtps-n.oca.eu (Postfix) with ESMTPSA id 8AF008013E; Thu, 3 Dec 2015 11:52:42 +0100 (CET) Message-ID: <56601EFA.7010508@unice.fr> Date: Thu, 03 Dec 2015 10:52: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: Per Bothner , kawa@sourceware.org Subject: Re: javadoc for kawa api References: <56581FB8.70401@unice.fr> <5658814E.90202@bothner.com> <5660177B.2080405@unice.fr> In-Reply-To: <5660177B.2080405@unice.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-q4/txt/msg00047.txt.bz2 ok just find ,as the doc say it is a wrapper, that (gnu.kawa.io.filePath:toString (current-path)) works Le 03/12/2015 11:20, Damien Mattei a écrit : > i can not find in the doc the gnu.kawa.io ? i was just trying to convert > FilePAth to String... > > Le 27/11/2015 17:14, Per Bothner a écrit : >> >> On 11/27/2015 01:17 AM, Damien Mattei wrote: >>> Hi, >>> >>> is there a javadoc.jar or something else for kawa, >>> i imported the kawa library in Netbeans but when i want some >>> contextual help >>> it complains that there is no attached javadoc to the jar file >>> containing kawa-2.1.jar >> Not a jar, but the javadoc is available at >> http://www.gnu.org/software/kawa/api/ >> >> You can also build the javadoc using the command: >> >> $ make install-javadoc-html JAVADOC_DIR=kawa/api >> >> Set JAVADOC_DIR where you want the files. >