On Wednesday, December 07, 2005 2:44 AM, Stefan Frank <mailto:[EMAIL PROTECTED]> wrote:
> >> Are you running under linux and eclipse by any chance? And does the >> build terminate, or simply stop producing console output? >> >> > ah, of course: I ran the build from inside Eclipse under Linux. I did > not yet check, wether the build terminates&or simply stops producing > output - from inside eclipse, this looks the same. > >> 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. >> >> > > yes! Thx! At least I know now, that the build continues and > when it only > runs outside of eclipse, it's ok for me for now. Thx for the help > Just beware, though...if a later part of the build fails, you will not know about it. I have been bitten by this so often, I now run all ant builds with xmlbean tasks from the command line. I *really* wish someone would fix this! -- Jim McMaster mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

