Hi Jon, thanks for your quick reply.
The problem is that TFS interprets outputs to stderr in the MSBuild task as unexpected errors and cancels the whole build process at that point. So we can't just ignore that error. Is there any other way to suppress it? -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Jonathan Pryor Gesendet: Freitag, 1. Februar 2013 05:56 An: Discussions related to Mono for Android Betreff: Re: [mono-android] Builderror On Jan 30, 2013, at 10:35 AM, "Hänke, Maik" <[email protected]> wrote: > The error message appearing in the build log is "!!!!!!!!!! > tis.truckbox.muxer.lib.jar" (10 exclamation marks, no further information...) That's not an error message. That's a message written to stderr. (It's debug spew that we probably should have removed ages ago, and unfortunately haven't yet.) It's ignorable. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
