Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42930 invoked from network); 27 Jan 2009 21:03:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 21:03:45 -0000 Received: (qmail 60089 invoked by uid 500); 27 Jan 2009 12:33:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59684 invoked by uid 500); 27 Jan 2009 12:33:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 59663 invoked by uid 99); 27 Jan 2009 12:33:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 04:33:17 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rparree@gmail.com designates 209.85.198.251 as permitted sender) Received: from [209.85.198.251] (HELO rv-out-0708.google.com) (209.85.198.251) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 12:33:09 +0000 Received: by rv-out-0708.google.com with SMTP id b17so6860400rvf.40 for ; Tue, 27 Jan 2009 04:32:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hoxGF2fMmtnaac3EzaJPE63aJrRXIHTM2RBf9cCrxgY=; b=liLadt+FnpzvJVRIz5bNfqgEjBKFZT92NAEcgm+/GnwD+8u4u67YCFkKHSInfBi4l1 9bw0TDQl6j7zMHmwoJvwywzUkXQbc3AnRGY69gtg9Qm3fTO4WqzxbyUXHchN55cqKCQZ rTiCT93py9z2tKluYWv+J+lEDwIwJSfBdydZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ofYm7nuxHH+q5TLYh5pI7yTHntazK7y/UBHJmf4FpKDCkCoD3vuy+a8SR5UQHw2+5t 1co+VMN+Ta5TJjv3xQ+zK18v9zflm1/Tk5Lc+kJClfo+gWCO541poB3zwutHzw+5FtWN ZreInZpVC9czVjL87pqTiOftraNVE4drBj2Fw= MIME-Version: 1.0 Received: by 10.141.98.13 with SMTP id a13mr1970326rvm.20.1233059568280; Tue, 27 Jan 2009 04:32:48 -0800 (PST) Date: Tue, 27 Jan 2009 13:32:48 +0100 Message-ID: Subject: (Default) classpath for typedef From: Raphael Parree To: user@ant.apache.org Content-Type: multipart/alternative; boundary=000e0cd1b6948de52d0461760df2 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1b6948de52d0461760df2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, On a windows (ant 1.7.0) environment the following works: (The jar file containing the maven ant tasks is located in the ANT_HOME/libdirectory) I am using the same build file on an openSUSE linux environment (ant 1.7.0 installed as RPM) . I have installed the jar file in the ~/.ant/libdirectory (see it also listed when i do "ant -diagnostics"). However the resource is not loaded. it works when i include the java.class.path for the classpath, like: Is this correct behaviour? Tx., Raphael --000e0cd1b6948de52d0461760df2--