Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55876 invoked from network); 3 Aug 2007 09:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 09:30:58 -0000 Received: (qmail 37327 invoked by uid 500); 3 Aug 2007 09:30:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 37295 invoked by uid 500); 3 Aug 2007 09:30:54 -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 37284 invoked by uid 99); 3 Aug 2007 09:30:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 02:30:54 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apippalapalli@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 09:30:50 +0000 Received: by py-out-1112.google.com with SMTP id f31so1494077pyh for ; Fri, 03 Aug 2007 02:30:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=A+ZIAZPwFiZhQgPKZfh15B+nqXVQVvoFm6KHt60I1xJvtpJYgfeczBBAsgYnPvNUkQadFOX8nIi4/smCYrhc4uWDdjs338lzN+nGg9kPMdVdNGnUIHRfOrdEIHUdv9yIMD6UW2+iWyKt50dZpHm+nizCkqlLSyEeE9iAJ0dqQfA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pVvIpIc6LJFDsYGdLt+F3pdEASzshANyGtxriE/OmdPO3YSMFOMc5T0K510vE5pQf8ycbNjSxeKdMft4O3QXTpOKyT6TfzUVCwvQJAHa/QG9EAYKd/BoVE1ishbAdZLYM9sa7H/XP/jO7h4SAqIXZ9jnZrV86eXSaRw3BjyfNhg= Received: by 10.64.76.15 with SMTP id y15mr4690008qba.1186133429601; Fri, 03 Aug 2007 02:30:29 -0700 (PDT) Received: by 10.65.249.13 with HTTP; Fri, 3 Aug 2007 02:30:29 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 15:00:29 +0530 From: "Anil Kumar pippalapalli" To: user@ant.apache.org Subject: Help Required..... MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_78419_9466668.1186133429558" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_78419_9466668.1186133429558 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I have written a Ant Build File for deploying in Weblogic Server 8.1. when i try to compile java src files iam getting OutOfMemory error. I think the problem is with classpath bcoz i have library consisting of 86MB of jar files. It is giving me errors like unresolved symbol for import org.apache.struts.actions.* when i reduce the no of jar files in my library then it is not giving that errors(but remember i require all the jar files to compile my source code). Please help me in setting the classpath so that it accepts all the jar files while compiling my src code. Thanks in advance, anil. ------=_Part_78419_9466668.1186133429558--