Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 14552 invoked from network); 4 Oct 2003 10:45:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Oct 2003 10:45:32 -0000 Received: (qmail 98588 invoked by uid 500); 4 Oct 2003 10:45:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 98550 invoked by uid 500); 4 Oct 2003 10:45: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 98531 invoked from network); 4 Oct 2003 10:45:15 -0000 Received: from unknown (HELO postfix4-1.free.fr) (213.228.0.62) by daedalus.apache.org with SMTP; 4 Oct 2003 10:45:15 -0000 Received: from efeller (www.evralyne.org [81.56.225.44]) by postfix4-1.free.fr (Postfix) with SMTP id 9146C50C7C for ; Sat, 4 Oct 2003 12:45:14 +0200 (CEST) Message-ID: <006f01c38a64$92e1a550$2ce13851@efeller> From: "Emmanuel Feller" To: "Ant Users List" References: <8765557836794E4EADF7F31290F4C39F0347F2C1@ns.suz.com> Subject: Re: maxmemory for javadoc Date: Sat, 4 Oct 2003 12:44:22 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I had the same problems on win 2000. First problem is not a maxmemory pb, but the argument command line is too long. Javadoc is launched with an exec and the linux shell can not take a so long command line. You will have, or still had, a maxmemory pb, in this case you cannot do some definite thing. What I did to solve these issues is to develop a JavadocByModule task wich take a fileset of module to javadoc, and proceed javadoc on every module one by one but link them together. This is fast and will go on when you will have more than 50 modules of 300 classes ... (like i have). I may send my impl if you like. Emmanuel ----- Message d'origine ----- De : "Vikas Phonsa" � : "'Ant Users List'" Envoy� : samedi 4 octobre 2003 00:09 Objet : maxmemory for javadoc > Hi Everybody > I'm using the ant javadoc task and some of my projects are pretty big and I > get the following error message in linux > > Warning: UNIXProcess.forkAndExec native error: Argument list too long > > > Any suggestions regarding that ? Is this related to maxmemory. > > vikas > > ---------------------------------------------------------- ----------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org