Hi all

When I try to build WAR on jdk1.4 I get these errors:

compile-tests:
Compiling 24 source files to /home/rufio/cocoon-2.1rc1/build/cocoon-2.1rc1/test
/home/rufio/cocoon-2.1rc1/src/test/org/apache/cocoon/components/resolver/test/ResolverImplTestCase.java:64:
 cannot resolve symbol
symbol  : class ResolverImpl 
location: package resolver
import org.apache.cocoon.components.resolver.ResolverImpl;
                                             ^
/home/rufio/cocoon-2.1rc1/src/test/org/apache/cocoon/components/resolver/test/ResolverImplTestCase.java:234:
 cannot resolve symbol
symbol  : class ResolverImpl 
location: class org.apache.cocoon.components.resolver.test.ResolverImplTestCase
    private ResolverImpl resolverImpl;
            ^
/home/rufio/cocoon-2.1rc1/src/test/org/apache/cocoon/components/resolver/test/ResolverImplTestCase.java:282:
 cannot resolve symbol
symbol  : class ResolverImpl 
location: class org.apache.cocoon.components.resolver.test.ResolverImplTestCase
        resolverImpl = (ResolverImpl) manager.lookup(role);
                        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors

There aren't any prequestions in INSTALL.txt so I have no clue what could be the 
reason?

Regards, Rufio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to