You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/25 04:17:37 UTC

DO NOT REPLY [Bug 13959] New: - The jasper.classpath in build.xml should include ${ant.jar} for the javadoc task.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13959>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13959

The jasper.classpath in build.xml should include ${ant.jar} for the javadoc task.

           Summary: The jasper.classpath in build.xml should include
                    ${ant.jar} for the javadoc task.
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: medined@mtolive.com


I ran into a minor problem while compiling Tomcat 4.1.12 when the \jasper 
directory was compiled during the 'ant dist' task. The org.apache.ant classes 
could not be found. This issue was corrected by adding:

    <pathelement location="${ant.jar}"/>

to the 

  <path id="jasper.classpath">
  ...
  </path>

element.

Y'll are doing great work. Thanks!

david medinets

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>