You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/04/26 12:22:23 UTC

DO NOT REPLY [Bug 19344] New: - setting servlet.jar in build.properties for ant doesn't work

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=19344>.
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=19344

setting servlet.jar in build.properties for ant doesn't work

           Summary: setting servlet.jar in build.properties for ant doesn't
                    work
           Product: Axis
           Version: 1.1rc2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: Sebastian.Dietrich@gmx.at


My servlet.jar is not in xml-axis/java/lib so I set it in build.properties. 
Unfortunately it is still not recognized when building the project with ant.

Solution:
add the line
<pathelement location="${servlet.jar}"/>
in xml-axis/java/xmls/path-refs.xml