===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
Sun Mar  7 17:01:21 GMTST 2004
===========================================================================
HERE ARE THE LAST 100 LINES OF THE LOG:
===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
symbol  : class Element  
location: class org.jboss.remoting.transport.test.TransportTest
        connector.setConfiguration((Element) xml);
                                    ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:78:
 org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element serverConfig = null;
      ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:94:
 org.w3c.dom.Document is not public in org.w3c.dom; cannot be accessed from outside 
package
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
         ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:94:
 cannot resolve symbol
symbol  : variable DocumentBuilderFactory  
location: class test.classloading.server.InvokerServerNoSecurityTest
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
                        ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:95:
 cannot resolve symbol
symbol  : method getDocumentElement  ()
location: class org.w3c.dom.Document
         serverConfig = xml.getDocumentElement();
                           ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:97:
 cannot resolve symbol
symbol  : class SAXException  
location: class test.classloading.server.InvokerServerNoSecurityTest
      catch (SAXException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoSecurityTest.java:105:
 cannot resolve symbol
symbol  : class ParserConfigurationException  
location: class test.classloading.server.InvokerServerNoSecurityTest
      catch (ParserConfigurationException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:49:
 org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element serverConfig = null;
      ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:64:
 org.w3c.dom.Document is not public in org.w3c.dom; cannot be accessed from outside 
package
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
         ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:64:
 cannot resolve symbol
symbol  : variable DocumentBuilderFactory  
location: class test.classloading.server.InvokerServerNoClientTest
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
                        ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:65:
 cannot resolve symbol
symbol  : method getDocumentElement  ()
location: class org.w3c.dom.Document
         serverConfig = xml.getDocumentElement();
                           ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:67:
 cannot resolve symbol
symbol  : class SAXException  
location: class test.classloading.server.InvokerServerNoClientTest
      catch (SAXException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoClientTest.java:75:
 cannot resolve symbol
symbol  : class ParserConfigurationException  
location: class test.classloading.server.InvokerServerNoClientTest
      catch (ParserConfigurationException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:49:
 org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element serverConfig = null;
      ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:64:
 org.w3c.dom.Document is not public in org.w3c.dom; cannot be accessed from outside 
package
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
         ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:64:
 cannot resolve symbol
symbol  : variable DocumentBuilderFactory  
location: class test.classloading.server.InvokerServerNoServerTest
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
                        ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:65:
 cannot resolve symbol
symbol  : method getDocumentElement  ()
location: class org.w3c.dom.Document
         serverConfig = xml.getDocumentElement();
                           ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:67:
 cannot resolve symbol
symbol  : class SAXException  
location: class test.classloading.server.InvokerServerNoServerTest
      catch (SAXException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerNoServerTest.java:75:
 cannot resolve symbol
symbol  : class ParserConfigurationException  
location: class test.classloading.server.InvokerServerNoServerTest
      catch (ParserConfigurationException e)
             ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerSecureTest.java:49:
 org.w3c.dom.Element is not public in org.w3c.dom; cannot be accessed from outside 
package
      Element serverConfig = null;
      ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerSecureTest.java:61:
 org.w3c.dom.Document is not public in org.w3c.dom; cannot be accessed from outside 
package
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
         ^
D:\jboss\jboss-head\remoting\src\main\test\classloading\server\InvokerServerSecureTest.java:61:
 cannot resolve symbol
symbol  : variable DocumentBuilderFactory  
location: class test.classloading.server.InvokerServerSecureTest
         Document xml = 
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new 
ByteArrayInputStream(buf.toString().getBytes()));
                        ^
100 errors
2 warnings

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

Total time: 55 seconds

===========================================================================
Sun Mar  7 17:01:22 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