Ant problems about compiling java classes

2001-06-28 Thread Buono Guglielmo

Hi,
My name is Guglielmo Buono and I am a member of Sema RD group which
develops a VAS portal called Semaportal.
We are testing Ant to choose it as our builder tool but  I have a problem.

I would like to submit the following question about the ant target javac.
I used this target to compile more than 1500 java files at the same time and
the program always replies:  System out of resources and the action
failed.
No messagges are displayed about that except for 
java.lang.OutOfMemoryError

Could you suggest me if there is any configuration parameter to be set or is
it a bug?

Thanks.

Guglielmo Buono

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Ant problems about compiling java classes

2001-06-28 Thread Glenn McAllister

Buono Guglielmo wrote:

 Hi,
 My name is Guglielmo Buono and I am a member of Sema RD group which
 develops a VAS portal called Semaportal.
 We are testing Ant to choose it as our builder tool but  I have a problem.

You should ask for help on ant-user, not here.

Glenn