Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Section
Wiki Markup
{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> {html} {section} {column:width=80%} h3. 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|https://repos.deltares.nl/repos/delft-tools/trunk/src/]. h4. Check out code Start by checking out the sources locally: {code}
Column
width80%

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 Unknown User (don)) to get to the Sources.

Check out code

Start by checking out the sources locally:

Code Block

cd [Your Developement Root Dir]
svn co https://repos.deltares.nl/repos/delft-tools/trunk/src/ DelftShell
{code} h4. Build the thing Build the code by running an MSBuild on the just checked out code: {code}

Build the thing

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

Code Block

cd DelftShell
build.cmd
{code}

Watch

the

warning

messages

pass

by,

or

this

might

actually

be

a

good

moment

to

ask

the

team

if

they

like

another

coffee.

h4.

Load

the

projects

in

Microsoft

Visual

Studio

2008

If

you

haven't

done

so

already.

fire

up

MSVS2008

and

open

the

solution

file

DelftTools2008.

{column} {column:width=20%} !ProjectLayout.jpg! {column} {section}

Column
width20%

Image Added