From owner-freebsd-questions Thu Aug 2 14:19: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 7106A37B401 for ; Thu, 2 Aug 2001 14:19:03 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 9538 invoked from network); 2 Aug 2001 21:19:04 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 2 Aug 2001 21:19:04 -0000 Message-ID: <001901c11b98$bf6a7ad0$0d00a8c0@alexus> From: "alexus" To: Subject: JAVA/SERVLETAPI/TOMCAT Date: Thu, 2 Aug 2001 17:19:00 -0400 Organization: NexGen MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2526.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2526.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'm trying to compile tomcat and as a part of it i need to get servletapi first and here is error that i'm geting su-2.05# sh build.sh dist expr: syntax error Buildfile: build.xml prepare: compile: [copydir] DEPRECATED - The copydir task is deprecated. Use copy instead. javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution BUILD FAILED /usr/local/java/JAKARTA/jakarta-servletapi-3.2.3-src/build.xml:45: Javadoc failed: java.io.IOException: javadoc: not found --- Nested Exception --- java.io.IOException: javadoc: not found at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:139) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30 ) at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl .java:48) at java.lang.reflect.Method.invoke(Method.java:306) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav a:509) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:329) at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:763) at org.apache.tools.ant.Target.execute(Target.java:153) at org.apache.tools.ant.Project.runTarget(Project.java:898) at org.apache.tools.ant.Project.executeTarget(Project.java:536) at org.apache.tools.ant.Project.executeTargets(Project.java:510) at org.apache.tools.ant.Main.runBuild(Main.java:421) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 1 second su-2.05# anyone? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message