Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24231 invoked from network); 18 Feb 2005 21:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 21:32:21 -0000 Received: (qmail 26180 invoked by uid 500); 18 Feb 2005 21:32:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 26126 invoked by uid 500); 18 Feb 2005 21:32:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 26112 invoked by uid 99); 18 Feb 2005 21:32:16 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mta3.srv.hcvlny.cv.net (HELO mta3.srv.hcvlny.cv.net) (167.206.5.69) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Feb 2005 13:32:15 -0800 Received: from optonline.net (ool-44c06dd8.dyn.optonline.net [68.192.109.216]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0IC4000HBMH4Q1@mta3.srv.hcvlny.cv.net> for user@ant.apache.org; Fri, 18 Feb 2005 16:31:53 -0500 (EST) Date: Fri, 18 Feb 2005 16:31:52 -0500 From: Frank Subject: how are variables set? To: user@ant.apache.org Message-id: <42165EC8.8030704@optonline.net> Organization: Keyway Security MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Just starting to use ant/asant to build examples for web services from sun tutorial. Running into a problem when I run the "asant build" get the following error: compile-client: [echo] Compiling the client source code.... [echo] src=src destdir=build [javac] Compiling 1 source file to C:\j2eetutorial14\examples\jaxrpc\statics tub\build BUILD FAILED file:C:/j2eetutorial14/examples/jaxrpc/common/targets.xml:119: C:\lib not found. I' running this on XP. The problem appears too be the c:\lib is not the correct path too anything. I think it's suppose too be the classpath. Well in the targets.xml line 119 is the javac line below. jaxrpc.classpath is set above as follows: But how in the world does j2ee.home get set? I see nothing too set it. If I set it as an environment variable it does not work. How do values such as these get values in the targets.xml? The build.xml does not have any reference too these. Could not find anything in the documentation. HELP!!! LOL Thanks, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org