Hi,
Get an error while trying to run ant functional-tests.The LogEntry class in the comprehensive_types packages is not being created and leads to the following error message. Any ideas why this is happening??? The error log is shown below----- [copy] Copying 9 files to C:\xml-axis-rc1-src\axis-1_0\build\work\samples [javac] Compiling 543 source files to C:\xml-axis-rc1-src\axis-1_0\build\cla sses [javac] C:\xml-axis-rc1-src\axis-1_0\build\work\test\wsdl\types\comprehensiv e_types\ElemWComplex.java:32: cannot resolve symbol [javac] symbol : class LogEntry [javac] location: package comprehensive_types [javac] private test.wsdl.types.comprehensive_types.LogEntry[] logEntry; [javac] ^ [javac] C:\xml-axis-rc1-src\axis-1_0\build\work\test\wsdl\types\comprehensiv e_types\ElemWComplex.java:216: cannot resolve symbol [javac] symbol : class LogEntry [javac] location: package comprehensive_types [javac] public test.wsdl.types.comprehensive_types.LogEntry[] getLogEntr y() { [javac] ^ [javac] C:\xml-axis-rc1-src\axis-1_0\build\work\test\wsdl\types\comprehensiv e_types\ElemWComplex.java:220: cannot resolve symbol [javac] symbol : class LogEntry [javac] location: package comprehensive_types [javac] public void setLogEntry(test.wsdl.types.comprehensive_types.LogE ntry[] logEntry) { [javac] ^ [javac] C:\xml-axis-rc1-src\axis-1_0\build\work\test\wsdl\types\comprehensiv e_types\ElemWComplex.java:224: cannot resolve symbol [javac] symbol : class LogEntry [javac] location: package comprehensive_types [javac] public test.wsdl.types.comprehensive_types.LogEntry getLogEntry( int i) { [javac] ^ [javac] C:\xml-axis-rc1-src\axis-1_0\build\work\test\wsdl\types\comprehensiv e_types\ElemWComplex.java:228: cannot resolve symbol [javac] symbol : class LogEntry [javac] location: package comprehensive_types [javac] public void setLogEntry(int i, test.wsdl.types.comprehensive_typ es.LogEntry value) { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 5 errors BUILD FAILED file:C:/xml-axis-rc1-src/axis-1_0/test/build_functional_tests.xml:283: Compile f ailed; see the compiler error output for details. Total time: 1 minute 5 seconds