You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Manoj Sharma <sh...@rogers.com> on 2002/10/06 04:47:43 UTC

ant functional-tests fails? class LogEntry not recognized

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


RE: ant functional-tests fails? class LogEntry not recognized

Posted by Manoj Sharma <sh...@rogers.com>.
Thanks. Ill give the latest build a try. Yes I am using JDK1.4.

-----Original Message-----
From: Davanum Srinivas [mailto:dims@yahoo.com]
Sent: Sunday, October 06, 2002 9:58 AM
To: axis-dev@xml.apache.org
Subject: Re: ant functional-tests fails? class LogEntry not recognized


Please try latest build from http://xml.apache.org/dist/axis/nightly. (Are u
using JDK14?)

Thanks,
dims

--- Manoj Sharma <sh...@rogers.com> wrote:
> 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
>


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


Re: ant functional-tests fails? class LogEntry not recognized

Posted by Davanum Srinivas <di...@yahoo.com>.
Please try latest build from http://xml.apache.org/dist/axis/nightly. (Are u using JDK14?)

Thanks,
dims

--- Manoj Sharma <sh...@rogers.com> wrote:
> 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
> 


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com