Removed JAR
This commit is contained in:
@@ -175,19 +175,6 @@ All deliverables are located in the [`deliverables/`](deliverables/) folder and
|
|||||||
|
|
||||||
Contains code-coverage reports. The folder includes screenshot summaries (`.JPG`) and the full HTML report under `htmReport/`. Open [`Coverage/htmReport/index.html`](deliverables/Coverage/htmReport/index.html) in a browser for the interactive view.
|
Contains code-coverage reports. The folder includes screenshot summaries (`.JPG`) and the full HTML report under `htmReport/`. Open [`Coverage/htmReport/index.html`](deliverables/Coverage/htmReport/index.html) in a browser for the interactive view.
|
||||||
|
|
||||||
### JAR
|
|
||||||
[`deliverables/JAR/`](deliverables/JAR/)
|
|
||||||
|
|
||||||
Executable fat-JARs for all three components of the application:
|
|
||||||
|
|
||||||
| File | Role |
|
|
||||||
|---|---|
|
|
||||||
| `Server.jar` | Game server |
|
|
||||||
| `ClientTUI.jar` | Text-based client |
|
|
||||||
| `ClientGUI.jar` | JavaFX graphical client |
|
|
||||||
|
|
||||||
See the **Launch** sections above for usage instructions.
|
|
||||||
|
|
||||||
### Javadoc
|
### Javadoc
|
||||||
[`deliverables/JAVADOC/`](deliverables/JAVADOC/index.html)
|
[`deliverables/JAVADOC/`](deliverables/JAVADOC/index.html)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -77,7 +77,6 @@ public class RMIClient implements IClient {
|
|||||||
}
|
}
|
||||||
return status;
|
return status;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
|
||||||
return ErrorType.SERVER_UNREACHABLE;
|
return ErrorType.SERVER_UNREACHABLE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ public class TCPClient implements IClient {
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
|
||||||
return ErrorType.SERVER_UNREACHABLE;
|
return ErrorType.SERVER_UNREACHABLE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user