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 Steve Loughran <st...@iseran.com> on 2002/08/13 21:17:29 UTC

tests not building?

I'm getting an error with test.wsdl.include

compile:
     [echo] Compilig test.wsdl.include
[wsdl2java] WSDL2Java
C:\java\Apache\xml-axis\java/test/wsdl/include/AddressBook
.wsdl
    [javac] Compiling 10 source files to
C:\java\Apache\xml-axis\java\build\clas
ses
    [javac] Compiling 2 source files to
C:\java\Apache\xml-axis\java\build\class
es
  [foreach]
C:\java\Apache\xml-axis\java\test\wsdl\ram\RamSoapBindingImpl.java:1
0: cannot resolve symbol
  [foreach] symbol  : class Ram
  [foreach] location: class test.wsdl.ram.RamSoapBindingImpl
  [foreach] public class RamSoapBindingImpl implements Ram{
  [foreach]                                            ^
  [foreach]
C:\java\Apache\xml-axis\java\test\wsdl\ram\RamSoapBindingImpl.java:1
1: cannot resolve symbol

...etc.

so, why does buildComponent.xml in test include build the test/wsdl/ram
stuff?  an accidental cut and paste error or some secret need whose
dependencies arent fully in place?

-steve