You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Unknown macro: {html}

<form class="quick-search" id="space-blog-quick-search" method="get" action="/dosearchsite.action">
<fieldset>
<legend>Quick Search</legend>
<input class="quick-search-query" id="space-blog-search-query" type="search" autocomplete="off" name="queryString" results="10" placeholder="Search">
<input class="quick-search-submit" id="space-blog-search-submit" type="submit" value="Search Blogs">
<div class="aui-dd-parent quick-nav-drop-down"></div>
<input type="hidden" name="type" value="blogpost">
<input type="hidden" name="where" value="DOC">
</fieldset>
</form>
<br/>
<div id="bloglist" class="bloglistmultiple">
<div class="bloglistheading">
<h2 class="sidebar-heading">
Blog Posts: June 2005
</h2>
</div>

<ul class="bloglistitems">
<li>
<span class="icon-container content-type-blogpost">
<a href="/display/DOC/2005/06/02/Confluence+1.4.1+Released">Confluence 1.4.1 Released</a>
</span>
</li>
<li>
<span class="icon-container content-type-blogpost">
<a href="/display/DOC/2005/06/02/Confluence+1.3.6+Released">Confluence 1.3.6 Released</a>
</span>
</li>
</ul>

<a href="/display/DOC/2005/05/" rel="nofollow" class="blogmonthnavigation">
<< May 2005
</a>
<a href="/display/DOC/2005/09/" rel="nofollow" class="blogmonthnavigation">
September 2005 >>
</a>

</div>

So you want to be a DelftShell developer?

Welcome to the team, and here are a few pointers to get you started. We're using MS Studio 2008, and all our code is in Subversion. You need to have an account (ask [~don]) to get to the Sources.

Check out code

Start by checking out the sources locally:

cd [Your Developement Root Dir]
svn co https://repos.deltares.nl/repos/delft-tools/trunk/src/ DelftShell

Build the thing

Build the code by running an MSBuild on the just checked out code:

cd DelftShell
build.cmd

Watch the warning messages pass by, or this might actually be a good moment to ask the team if they like another coffee.

Load the projects in Microsoft Visual Studio 2008

If you haven't done so already. fire up MSVS2008 and open the solution file DelftTools2008.

  • No labels