"Build" changes to source code

I’m adding a couple new 3D geometries to cesium following this tutorial:

https://github.com/AnalyticalGraphicsInc/cesium/wiki/Geometry-and-Appearances

I have my code written to create my new geometries and I need to test them. The tutorial says:

First, build the code and run the HTTP server for testing (.\Tools\apache-ant-1.8.2\bin\ant combine runServer).

How do I build the source code so I can test my changes?

Hi Brent,

That ant command both builds (combine) and runs the HTTP server (runServer).

Patrick