From owner-freebsd-java@FreeBSD.ORG Sun Oct 1 12:02:38 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4E716A40F for ; Sun, 1 Oct 2006 12:02:38 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA57643D66 for ; Sun, 1 Oct 2006 12:02:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.4]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1GU01i-000Cd4-2e for freebsd-java@freebsd.org; Sun, 01 Oct 2006 16:02:34 +0400 Message-ID: <451FAE4C.8080205@FreeBSD.org> Date: Sun, 01 Oct 2006 16:02:20 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.7 (X11/20061001) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: ant try to fetch jar files for dependencies X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 12:02:38 -0000 Hi. I'm porting a java library where build.xml contains the lines: ... ... ... So ant tries to fetch jar files (btw. in a wrong place). I dislike it and I want to disable it. But when I run: ant -Dnoget="" (or anything inside "") it does not work and ant still tries to fetch the files. Why passing `noget' property to ant does not work? -- Dixi. Sem.