=====================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=====================================================================

JAVA VERSION DETAILS
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=====================================================================

HERE ARE THE LAST 50 LINES OF THE LOG FILE

/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/SunJsseListener.java:201:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
        TrustManagerFactory tm = TrustManagerFactory.getInstance("SunX509","SunJSSE");
        ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/SunJsseListener.java:201:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
        TrustManagerFactory tm = TrustManagerFactory.getInstance("SunX509","SunJSSE");
                                 ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/SunJsseListener.java:203:
 warning: com.sun.net.ssl.TrustManager in com.sun.net.ssl has been deprecated
        TrustManager[] tma = tm.getTrustManagers();
        ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/SunJsseListener.java:205:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
        SSLContext sslc = SSLContext.getInstance( "SSL" ); 
        ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/SunJsseListener.java:205:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
        SSLContext sslc = SSLContext.getInstance( "SSL" ); 
                          ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/handler/HTAccessHandler.java:470:
 warning: readLine() in java.io.DataInputStream has been deprecated
                    while ((line = ufin.readLine()) != null) 
                                       ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/handler/HTAccessHandler.java:510:
 warning: readLine() in java.io.DataInputStream has been deprecated
                    while ((line = ufin.readLine()) != null) 
                                       ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/handler/HTAccessHandler.java:587:
 warning: readLine() in java.io.DataInputStream has been deprecated
            while ((line = htin.readLine()) != null)
                               ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/http/handler/HTAccessHandler.java:616:
 warning: readLine() in java.io.DataInputStream has been deprecated
                    while ((line = htin.readLine()) != null)
                                       ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/j2ee/session/Container.java:79:
 clone() has protected access in java.lang.Object
          StateInterceptor interceptor=(StateInterceptor)si.clone();
                                                           ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/j2ee/session/Container.java:80:
 cannot resolve symbol
symbol  : method setManager (org.mortbay.j2ee.session.Manager)
location: class org.mortbay.j2ee.session.StateInterceptor
          si.setManager(manager); // overkill - but safe
            ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/j2ee/session/Container.java:81:
 cannot resolve symbol
symbol  : method setSession (org.mortbay.j2ee.session.StateAdaptor)
location: class org.mortbay.j2ee.session.StateInterceptor
          si.setSession(adp);   // overkill - but safe
            ^
/home/jboss/jbossci/jboss-head/jetty/src/main/org/mortbay/util/UnixCrypt.java:455: 
warning: String(byte[],int,int,int) in java.lang.String has been deprecated
        return new String(cryptresult, 0x00, 0, 13);
               ^
3 errors
21 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 25 seconds


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to