The Lambda Calculus IDE
- GWT
- You need to unpack your GWT SDK folder in
../gwt-2.8.2or adapt thebuild.xmlfile accordingly.
- You need to unpack your GWT SDK folder in
- Ant
- Ivy
- Caddy (optional)
- Selenium
- How to use Selenium Webdriver
- you need to execute ant build and start Caddy before testing with Selenium
- We are using JBrowser as our webdriver. Have a look at the ExampleSeleniumTest.java, which is located in Aurora/test/client.
To run all tests execute
ant test
To run only JUnit unit tests execute
ant junit-test
To run only Selenium tests execute
ant selenium-test
To run only GWTTestCase tests execute
ant gwt-test
Start a local development server with
ant devmode
Just do
ant build
then start a web server with war/ as document root.
We're using Caddy for that.
caddy
Now, visit http://localhost:4000 in your browser.
You can generate the API documentation from the source code as follows.
Run
ant docand check out docs/entwurf/html/index.html.
This project uses CodeMirror to display code. CodeMirror is licensed under the MIT License. Visit https://github.com/codemirror/CodeMirror for its github page.