This branch is even with CoNetPad:master.
_____ _ _ ___ ___
/__ \ |__ ___ /_\ / __\ /\/\ / _ \_ __ ___ _ _ _ __
/ /\/ '_ \ / _ \ //_\\ / / / \ / /_\/ '__/ _ \| | | | '_ \
/ / | | | | __/ / _ \/ /___/ /\/\ \ / /_\\| | | (_) | |_| | |_) |
\/ |_| |_|\___| \_/ \_/\____/\/ \/ \____/|_| \___/ \__,_| .__/
|_|
__ __ _ ___ __
/__\ /__\/_\ / \/\/\ /__\
/ \// /_\ //_\\ / /\ / \ /_\
/ _ \//__/ _ \/ /_// /\/\ \//__
\/ \_/\__/\_/ \_/___,'\/ \/\__/
#######################################################
THE ACM GROUP README
#######################################################
The Directory Information
#Our meeting minutes
/minutes
#The documentation for our project
/docs
#The test reports for our JUnit test case
/test_reports
#The general folder for the source code
/src
#The source code folder for the server
/src/server
#The source code folder for the client
/src/client
#The source code folder for the tests
/src/test
#Library resources
/lib
======================================================
Instructions on how to compile, jar, and test CoNetPad:
======================================================
* To compile, use "ant clean", followed by "ant dist"
* To test, use "ant test"
* The executables for our application can be found in
dist/client and dist/server (after running "ant dist")
* To run the server, enter dist/server and use "java -jar conetpad-server.jar"
* To run the client, enter dist/client and use "java -jar conetpad-client.jar"
Releases
No releases published
Packages 0
No packages published