This error comes from compiling the newly submitted upload tag
library: I think uses a servlet 2.3 method, so it should be
replaced by some equivalent legal 2.2 solution.

-----
    [javac] Compiling 6 source files to /p/import/build/struts/library/classes
    [javac] 
/p/import/jakarta-struts/src/share/org/apache/struts/upload/DiskMultipartRequestHandler.java:92:
 cannot resolve symbol
    [javac] symbol  : method getTempDir  ()
    [javac] location: class org.apache.struts.action.ActionServlet
    [javac]         String tempDir = servlet.getTempDir();
    [javac]                                 ^
    [javac] 1 error
-----
                                                       incze

Reply via email to