Version 0.8.0 Alpha

Quickly produce robust, reusable client-side code for any browser.

Easily interface with legacy Javascript using external classes.

Utilize any server-side framework available to Javascript.

Portal to the Milescript open-source development community.

AddThis Social Bookmark Button
Stumble It! StumbleUpon Toolbar
Digg It!
Del.icio.us

Deploying in MSEclipse

In this tutorial, we will deploy the project we created in the Using the Milescript Eclipse Plugin Tutorial.

If you haven't already completed the Using the Milescript Eclipse Plugin Tutorial, please do so first and then continue from here.

A common use case for us involves deploying our Milescript projects to a hosted directory on our Apache web server. For this tutorial we will deploy to a folder in the "htdocs" directory of the Apache installation.


Open Eclipse and make sure the "Milescript View" is visible.

Right click on the "HelloWorld" project we created in the Using the Milescript Eclipse Plugin Tutorial and select properties.



Select the Milescript properties panel and then click the "Output Settings" tab.

Click the "Copy Output Files" checkbox and click the "..." browse button.



I've created a "helloworld" folder in the "htdocs" folder, which is part of the default Apache 2.2 installation.

I will navigate to this directory and select it with the browser.



Press "Ok" to close the browser and "Ok" to close the property panel.

Congratulations, you have now deployed your first Milescript application.

To run the program, create an HTML file in the deployment folder like the one below.

<html>
<head>
<script type="text/javascript" src="helloworld.js"></script>
</head>
<body onload="initApp();">
</body>
</html>
About | Contact
Milescript is an open source project released under the Apache 2 license.
Copyright © 2007, Point5u, LLC. All rights reserved. Images, layout, text, and other design elements may not be used without permission. The Milescript brand, logo, and slogan are trademarks of Point5u, LLC and may not be used in any way without permission.