<br><font size=3>&gt; we should talk about how we can get a thicker band
of communication going between us</font>
<br><font size=3>Absolutely. Everybody who did distributed development
says that this is the biggest issue. They say, you end up spending a lot
more time talking than on a co-located project. Email doesn't cut it, especially
in the beginning (establishing common vision and trust by email doesn't
work). We need to talk.</font>
<br>
<br><font size=3>11 hours timezone difference sucks, and there is no good
solution for that. However...</font>
<br><font size=3>I often do something on a PC at home around 9-11 pm my
time (GMT-7). And so does Jeremy. So, Jeff, if you could keep either Skype
or Yahoo IM client running on your comp, we could get a lot more opportunities
to talk.</font>
<br>
<br><font size=3>Alex<br>
</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Jeremy Stell-Smith&quot;
&lt;jeremystellsmith@gmail.com&gt;</b> </font>
<br><font size=1 face="sans-serif">Sent by: cruisecontrolrb-developers-bounces@rubyforge.org</font>
<p><font size=1 face="sans-serif">02/09/2007 07:23 PM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;Jeff Xiong&quot; &lt;gigix1980@gmail.com&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">cruisecontrolrb-developers@rubyforge.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [Cruisecontrolrb-developers] [patch]integrate
rcov reports</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=3>Hey jeff,<br>
<br>
I took the patch and reworked it a bit to fit in with our thinking. &nbsp;It's
in there.<br>
<br>
After talking to alex we decided that it should be the builds responsibility
to put builds into the artifacts directory. &nbsp;For example in our builds,
we have <br>
<br>
desc 'Continuous build target'<br>
task :cruise =&gt; ['test:units:rcov', 'test:functionals:rcov', 'test:integration']
do <br>
 &nbsp;out = ENV['CC_BUILD_ARTIFACTS'] || 'out' <br>
 &nbsp;mv 'coverage/units', &quot;#{out}/unit test coverage&quot;<br>
 &nbsp;mv 'coverage/functionals', &quot;#{out}/functional test coverage&quot;<br>
end<br>
<br>
anything extra in the artifacts directory will get a link generated for
it and put into the build page - look at unit test coverage &amp; functional
test coverage at <br>
</font><font size=3 color=blue><u><br>
</u></font><a href=http://cruisecontrolrb.thoughtworks.com/builds/CruiseControl/181><font size=3 color=blue><u>http://cruisecontrolrb.thoughtworks.com/builds/CruiseControl/181</u></font></a><font size=3><br>
<br>
putting a link into CC_HOME/public dir won't work under windows, but we
do need it, so there's an artifact action in the builds_controller now.
&nbsp;it is basically a passthrough for build artifacts, such that links
like : <br>
</font><font size=3 color=blue><u><br>
</u></font><a href="http://cruisecontrolrb.thoughtworks.com/builds/CruiseControl/181/unit+test+coverage/app-controllers-application_rb.html"><font size=3 color=blue><u>http://cruisecontrolrb.thoughtworks.com/builds/CruiseControl/181/unit+test+coverage/app-controllers-application_rb.html
</u></font></a><font size=3><br>
<br>
work as expected.<br>
<br>
ask me if anyone has any questions. &nbsp;Jeff we should talk about how
we can get a thicker band of communication going between us here and you
there.<br>
<br>
Jeremy<br>
</font>
<br><font size=3>On 2/7/07, <b>Jeff Xiong</b> &lt;</font><a href=mailto:gigix1980@gmail.com><font size=3 color=blue><u>gigix1980@gmail.com</u></font></a><font size=3>&gt;
wrote:</font>
<br><font size=3>Hi there. I tried to integrate rcov reports. I selected
the simplest<br>
solution: symbol-link the build artifacts directories into<br>
$CC_HOME/public directory, so that users can access rcov reports<br>
directly. The attachment is my modifications of the source code. <br>
<br>
--<br>
Jeff Xiong<br>
Software Journeyman<br>
<br>
_______________________________________________<br>
Cruisecontrolrb-developers mailing list</font><font size=3 color=blue><u><br>
</u></font><a href="mailto:Cruisecontrolrb-developers@rubyforge.org"><font size=3 color=blue><u>Cruisecontrolrb-developers@rubyforge.org
</u></font></a><font size=3 color=blue><u><br>
</u></font><a href="http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers"><font size=3 color=blue><u>http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers</u></font></a><font size=3><br>
<br>
</font>
<br><tt><font size=2>_______________________________________________<br>
Cruisecontrolrb-developers mailing list<br>
Cruisecontrolrb-developers@rubyforge.org<br>
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers<br>
</font></tt>
<br>