On Tuesday, December 06, 2005 8:13 AM, Stefan Frank
<mailto:[EMAIL PROTECTED]> wrote:

> 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.
> 

Are you running under linux and eclipse by any chance?  And does the build
terminate, or simply stop producing console output?

If so, try the build from the command line.  It seems the xmlbeans task
grabs sysout and does not let go properly when it is finished.  The rest of
the build runs, but the output just disappears.  It works properly from
eclipse in windows, and from the linux command line.

If this is your problem, I have opened an (ignored) bug report.  It might
help if you seconded it.



-- 
Jim McMaster
mailto:[EMAIL PROTECTED]



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

Reply via email to