Now using ant.

This commit is contained in:
Deathsbreed
2014-09-20 19:18:49 -05:00
parent f5970b351b
commit bcb4f03067
6 changed files with 49 additions and 6 deletions

View File

@ -3,10 +3,14 @@ ConsoleChat
This program was made as a personal project to learn Java network programming. The concept of it is rather simple, all it does is send messages to a server which, in turn, sends the message to everyone else (aside from some other commands added). Although the license is MIT, please consider also disclosing the source-code under an open-source license. It helps to give back to the community and help others just like this may have helped you.
###Compilation
_Compile in the corresponding directory._
###Compiling
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
```
$ ant jar
```
```
$ javac Server.java
$ javac Client.java
```
###Contributing
To contribute to the project, simply open a pull request and I'll make sure to get back to you as soon as possible.
###License
This program is licensed with an [MIT license](/LICENSE). However, please take into account that you took from the community, and you should make sure to give back.