Hi,

I'm using the ant-task to build my xml-beans - the generation&compile works flawless, however the ant-build stops directly after the xml-bean-task:

In my target

<target name="compile.xmlbeans" depends="init">
           <xmlbean schema="${xsd.src.dir}"
                    classgendir="${target.dir}"
                    srcgendir="${webservice.target.src}"
                    destfile="${target.dir}/${webservice.xmlbeans.jar}"
                    classpathref="project.classpath"
                    debug="${webservice.xmlbeans.compile.debug}"
                    optimize="${webservice.xmlbeans.compile.optimize}"
                    verbose="true"
fork="true" failonerror="true"
                    />
           <echo>This echo is never reached</echo>
</target>

the echo directly following the xmlbean-task is never reached - regardless of the switches for fork/failonerror - the build simply stops here without any further notice or failure.

Has anybody seen this error before??

thx for any help!
stf



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to