===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
Sun Mar  7 20:08:04 GMTST 2004
===========================================================================
HERE ARE THE LAST 100 LINES OF THE LOG:
===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
location: class org.jboss.net.axis.server.AxisService
            Node actNode = children.item(count);
            ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:491: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
            if (actNode instanceof Element)
                                   ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:493: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
               Element actElement = (Element) actNode;
               ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:493: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
               Element actElement = (Element) actNode;
                                     ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:495: 
cannot resolve symbol
symbol  : method getTagName  ()
location: class org.w3c.dom.Element
               if (actElement.getTagName().equals("ejb-ref"))
                             ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:501: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
                           (Element) actNode,
                            ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:505: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
                        MetaData.getUniqueChild((Element) actNode, "ejb-link"));
                                                 ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:526: 
cannot resolve symbol
symbol  : method getTagName  ()
location: class org.w3c.dom.Element
               else if (actElement.getTagName().equals("ext-service"))
                                  ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:532: 
cannot resolve symbol
symbol  : method getTagName  ()
location: class org.w3c.dom.Element
                  if (!actElement.getTagName().equals("service"))
                                 ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:579: 
cannot resolve symbol
symbol  : class ParserConfigurationException  
location: class org.jboss.net.axis.server.AxisService
      catch (ParserConfigurationException parserError)
             ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:593: 
cannot resolve symbol
symbol  : class NodeList  
location: class org.jboss.net.axis.server.AxisService
      NodeList children = source.getChildNodes();
      ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:593: 
cannot resolve symbol
symbol  : method getChildNodes  ()
location: class org.w3c.dom.Element
      NodeList children = source.getChildNodes();
                                ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:596: 
cannot resolve symbol
symbol  : class Node  
location: class org.jboss.net.axis.server.AxisService
         Node actNode = children.item(count);
         ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:597: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
         if (actNode instanceof Element)
                                ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:599: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
            if (((Element) actNode).getLocalName().equals(match))
                  ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:599: 
cannot resolve symbol
symbol  : method getLocalName  ()
location: class org.w3c.dom.Element
            if (((Element) actNode).getLocalName().equals(match))
                ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:621: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element root = (Element) ((Document) sdi.metaData).getDocumentElement();
      ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:621: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element root = (Element) ((Document) sdi.metaData).getDocumentElement();
                      ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:621: 
cannot resolve symbol
symbol  : class Document  
location: class org.jboss.net.axis.server.AxisService
      Element root = (Element) ((Document) sdi.metaData).getDocumentElement();
                                 ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:623: 
cannot resolve symbol
symbol  : class Document  
location: class org.jboss.net.axis.server.AxisService
      Document undeployDoc = null;
      ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:628: 
cannot resolve symbol
symbol  : class ParserConfigurationException  
location: class org.jboss.net.axis.server.AxisService
      catch (ParserConfigurationException parserError)
             ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:633: 
org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element undeploy =
      ^
D:\jboss\jboss-head\jboss.net\src\main\org\jboss\net\axis\server\AxisService.java:634: 
cannot resolve symbol
symbol  : method getNamespaceURI  ()
location: class org.w3c.dom.Element
         undeployDoc.createElementNS(root.getNamespaceURI(), "undeployment");
                                         ^
100 errors
6 warnings

BUILD FAILED
file:D:/jboss/jboss-head/jboss.net/build.xml:223: Compile failed; see the compiler 
error output for details.

Total time: 2 minutes 57 seconds

===========================================================================
Sun Mar  7 20:08:04 GMTST 2004
===========================================================================
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===========================================================================
java -version
java version "1.3.1_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_10-b03)
Java HotSpot(TM) Client VM (build 1.3.1_10-b03, mixed mode)


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to