Hi all,
Iam using ant war task to generate application war file.Iam able to include
all the directories and files needed from application folder,
but iam not able to include application folder itself. I found that out when
i inflated the war file i created i.e all the files in the war file are
inf
hi mani,
you can do this,
this will take care of all jars in that folder and subfolders
anil.
On 8/8/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Actually, I add the jar files in classpath using the following way.
>
>
>
>
>
>
> It looks bit tediou
he heap size and perm size of you JVM launching your ant
> for instance :
>
> -Xms128M -Xmx256M -XX:PermSize=64M -XX:MaxPermSize=128M
>
> hervé
>
> -Original Message-
> From: Anil Kumar pippalapalli [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 03, 2007 11:30 AM
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