RE: buiding incrementally

2003-06-23 Thread Kenneth Wood
your top level then, you could build all, or using various targets, build just portions. -Original Message- From: Maybin Muyeba [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 8:35 AM To: [EMAIL PROTECTED] Subject: buiding incrementally New to Ant!! I am building a script in an

buiding incrementally

2003-06-23 Thread Maybin Muyeba
New to Ant!! I am building a script in ant that compiles deeply nested directories with lots of files(.java). When I build from the root of the classess directory, I run out of memory but when I manually make directories for the same directories and compile per-directory, it works. But is there