I've had problems myself with this test.  For me it works the first time
but fails successive runs.  I started talking with Brent Ulbricht, the guy
that wrote it, to figure out what's wrong.  I hope to have it fixed today.

Russell Butek
[EMAIL PROTECTED]


"Dimmick, Bill" <[EMAIL PROTECTED]> on 02/18/2002 04:19:52 PM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:  Problems runnning Roundtrip WSDL test




     I tried to compile with the freshest code out of CVS (about an hour
old as of this email),
and I got the following errors.  I've inspected the code generated by the
wsdl2java task, and
it seems to be missing several key functions.  Rather than comment out the
tests, I was wondering
if (a) anyone had seen this before, and (b) had a cure for this particular
ailment.  This was
compiled on my Linux box, running kernel 2.4.16, with the "ulimit -s 2048"
on, and JDK1.3.1.

     Also, in order to reproduce this, you must first comment out the
failing perfectxml.net
test...

     Any help would be appreciated.

     Thanks,
     Bill

Start "ant -debug" dump:
[wsdl2java] Running Wsdl2javaAntTask with parameters:
[wsdl2java]    verbose:false
[wsdl2java]    skeleton:true
[wsdl2java]    testCase:false
[wsdl2java]    noImports:false
[wsdl2java]    NStoPkg:{http://roundtrip.wsdl.test=test.wsdl.roundtrip}
[wsdl2java]    output:build/work
[wsdl2java]    deployScope:session
[wsdl2java]    URL:test/wsdl/roundtrip/Roundtrip.wsdl
[wsdl2java]    all:false
[wsdl2java] WSDL2Java test/wsdl/roundtrip/Roundtrip.wsdl
FileSet: Setup file scanner in dir
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip with
patternSet{ includes: [RoundtripPortType.java, Investment.java,
StockInvestment.java, BondInvestment.java, PreferredStockInvestment.java,
CallOptions.java] excludes: [] }
     [copy] Copying 6 files to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/StockInves

tment.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/StockInvestment.java
     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/Investment

.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/Investment.java
     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/CallOption

s.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/CallOptions.java
     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/PreferredS

tockInvestment.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/PreferredStockInvestment.java
     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/RoundtripP

ortType.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripPortType.java
     [copy] Copying
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/roundtrip/BondInvest

ment.java to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/BondInvestment.java
FileSet: Setup file scanner in dir
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work with patternSet{
includes: [test/wsdl/roundtrip/**.java] excludes:
[test/wsdl/roundtrip/*TestCase.java, test/wsdl/roundtrip/*Impl.java] }
    [javac] test/wsdl/roundtrip/CallOptions.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/CallOptions.class is outdated.
    [javac] test/wsdl/roundtrip/StockInvestment.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/StockInvestment.class is outdated.
    [javac] test/wsdl/roundtrip/PreferredStockInvestment.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/PreferredStockInvestment.class is outdated.
    [javac] test/wsdl/roundtrip/Investment.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/Investment.class is outdated.
    [javac] Warning: test/wsdl/roundtrip/BondInvestment.java modified in
the
future.
    [javac] test/wsdl/roundtrip/BondInvestment.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/BondInvestment.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripPortType.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripPortType.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripTestSoapBindingStub.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripTestSoapBindingStub.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripTestSoapBindingSkeleton.java added
as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripTestSoapBindingSkeleton.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripTest.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripTest.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripTestLocator.java added as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripTestLocator.class is outdated.
    [javac] test/wsdl/roundtrip/RoundtripPortTypeService.java omitted as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripPortTypeService.class is up to date.
    [javac] test/wsdl/roundtrip/RoundtripPortTypeServiceLocator.java
omitted
as
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes/test/wsdl/roundt

rip/RoundtripPortTypeServiceLocator.class is up to date.
    [javac] Compiling 10 source files to
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes
    [javac] Using modern compiler
FileSet: Setup file scanner in dir
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/lib with patternSet{
includes:
[*.jar] excludes: [] }
    [javac] Compilation args: -d
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/classes -classpath
/home/bdimmick/src/xml-axis-cvs/xml
axis/java/build/classes:/usr1/clearcase/PBEnv/ant1.4.1/lib/jakarta-ant-1.4.1

-optional.jar:/usr1/clearcase/PBEnv/ant1.4.1/lib/crimson.jar:/usr1/clearcase

/PBEnv/ant1.4.1/lib/ant.jar:/home/bdimmick/src/xerces-1_4_4/xerces.jar:/home

/bdimmick/src/junit3.7/junit.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/bin

/bootstrap.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/common/lib/xerces.jar

:/home/bdimmick/src/jakarta-tomcat-4.0.2/common/lib/naming-common.jar:/home/

bdimmick/src/jakarta-tomcat-4.0.2/common/lib/activation.jar:/home/bdimmick/s

rc/jakarta-tomcat-4.0.2/common/lib/naming-resources.jar:/home/bdimmick/src/j

akarta-tomcat-4.0.2/common/lib/servlet.jar:/home/bdimmick/src/jakarta-tomcat

-4.0.2/common/lib/jdbc2_0-stdext.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2

/common/lib/jndi.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/common/lib/mail

.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/common/lib/jta-spec1_0_1.jar:/h

ome/bdimmick/src/jakarta-tomcat-4.0.2/common/lib/tyrex-0.9.7.0.jar:/home/bdi

mmick/src/jakarta-tomcat-4.0.2/server/lib/servlets-manager.jar:/home/bdimmic

k/src/jakarta-tomcat-4.0.2/server/lib/jakarta-regexp-1.2.jar:/home/bdimmick/

src/jakarta-tomcat-4.0.2/server/lib/servlets-default.jar:/home/bdimmick/src/

jakarta-tomcat-4.0.2/server/lib/catalina.jar:/home/bdimmick/src/jakarta-tomc

at-4.0.2/server/lib/tomcat-util.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/

server/lib/servlets-snoop.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/server

/lib/servlets-webdav.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/server/lib/

warp.jar:/home/bdimmick/src/jakarta-tomcat-4.0.2/server/lib/tomcat-ajp.jar:/

home/bdimmick/src/jakarta-tomcat-4.0.2/server/lib/servlets-common.jar:/home/

bdimmick/src/jakarta-tomcat-4.0.2/server/lib/servlets-invoker.jar:/home/bdim

mick/src/jakarta-tomcat-4.0.2/lib/naming-factory.jar:/home/bdimmick/src/jaka

rta-tomcat-4.0.2/lib/jasper-runtime.jar:/home/bdimmick/src/jakarta-tomcat-4.

0.2/lib/jasper-compiler.jar:/home/bdimmick/src/Excalibur-4.1/avalon-excalibu

r-4.1.jar:/home/bdimmick/src/Excalibur-4.1/avalon-framework.jar:/home/bdimmi

ck/src/Excalibur-4.1/avalon-scratchpad-4.1.jar:/home/bdimmick/src/Excalibur-

4.1/logkit.jar:/home/bdimmick/src/jakarta-log4j-1.1.3/build/lib/ant.jar:/hom

e/bdimmick/src/jakarta-log4j-1.1.3/build/lib/jaxp.jar:/home/bdimmick/src/jak

arta-log4j-1.1.3/build/lib/parser.jar:/home/bdimmick/src/jakarta-log4j-1.1.3

/dist/lib/log4j-core.jar:/home/bdimmick/src/jakarta-log4j-1.1.3/dist/lib/log

4j.jar:/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/lib/axis.jar:/hom

e/bdimmick/src/xml-axis-cvs/xml-axis/java/build/lib/wsdl4j.jar:/home/bdimmic

k/src/xml-axis-cvs/xml-axis/java/build/lib/log4j-core.jar:/home/bdimmick/src

/xml-axis-cvs/xml-axis/java/build/lib/clutil.jar:/home/bdimmick/src/xml-axis

-cvs/xml-axis/java/build/lib/bcel.jar:/usr/java/lib/tools.jar:/software1/lin

ux/jdk-1.3/jdk1.3/lib/tools.jar:/home/bdimmick/src/xml-axis-cvs/xml-axis/jav

a/lib/bcel.jar:/home/bdimmick/src/xml-axis-cvs/xml-axis/java/lib/clutil.jar:

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/lib/log4j-core.jar:/home/bdimm

ick/src/xml-axis-cvs/xml-axis/java/lib/wsdl4j.jar -sourcepath
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work -g:none
    [javac] Files to be compiled:

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/CallOptions.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/StockInvestment.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/PreferredStockInvestment.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/Investment.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/BondInvestment.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripPortType.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingStub.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingSkeleton.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTest.java

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestLocator.java

    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:82: cannot resolve symbol
    [javac] symbol  : method getLastTradePrice  ()
    [javac] location: class test.wsdl.roundtrip.StockInvestment
    [javac]         if ((in0.getLastTradePrice() == 200.55F) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:84: cannot resolve symbol
    [javac] symbol  : method getName  ()
    [javac] location: class test.wsdl.roundtrip.StockInvestment
    [javac]               (in0.getName().equals("International Business
Machines")) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:95: cannot resolve symbol
    [javac] symbol  : method getLastTradePrice  ()
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]         if ((in0.getLastTradePrice() == 10.50F) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:97: cannot resolve symbol
    [javac] symbol  : method getName  ()
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]               (in0.getName().equals("SOAP Inc.")) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:100: cannot resolve symbol
    [javac] symbol  : method getPreferredYield  ()
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]               (in0.getPreferredYield().equals(new
BigDecimal("7.00")))) {
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:101: cannot resolve symbol
    [javac] symbol  : method setName  (java.lang.String)
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]             in0.setName("AXIS Inc.");
    [javac]                ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:104: cannot resolve symbol
    [javac] symbol  : method setLastTradePrice  (float)
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]             in0.setLastTradePrice(11.50F);
    [javac]                ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:106: cannot resolve symbol
    [javac] symbol  : method setPreferredYield  (java.math.BigDecimal)
    [javac] location: class test.wsdl.roundtrip.PreferredStockInvestment
    [javac]             in0.setPreferredYield(new BigDecimal("8.00"));
    [javac]                ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:119: cannot resolve symbol
    [javac] symbol  : constructor CallOptions  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]         callOptions[0] = new CallOptions(new
Date(1013441507308L));
    [javac]                          ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:120: cannot resolve symbol
    [javac] symbol  : constructor CallOptions  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]         callOptions[1] = new CallOptions(new
Date(1013441507328L));
    [javac]                          ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:126: cannot resolve symbol
    [javac] symbol  : method setOptions  (test.wsdl.roundtrip.CallOptions
[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setOptions(callOptions);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:127: cannot resolve symbol
    [javac] symbol  : method setWrapperShortArray  (java.lang.Short[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperShortArray(wrapperShortArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:128: cannot resolve symbol
    [javac] symbol  : method setWrapperByteArray  (java.lang.Byte[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperByteArray(wrapperByteArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:130: cannot resolve symbol
    [javac] symbol  : method setWrapperFloat  (java.lang.Float)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperFloat(new Float(2.23F));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:131: cannot resolve symbol
    [javac] symbol  : method setWrapperInteger  (java.lang.Integer)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperInteger(new Integer(3));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:136: cannot resolve symbol
    [javac] symbol  : method setByteArray  (byte[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setByteArray(byteArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:137: cannot resolve symbol
    [javac] symbol  : method setCallableDate  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setCallableDate(new Date(1012937862997L));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:138: cannot resolve symbol
    [javac] symbol  : method setBondAmount  (java.math.BigDecimal)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setBondAmount(new BigDecimal("2735.23"));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:139: cannot resolve symbol
    [javac] symbol  : method setPortfolioType  (java.math.BigInteger)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setPortfolioType(new BigInteger("21093"));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:141: cannot resolve symbol
    [javac] symbol  : method setFiftyTwoWeekHigh  (double)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setFiftyTwoWeekHigh(415.012D);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:142: cannot resolve symbol
    [javac] symbol  : method setLastTradePrice  (float)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setLastTradePrice(8795.32F);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:143: cannot resolve symbol
    [javac] symbol  : method setYield  (long)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setYield(575L);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:144: cannot resolve symbol
    [javac] symbol  : method setStockBeta  (int)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setStockBeta(3);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:145: cannot resolve symbol
    [javac] symbol  : method setDocType  (short)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setDocType((short) 45);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:146: cannot resolve symbol
    [javac] symbol  : method setTaxIndicator  (byte)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setTaxIndicator((byte) 8);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:148: cannot resolve symbol
    [javac] symbol  : method getOptions  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         if ((in0.getOptions()[0].getCallDate().equals(new
Date(1013441507388L))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:149: cannot resolve symbol
    [javac] symbol  : method getOptions  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getOptions()[1].getCallDate().equals(new
Date(1013441507390L))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:150: cannot resolve symbol
    [javac] symbol  : method getWrapperShortArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperShortArray()[0].equals(new
Short((short) 23))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:151: cannot resolve symbol
    [javac] symbol  : method getWrapperShortArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperShortArray()[1].equals(new
Short((short) 56))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:152: cannot resolve symbol
    [javac] symbol  : method getWrapperByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperByteArray()[0].equals(new Byte
((byte)
2))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:153: cannot resolve symbol
    [javac] symbol  : method getWrapperByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperByteArray()[1].equals(new Byte
((byte)
15))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:155: cannot resolve symbol
    [javac] symbol  : method getWrapperFloat  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperFloat().equals(new Float(23.023F)))
&&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:156: cannot resolve symbol
    [javac] symbol  : method getWrapperInteger  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getWrapperInteger().equals(new Integer(2093)))
&&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:161: cannot resolve symbol
    [javac] symbol  : method getByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getByteArray()[0] == (byte) 1) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:162: cannot resolve symbol
    [javac] symbol  : method getCallableDate  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getCallableDate().equals(new
Date(1012937861996L))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:163: cannot resolve symbol
    [javac] symbol  : method getBondAmount  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getBondAmount().equals(new
BigDecimal("2675.23"))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:164: cannot resolve symbol
    [javac] symbol  : method getPortfolioType  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getPortfolioType().equals(new
BigInteger("2093"))) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:166: cannot resolve symbol
    [javac] symbol  : method getFiftyTwoWeekHigh  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getFiftyTwoWeekHigh() ==  45.012D) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:167: cannot resolve symbol
    [javac] symbol  : method getLastTradePrice  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getLastTradePrice() == 87895.32F) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:168: cannot resolve symbol
    [javac] symbol  : method getYield  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getYield() == 5475L) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:169: cannot resolve symbol
    [javac] symbol  : method getStockBeta  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getStockBeta() == 32) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:170: cannot resolve symbol
    [javac] symbol  : method getDocType  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getDocType() == (short) 35) &&
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:171: cannot resolve symbol
    [javac] symbol  : method getTaxIndicator  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]             (in0.getTaxIndicator() == (byte) 3)) {
    [javac]                 ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:184: cannot resolve symbol
    [javac] symbol  : constructor CallOptions  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]         callOptions[0] = new CallOptions(new
Date(1013441507308L));
    [javac]                          ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:185: cannot resolve symbol
    [javac] symbol  : constructor CallOptions  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]         callOptions[1] = new CallOptions(new
Date(1013441507328L));
    [javac]                          ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:191: cannot resolve symbol
    [javac] symbol  : method setOptions  (test.wsdl.roundtrip.CallOptions
[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setOptions(callOptions);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:192: cannot resolve symbol
    [javac] symbol  : method setWrapperShortArray  (java.lang.Short[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperShortArray(wrapperShortArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:193: cannot resolve symbol
    [javac] symbol  : method setWrapperByteArray  (java.lang.Byte[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperByteArray(wrapperByteArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:195: cannot resolve symbol
    [javac] symbol  : method setWrapperFloat  (java.lang.Float)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperFloat(new Float(2.23F));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:196: cannot resolve symbol
    [javac] symbol  : method setWrapperInteger  (java.lang.Integer)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setWrapperInteger(new Integer(3));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:201: cannot resolve symbol
    [javac] symbol  : method setByteArray  (byte[])
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setByteArray(byteArray);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:202: cannot resolve symbol
    [javac] symbol  : method setCallableDate  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setCallableDate(new Date(1012937862997L));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:203: cannot resolve symbol
    [javac] symbol  : method setBondAmount  (java.math.BigDecimal)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setBondAmount(new BigDecimal("2735.23"));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:204: cannot resolve symbol
    [javac] symbol  : method setPortfolioType  (java.math.BigInteger)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setPortfolioType(new BigInteger("21093"));
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:206: cannot resolve symbol
    [javac] symbol  : method setFiftyTwoWeekHigh  (double)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setFiftyTwoWeekHigh(415.012D);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:207: cannot resolve symbol
    [javac] symbol  : method setLastTradePrice  (float)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setLastTradePrice(8795.32F);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:208: cannot resolve symbol
    [javac] symbol  : method setYield  (long)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setYield(575L);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:209: cannot resolve symbol
    [javac] symbol  : method setStockBeta  (int)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setStockBeta(3);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:210: cannot resolve symbol
    [javac] symbol  : method setDocType  (short)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setDocType((short) 45);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:211: cannot resolve symbol
    [javac] symbol  : method setTaxIndicator  (byte)
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         sendValue.setTaxIndicator((byte) 8);
    [javac]                  ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:219: cannot resolve symbol
    [javac] symbol  : method getOptions  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]         if (!((in0.getOptions()[0].getCallDate().equals(new
Date(1013441507388L))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:220: cannot resolve symbol
    [javac] symbol  : method getOptions  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getOptions()[1].getCallDate().equals(new
Date(1013441507390L))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:221: cannot resolve symbol
    [javac] symbol  : method getWrapperShortArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperShortArray()[0].equals(new
Short((short) 23))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:222: cannot resolve symbol
    [javac] symbol  : method getWrapperShortArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperShortArray()[1].equals(new
Short((short) 56))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:223: cannot resolve symbol
    [javac] symbol  : method getWrapperByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperByteArray()[0].equals(new
Byte((byte) 2))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:224: cannot resolve symbol
    [javac] symbol  : method getWrapperByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperByteArray()[1].equals(new
Byte((byte) 15))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:226: cannot resolve symbol
    [javac] symbol  : method getWrapperFloat  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperFloat().equals(new
Float(23.023F)))
&&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:227: cannot resolve symbol
    [javac] symbol  : method getWrapperInteger  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getWrapperInteger().equals(new
Integer(2093))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:232: cannot resolve symbol
    [javac] symbol  : method getByteArray  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getByteArray()[0] == (byte) 1) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:233: cannot resolve symbol
    [javac] symbol  : method getCallableDate  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getCallableDate().equals(new
Date(1012937861996L))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:234: cannot resolve symbol
    [javac] symbol  : method getBondAmount  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getBondAmount().equals(new
BigDecimal("2675.23"))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:235: cannot resolve symbol
    [javac] symbol  : method getPortfolioType  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getPortfolioType().equals(new
BigInteger("2093"))) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:237: cannot resolve symbol
    [javac] symbol  : method getFiftyTwoWeekHigh  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getFiftyTwoWeekHigh() ==  45.012D) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:238: cannot resolve symbol
    [javac] symbol  : method getLastTradePrice  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getLastTradePrice() == 87895.32F) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:239: cannot resolve symbol
    [javac] symbol  : method getYield  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getYield() == 5475L) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:240: cannot resolve symbol
    [javac] symbol  : method getStockBeta  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getStockBeta() == 32) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:241: cannot resolve symbol
    [javac] symbol  : method getDocType  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getDocType() == (short) 35) &&
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:242: cannot resolve symbol
    [javac] symbol  : method getTaxIndicator  ()
    [javac] location: class test.wsdl.roundtrip.BondInvestment
    [javac]               (in0.getTaxIndicator() == (byte) 3))) {
    [javac]                   ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:503: cannot resolve symbol
    [javac] symbol  : method getCallDate  ()
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]         if (in0[0].getCallDate().equals(new
Date(1013459984577L))) {
    [javac]                ^
    [javac]
/home/bdimmick/src/xml-axis-cvs/xml-axis/java/build/work/test/wsdl/roundtrip

/RoundtripTestSoapBindingImpl.java:504: cannot resolve symbol
    [javac] symbol  : constructor CallOptions  (java.util.Date)
    [javac] location: class test.wsdl.roundtrip.CallOptions
    [javac]             in0[0] = new CallOptions(new Date(1013459984507L));
    [javac]                      ^
    [javac] 80 errors

BUILD FAILED

/home/bdimmick/src/xml-axis-cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.x

ml:127: Compile failed, messages should have been provided.
     at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:559)
     at org.apache.tools.ant.Task.perform(Task.java:217)
     at org.apache.tools.ant.Target.execute(Target.java:184)
     at org.apache.tools.ant.Target.performTasks(Target.java:202)
     at org.apache.tools.ant.Project.executeTarget(Project.java:601)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:266)
     at org.apache.tools.ant.Task.perform(Task.java:217)
     at org.apache.tools.ant.Target.execute(Target.java:184)
     at org.apache.tools.ant.Target.performTasks(Target.java:202)
     at org.apache.tools.ant.Project.executeTarget(Project.java:601)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:266)
     at org.apache.tools.ant.Task.perform(Task.java:217)
     at org.apache.tools.ant.Target.execute(Target.java:184)
     at org.apache.tools.ant.Target.performTasks(Target.java:202)
     at org.apache.tools.ant.Project.executeTarget(Project.java:601)
     at org.apache.tools.ant.Project.executeTargets(Project.java:560)
     at org.apache.tools.ant.Main.runBuild(Main.java:454)
     at org.apache.tools.ant.Main.start(Main.java:153)
     at org.apache.tools.ant.Main.main(Main.java:176)

Total time: 19 seconds


Reply via email to