<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Are examples to build with the release version of vtk? or the current
version from the repository?<br>
<br>
For instance, I would like to update the examples for vtkDistanceWidget
with the latest change of Karthik (see his last commit), can I proceed?<br>
<br>
Thanks,<br>
Arnaud<br>
<br>
On 07/20/2010 01:56 PM, Aashish Chaudhary wrote:
<blockquote
 cite="mid:AANLkTikacYQlfG9mkpPw-Dvl-EJX3dN3hOcoyv6sOmvM@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">On Tue, Jul 20, 2010 at 1:28 PM, David Gobbi
  <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It
wouldn't have to be two-way communication if the master image is<br>
the one on the wiki (i.e. just as the wiki copy of the code is the<br>
master copy).<br>
    <br>
  </blockquote>
  <div>true. </div>
  <div> </div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">But,
yes, you would need two-way communication to get all the images<br>
on the wiki in the first place.  Or a whole lotta manpower, to upload<br>
the images manually.<br>
    <font color="#888888"><br>
    </font></blockquote>
  <div>There is some advantage if we can find a way via a program or a
script.  Soon we will try to get the images on the wiki. </div>
  <div> </div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font
 color="#888888">  David<br>
    </font>
    <div>
    <div class="h5"><br>
    <br>
On Tue, Jul 20, 2010 at 11:03 AM, Aashish Chaudhary<br>
<<a moz-do-not-send="true"
 href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>>
wrote:<br>
> We talked about it .. basically two way communication between Wiki
and Git<br>
> repository.<br>
> There are some issues but I think for the regression  images we
should have<br>
> it. I think that would be really valuable for the users.<br>
> Thanks,<br>
><br>
><br>
> On Tue, Jul 20, 2010 at 12:36 PM, David Gobbi <<a
 moz-do-not-send="true" href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>>
wrote:<br>
>><br>
>> This is quite awesome.  I hate to be the guy who asks for more
when<br>
>> given a feast, but could the master regression images be on
the wiki<br>
>> too?<br>
>><br>
>>  David<br>
>><br>
>><br>
>> On Tue, Jul 20, 2010 at 10:24 AM, Bill Lorensen <<a
 moz-do-not-send="true" href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>> wrote:<br>
>> > Folks,<br>
>> ><br>
>> > David Doria, Aashish Chaudhary, Zack Galbreath, and I are
excited to<br>
>> > announce the next phase of the VTK Wiki Examples.<br>
>> ><br>
>> > We have established a process to automatically
synchronize the<br>
>> > examples at: <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples" target="_blank">http://vtk.org/Wiki/VTK/Examples</a>
with a git repository<br>
>> > at <a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples" target="_blank">http://gitorious.org/vtkwikiexamples</a>.
The process includes nightly<br>
>> > compiles of each C++ example on several systems and
running most C++<br>
>> > examples<br>
>> > as tests. Many of the tests that produce images are
regression tested<br>
>> > against a baseline image.<br>
>> ><br>
>> > Highlights:<br>
>> >  Over 500 c++ examples<br>
>> >  Over a dozen python examples (we need more!)<br>
>> >  Almost 5 java examples (we need more!)<br>
>> >  and over 5 tcl examples (we need more!)<br>
>> ><br>
>> >  Over 380 c++ tests<br>
>> >  Over 200 Image regression tests<br>
>> ><br>
>> > There are three ways to obtain the examples:<br>
>> > 1) Go to an example page, cut and paste the example with
its<br>
>> >   CMakeLists.txt file.<br>
>> ><br>
>> > 2) Clone the git repository:<br>
>> ><br>
>> > git clone git://<a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples/wikiexamples.git"
 target="_blank">gitorious.org/vtkwikiexamples/wikiexamples.git</a><br>
>> ><br>
>> > 3) Or download a tarball and extract the examples<br>
>> ><br>
>> > <a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples/wikiexamples/archive-tarball/master"
 target="_blank">http://gitorious.org/vtkwikiexamples/wikiexamples/archive-tarball/master</a><br>
>> ><br>
>> > The wiki is the holder of the master copy of each
example. As examples<br>
>> > are added by the VTK community, these examples will
automatically be<br>
>> > placed in the git repository, compiled every night and
tested.<br>
>> ><br>
>> > For general information on the Wiki Examples go to:<br>
>> > <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples" target="_blank">http://vtk.org/Wiki/VTK/Examples</a><br>
>> ><br>
>> > We have instructions for:<br>
>> > Example Users: <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForUsers"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForUsers</a><br>
>> > Example Developers:<br>
>> > <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForDevelopers"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForDevelopers</a><br>
>> > Example Administrators:<br>
>> > <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators</a><br>
>> ><br>
>> > Please feel free to add examples to this grass roots
effort to ease the<br>
>> > VTK learning experience.<br>
>> > _______________________________________________<br>
>> > Powered by <a moz-do-not-send="true"
 href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>> ><br>
>> > Visit other Kitware open-source projects at<br>
>> > <a moz-do-not-send="true"
 href="http://www.kitware.com/opensource/opensource.html"
 target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>> ><br>
>> > Follow this link to subscribe/unsubscribe:<br>
>> > <a moz-do-not-send="true"
 href="http://www.vtk.org/mailman/listinfo/vtk-developers"
 target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>> ><br>
>> ><br>
>> _______________________________________________<br>
>> Powered by <a moz-do-not-send="true"
 href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <a moz-do-not-send="true"
 href="http://www.kitware.com/opensource/opensource.html"
 target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Please keep messages on-topic and check the VTK FAQ at:<br>
>> <a moz-do-not-send="true"
 href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a moz-do-not-send="true"
 href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
><br>
><br>
><br>
> --<br>
> | Aashish Chaudhary<br>
> | R&D Engineer<br>
> | Kitware Inc.<br>
> | <a moz-do-not-send="true" href="http://www.kitware.com"
 target="_blank">www.kitware.com</a><br>
><br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
| Aashish Chaudhary <br>
| R&D Engineer         <br>
| Kitware Inc.            <br>
| <a moz-do-not-send="true" href="http://www.kitware.com">www.kitware.com</a> 
  <br>
</blockquote>
<br>
</body>
</html>