-----Ursprüngliche Nachricht-----
Von: Jung , Dr. Christoph 
Gesendet: Mittwoch, 11. September 2002 09:49
An: 'Juha-P Lindfors'
Cc: '[EMAIL PROTECTED]'
Betreff: thirdParty mess at head? *Was* AW: JBoss.net compilation fails on
HEAD


Juha, others

I cannot get head to compile at various points: management, jetty, ... 

Maybe we should try a complete checkout again? 

Most modules seem to have problem with thirdparty references, methinks? I
have no idea what would be the best order to resolve that mess.

Btw. Why are there two crimson.jar (one in apache, one in sun/jaxp, the
latter being the one that is more complete IMHO) in thirdparty?

CGJ

-----Ursprüngliche Nachricht-----
Von: Juha-P Lindfors [mailto:[EMAIL PROTECTED]] 
Gesendet: Mittwoch, 11. September 2002 09:00
An: Jung , Dr. Christoph
Betreff: JBoss.net compilation fails on HEAD



Just tried to pull and compile CVS head but it fails for me.

Are you working on something, did I just get a bad checkout?



compile-classes:
    [mkdir] Created dir: D:\jboss-all\jboss.net\output\classes\main
    [javac] Compiling 56 source files to
D:\jboss-all\jboss.net\output\classes\main
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\AxisAdminServlet.j
ava:23:
cannot
 access javax.servlet.http.HttpServlet
file javax\servlet\http\HttpServlet.class not found
   protected AxisServer server=null;
             ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:12:
 package javax.servlet does not exist
import javax.servlet.ServletException;
                     ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:13:
 package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequest;
                          ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:14:
 package javax.servlet.http does not exist
import javax.servlet.http.HttpServletResponse;
                          ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:15:
 package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequestWrapper;
                          ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:152
: cannot resolve symbol
symbol  : class HttpServletRequest
location: class org.jboss.net.axis.server.FlashAxisServiceServlet
        public void doPost(HttpServletRequest req, HttpServletResponse
res)
                           ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:152
: cannot resolve symbol
symbol  : class HttpServletResponse
location: class org.jboss.net.axis.server.FlashAxisServiceServlet
        public void doPost(HttpServletRequest req, HttpServletResponse
res)
                                                   ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:153
: cannot resolve symbol
symbol  : class ServletException
location: class org.jboss.net.axis.server.FlashAxisServiceServlet
                throws ServletException, IOException {
                       ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:58:
 cannot resolve symbol
symbol  : class HttpServletRequestWrapper
location: class
org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletReque
st
        public class FilteredHttpServletRequest extends
HttpServletRequestWrapper {
                                                        ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:70:
 cannot resolve symbol
symbol  : class HttpServletRequest
location: class
org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletReque
st
                public FilteredHttpServletRequest(HttpServletRequest req)
                                                  ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\ServiceFactory.java:15:
warning: org.ap ache.axis.configuration.DefaultEngineConfigurationFactory in
org.apache.axis.configuration  has been deprecated import
org.apache.axis.configuration.DefaultEngineConfigurationFactory;
                                     ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:18:
package j
avax.servlet.jsp.tagext does not exist
import javax.servlet.jsp.tagext.TagSupport;
                                ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:19:
package j
avax.servlet.jsp does not exist
import javax.servlet.jsp.JspTagException;
                         ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:20:
package j
avax.servlet.jsp does not exist
import javax.servlet.jsp.JspWriter;
                         ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:64:
cannot re
solve symbol
symbol  : class TagSupport
location: class org.jboss.net.taglib.FlashParametersTag
public class FlashParametersTag extends TagSupport
                                        ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:113:
cannot r
esolve symbol
symbol  : class JspTagException
location: class org.jboss.net.taglib.FlashParametersTag
        public int doStartTag() throws JspTagException
                                       ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\AxisAdminServlet.j
ava:36:
cannot
 resolve symbol
symbol  : method getInitParameter  (java.lang.String)
location: class org.jboss.net.axis.server.AxisAdminServlet
         String installation =
getInitParameter(org.jboss.net.axis.Constants.CONFIGURATION
_CONTEXT);
                               ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\AxisServiceServlet
.java:46:
cann
ot resolve symbol
symbol  : method getInitParameter  (java.lang.String)
location: class org.jboss.net.axis.server.AxisServiceServlet
         String installation =
getInitParameter(org.jboss.net.axis.Constants.CONFIGURATION
_CONTEXT);
                               ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:82:
 cannot resolve symbol
symbol  : method getParameter  (java.lang.String)
location: class
org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletReque
st
                        soapAction =
getParameter(HTTPConstants.HEADER_SOAP_ACTION);
                                     ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:111
: cannot resolve symbol
symbol  : method getHeader  (java.lang.String)
location: class org.jboss.net.axis.server.AxisServiceServlet
                                return super.getHeader(name);
                                            ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:130
: cannot resolve symbol
symbol  : method getClass  ()
location: class org.jboss.net.axis.server.FlashAxisServiceServlet
                log = Logger.getLogger(getClass());
                                       ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\server\FlashAxisServiceSe
rvlet.java:154
: cannot resolve symbol
symbol  : class HttpServletRequest
location: class org.jboss.net.axis.server.FlashAxisServiceServlet
                HttpServletRequest newReq = req;
                ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\axis\ServiceFactory.java:88:
warning: org.ap ache.axis.configuration.DefaultEngineConfigurationFactory in
org.apache.axis.configuration  has been deprecated
         return new
DefaultEngineConfigurationFactory().getClientEngineConfig();
                    ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:115:
cannot r
esolve symbol
symbol  : class HttpServletRequest
location: class org.jboss.net.taglib.FlashParametersTag
                HttpServletRequest request =
(HttpServletRequest)pageContext.getRequest();

                ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:115:
cannot r
esolve symbol
symbol  : class HttpServletRequest
location: class org.jboss.net.taglib.FlashParametersTag
                HttpServletRequest request =
(HttpServletRequest)pageContext.getRequest();

                                              ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:115:
cannot r
esolve symbol
symbol  : variable pageContext
location: class org.jboss.net.taglib.FlashParametersTag
                HttpServletRequest request =
(HttpServletRequest)pageContext.getRequest();

                                                                 ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:119:
cannot r
esolve symbol
symbol  : class JspWriter
location: class org.jboss.net.taglib.FlashParametersTag
                        JspWriter out = pageContext.getOut();
                        ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:119:
cannot r
esolve symbol
symbol  : variable pageContext
location: class org.jboss.net.taglib.FlashParametersTag
                        JspWriter out = pageContext.getOut();
                                        ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:155:
cannot r
esolve symbol
symbol  : class JspTagException
location: class org.jboss.net.taglib.FlashParametersTag
                        throw new JspTagException( e.toString() );
                                  ^
D:\jboss-all\jboss.net\src\main\org\jboss\net\taglib\FlashParametersTag.java
:158:
cannot r
esolve symbol
symbol  : variable SKIP_BODY
location: class org.jboss.net.taglib.FlashParametersTag
                return SKIP_BODY;
                       ^
28 errors
2 warnings

BUILD FAILED
file:D:/jboss-all/jboss.net/build.xml:195: Compile failed; see the compiler
error output f or details.

Total time: 2 minutes 11 seconds
Press any key to continue . . .



k
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to