root/trunk/sumatra/runExamples.sh

Revision 1, 436 bytes (checked in by scottvlaminck, 4 years ago)

initial import

Line 
1#!/bin/sh
2
3groovy -cp examples/0_interactive:src/groovy:lib/js.jar examples/0_interactive/InteractiveJavascriptTest.groovy
4
5groovy -cp examples/1_conference:src/groovy:lib/js.jar examples/1_conference/ConferenceTest.groovy
6
7groovy -cp examples/2_browser:src/groovy:lib/js.jar examples/2_browser/ExpandElementTest.groovy
8
9groovy -cp examples/3_prototype:src/groovy:lib/js.jar examples/3_prototype/ExpandElementWithPrototypeTest.groovy
10
11
Note: See TracBrowser for help on using the browser.