Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Amato 845e253da0 Switch eclipse launch configurations to gulp. 2015-10-19 16:15:45 -04:00
Scott Hunter f20735a23b Switch the Eclipse external tools to run node directly for the server.
When Eclipse runs ant and ant runs node, killing ant does not kill node.
2014-06-27 18:02:03 -04:00
Matthew Amato 48afb5eab7 Normalize line endings 2013-05-03 17:01:34 -04:00
Scott Hunter 00bcc4a02a Eliminate Images folder.
Earth imagery is now in a new package Resources.  Images used by Sandcastle examples are now in the Sandcastle folder.  Images used by the Widgets are now self-contained in the Widgets package.

Also clean up the build file a bit, and create Eclipse launches for all of the build.xml targets.
2012-11-07 15:31:54 -05:00
Matthew Amato 899f513226 Rather than have Cartesian2.fromCartesian3 and Cartesian2.fromCartesian4 call through to clone, just make them all the same exact function. Also needed to add a JSDoc tag to have them show up properly in the doc.
Finally, added a new external launch tool to build only documentation, since Release does a lot more now and takes twice as long.
2012-07-12 14:45:23 -04:00
Scott Hunter f3e085da62 Add a makeZipFile build target.
Refactor build script to get the "build" target even faster by running steps in parallel,
and only re-write generated files if the content is different.

Separate out the generated file that builds the complete Cesium object from the main.js used
with Almond to simply require the complete object and assign it globally.
2012-05-11 11:30:05 -04:00
Scott Hunter 00b62d44e4 fix line endings for files I added. 2012-05-02 12:59:44 -04:00
Scott Hunter bb3cee3746 the build launch target in Eclipse needs to specify a target, not just rely on the default which changed. 2012-04-27 11:29:05 -04:00
Scott Hunter 2942cfaed3 Add an Ant task that runs a local Jetty-based HTTP server, to serve up tests, documentation, and examples. Also incorporates a proxy for use with tile providers that don't support CORS yet. 2012-04-26 11:30:08 -04:00
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00