Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 17:19:00 -0400
From:      "alexus" <ml@db.nexgen.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   JAVA/SERVLETAPI/TOMCAT
Message-ID:  <001901c11b98$bf6a7ad0$0d00a8c0@alexus>

next in thread | raw e-mail | index | archive | help
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.<init>(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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901c11b98$bf6a7ad0$0d00a8c0>