===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
Fri Oct 24 19:39:47 GMTDT 2003
===========================================================================
HERE ARE THE LAST 100 LINES OF THE LOG:
===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
    [javac]                                     ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\JNDISecurity.java:131:
 cannot resolve symbol
    [javac] symbol  : variable Invocation 
    [javac] location: class org.jboss.test.jmx.interceptors.JNDISecurity
    [javac]          Invocation.ATTRIBUTE, Invocation.READ, null, null,
    [javac]          ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\JNDISecurity.java:131:
 cannot resolve symbol
    [javac] symbol  : variable Invocation 
    [javac] location: class org.jboss.test.jmx.interceptors.JNDISecurity
    [javac]          Invocation.ATTRIBUTE, Invocation.READ, null, null,
    [javac]                                ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\JNDISecurity.java:133:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.jmx.interceptors.JNDISecurity
    [javac]       methodMap = (Map) getNext().invoke(getMethodMap);
    [javac]                         ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\PrincipalInterceptor.java:34:
 cannot resolve symbol
    [javac] symbol  : class InvocationException 
    [javac] location: class org.jboss.test.jmx.interceptors.PrincipalInterceptor
    [javac]          throw new InvocationException(
    [javac]                    ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\PrincipalInterceptor.java:38:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.jmx.interceptors.PrincipalInterceptor
    [javac]       return getNext().invoke(invocation);
    [javac]              ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\SecurityInterceptor.java:43:
 cannot resolve symbol
    [javac] symbol  : class InvocationException 
    [javac] location: class org.jboss.test.jmx.interceptors.SecurityInterceptor
    [javac]          throw new InvocationException(
    [javac]                    ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\jmx\interceptors\SecurityInterceptor.java:47:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.jmx.interceptors.SecurityInterceptor
    [javac]       return getNext().invoke(invocation);
    [javac]              ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\naming\interceptors\ProxyFactoryInterceptor.java:41:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.naming.interceptors.ProxyFactoryInterceptor
    [javac]       Object value = getNext().invoke(invocation);
    [javac]                      ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\naming\interceptors\ProxyFactoryInterceptor.java:65:
 cannot resolve symbol
    [javac] symbol  : class InvocationException 
    [javac] location: class org.jboss.test.naming.interceptors.ProxyFactoryInterceptor
    [javac]          throw new InvocationException(e);
    [javac]                    ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\interceptors\SRPCacheInterceptor.java:38:
 cannot resolve symbol
    [javac] symbol  : constructor AbstractInterceptor 
(javax.management.MBeanInfo,org.jboss.mx.server.MBeanInvoker)
    [javac] location: class org.jboss.mx.interceptor.AbstractInterceptor
    [javac]       super(info, invoker);
    [javac]       ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\interceptors\SRPCacheInterceptor.java:53:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.security.interceptors.SRPCacheInterceptor
    [javac]          Object value = getNext().invoke(invocation);
    [javac]                         ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\interceptors\SRPCacheInterceptor.java:102:
 cannot resolve symbol
    [javac] symbol  : class InvocationException 
    [javac] location: class org.jboss.test.security.interceptors.SRPCacheInterceptor
    [javac]          throw new InvocationException(e, "Error validating caller");
    [javac]                    ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\interceptors\SRPCacheInterceptor.java:105:
 cannot resolve symbol
    [javac] symbol  : method getNext ()
    [javac] location: class org.jboss.test.security.interceptors.SRPCacheInterceptor
    [javac]       Object value = getNext().invoke(invocation);
    [javac]                      ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:100:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
    [javac]       SSLContext sslCtx = null;
    [javac]       ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:103:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
    [javac]          sslCtx = SSLContext.getInstance("TLS");
    [javac]                   ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:112:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          String algorithm = KeyManagerFactory.getDefaultAlgorithm();
    [javac]                             ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:113:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          KeyManagerFactory keyMgr = 
KeyManagerFactory.getInstance(algorithm);
    [javac]          ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:113:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          KeyManagerFactory keyMgr = 
KeyManagerFactory.getInstance(algorithm);
    [javac]                                     ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:115:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          algorithm = TrustManagerFactory.getDefaultAlgorithm();
    [javac]                      ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:116:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          TrustManagerFactory trustMgr = 
TrustManagerFactory.getInstance(algorithm);
    [javac]          ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:116:
 warning: com.sun.net.ssl.TrustManagerFactory in com.sun.net.ssl has been deprecated
    [javac]          TrustManagerFactory trustMgr = 
TrustManagerFactory.getInstance(algorithm);
    [javac]                                         ^
    [javac] 
D:\jboss\jboss-head\testsuite\src\main\org\jboss\test\security\test\HttpsUnitTestCase.java:118:
 warning: com.sun.net.ssl.TrustManager in com.sun.net.ssl has been deprecated
    [javac]          TrustManager[] trustMgrs = trustMgr.getTrustManagers();
    [javac]          ^
    [javac] 56 errors
    [javac] 31 warnings

BUILD FAILED
file:d:/jboss/jboss-head/testsuite/build.xml:1034: Compile failed; see the compiler 
error output for details.

Total time: 1 minute 10 seconds

===========================================================================
Fri Oct 24 19:39:47 GMTDT 2003
===========================================================================
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.4.2_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to