Re: How to redirect output (while building) to the dashboard
Chuck Burgess <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 7, 2010 at 10:13 AM, Steven Zedeck <[email protected]> wrote: > > > Chuck Burgess-2 wrote: > > > > On Wed, Apr 7, 2010 at 9:49 AM, Steven Zedeck <[email protected]> wrote: > > > > I think you might be wanting *showAntOutput="true"* in your > <schedule><ant > > /> tag in *config.xml*... > > -- > > CRB > > > > > > I'm not using ANT in this particular project. I have a PERL script that > does > the build via the <exec> tag and I don't see any attribute that applies to > this. > > thanks for all your help. I appreciate it, > Steve > Ah, ok... I'd assumed *config.xml* called an ant script that itself used * exec* to launch your perl script. Instead, you're using scheduled->exec directly in *config.xml*. Judging from the docs, the *showProgress* attribute exists on both the * schedule* and *exec* tags, but both default to *true* anyway. That implies to me that you'd have to explicitly set one/both to *false* in order to silence the output from your perl script. Also, since you see it in your console, I'm curious as to whether or not you also see it in your * cruisecontrol.log* file. It may be that the dashboard webpage itself doesn't really provide a constantly updating, in progress view of the build log during the build. I've never tried to see that for a build in progress from the dashboard. I just checked on one of my CC dashboards, and I confirm that I see nothing during the build under the Build Output tab. However, once the build is finished, I do see the build log available to be downloaded/viewed from the Build Log tab. -- CRB ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user