Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18524 invoked from network); 2 May 2005 14:15:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2005 14:15:17 -0000 Received: (qmail 57496 invoked by uid 500); 2 May 2005 14:16:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57457 invoked by uid 500); 2 May 2005 14:16:28 -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 57440 invoked by uid 99); 2 May 2005 14:16:28 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ebb01.tietoenator.com (HELO ebb01.tietoenator.com) (193.12.180.61) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 02 May 2005 07:16:27 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: javadoc task Date: Mon, 2 May 2005 16:14:58 +0200 Message-ID: <6E4956924BE2B34398EFCB0617CA1FAB01505786@mustang.eu.tieto.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: javadoc task Thread-Index: AcVPIVKLk7k5OpMETN6yOjOnO53Wmg== From: To: X-OriginalArrivalTime: 02 May 2005 14:15:00.0664 (UTC) FILETIME=[53B25B80:01C54F21] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! I have a problem running the javadoc task; it stops with=20 C:\UTV\java\FundServicesDocs\build.xml:78: Javadoc failed: java.io.IOException: CreateProcess: C:\jdk1.5.0_02\bin\javadoc.exe -d ...... at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(ProcessImpl.java:81) at java.lang.ProcessImpl.start(ProcessImpl.java:30) at java.lang.ProcessBuilder.start(ProcessBuilder.java:451) at java.lang.Runtime.exec(Runtime.java:591) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Exec ute.java:834) at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449) at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1948) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) at org.apache.tools.ant.Project.executeTarget(Project.java:1185) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe cutor.java:40) at org.apache.tools.ant.Project.executeTargets(Project.java:1068) at org.apache.tools.ant.Main.runBuild(Main.java:668) at org.apache.tools.ant.Main.startAnt(Main.java:187) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) the build suddenly broke when the project grew and some *.java files were added. it is a small numer of java files (<200) but quite many jars in the classpath. I have tried to increse heap with set ANT_OPTS=3D-Xms32m -Xmx512m My feeling is that when ant tries to spawn the javadoc proc somthing happens with the arguments, mybe a too long /to many arguments fault in some way. and I'm using my own doclet and below is a snip from my build file =09 Has anybody some clues? /Klas --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org