[Dev] errors building tm5

Lars Huttar lars_huttar at sil.org
Thu Oct 4 13:20:19 PDT 2007


Thanks Luis Carlos, that was helpful.
When I run
    ant update_distribution
or
    ant compile_modules
from the tm5 folder, I get fewer errors than before.

But I do get the following errors, having to do with WSDL classes:

...
-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 wonder why the WSDL libraries are missing?

Thanks,
Lars

Luis Carlos Lara wrote:
> 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
>   



More information about the Dev mailing list