[Dev] errors building tm5

Lars Huttar lars_huttar at sil.org
Mon Oct 8 09:24:36 PDT 2007


>
> Hi Lars
> I am Luis Carlos Lara
> One of the Test Maker engineers
>
> I think the problem you have is that the modules (Specially MaxQ) are not being compiled.
>  There is a target in build.xml to compile the modules. It is called compile_modules
>
>
> <target name="compile_modules">
> 		<echo message=
> "MaxQ: Then add MaxQ - note this is a branch of MaxQ v1.21"/>
> 		<ant antfile="build.xml" dir="./maxq-1.0-tmbranch" target="dist" 
> inheritAll="false" inheritRefs="false"/>
> 		<copy file="./maxq-1.0-tmbranch/lib/maxq.jar" todir="TestMaker/lib"/>
>
> This tag creates the maxq library needed in TestMaker (com.bitmechanic.maxq package)
>
> This tag is called in the tag we use to build testmaker: updata_distribution
>
> <target name="update_distribution" depends="compile_modules">
> 	<!-- Assemble the distribution files -->....
>
> Please check that you are using "ant update_distribution". Also you can try  "ant compile_modules" before any other tag. 
> Anything just mail me again.
>
> 	I hope this was useful
> 		Luis Carlos
>   
Thanks again for your reply.

I did a fresh cvs checkout, and then used "ant update_distribution". 
This gave the following errors:

...
-pre-compile:

-do-compile:
    [javac] Compiling 301 source files to C:\src\tm5\tool\build\classes
    [javac] 
C:\src\tm5\tool\src\com\pushtotest\tool\parser\wsdl\WSDLParser.java:
62: package javax.wsdl.factory does not exist
    [javac] import javax.wsdl.factory.WSDLFactory;
    [javac]                           ^
    [javac] 
C:\src\tm5\tool\src\com\pushtotest\tool\parser\wsdl\WSDLParser.java:
63: package javax.wsdl does not exist
    [javac] import javax.wsdl.Definition;

etc.
I'm using JDK 1.6.0_02.

I can't figure out why the java.wsdl.** packages are missing?
I've looked at other build targets but none of them seem relevant.

Thanks for your help,
Lars





More information about the Dev mailing list