[jboss-dev] jboss-5 broken now?

Clebert Suconic csuconic at redhat.com
Tue Oct 16 12:40:40 EDT 2007


I can't compile jboss-trunk/testcases now:

I had to do an update -r66179

compile-classes-only:
     [javac] Compiling 2455 source files to 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/output/classes
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/bpel/ws/production/ProviderTestCase.java:11: 
warning: unmappable character for encoding UTF8
     [javac]  * @author Alejandro Gu�zar
     [javac]                        ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/common/ResolverTest.java:50: 
warning: unmappable character for encoding UTF8
     [javac]     * @throws URISyntaxException - if the url can�t be resolved
     [javac]                                                  ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/jca/test/ManagedDeploymentUnitTestCase.java:100: 
cannot find symbol
     [javac] symbol  : method isPrefill()
     [javac] location: class 
org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
     [javac]       assertTrue(md.isPrefill());
     [javac]                    ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:207: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs call and to 
suppress this warning
     [javac]             Method method = 
PropertyTestAdminObject.class.getMethod(getter, null);
     [javac] 
                  ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:208: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs call and to 
suppress this warning
     [javac]             Object value = method.invoke(ao, null);
     [javac]                                              ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:207: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs call and to 
suppress this warning
     [javac]             Method method = 
PropertyTestAdminObject.class.getMethod(getter, null);
     [javac] 
                  ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:208: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs call and to 
suppress this warning
     [javac]             Object value = method.invoke(ao, null);
     [javac]                                              ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:91: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs call and to 
suppress this warning
     [javac]          Method method = clazz.getMethod("initResolver", null);
     [javac]                                                          ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:92: 
warning: non-varargs call of varargs method with inexact argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs call and to 
suppress this warning
     [javac]          defaultResolver = (SchemaBindingResolver) 
method.invoke(null, null);
     [javac] 
             ^
     [javac] Note: Some input files use or override a deprecated API.
     [javac] Note: Recompile with -Xlint:deprecation for details.
     [javac] Note: Some input files use unchecked or unsafe operations.
     [javac] Note: Recompile with -Xlint:unchecked for details.
     [javac] 1 error
     [javac] 8 warnings



More information about the jboss-development mailing list