Project

General

Profile

Revision 420

Added by Greg Tress about 16 years ago

Connection detection between the server and applet works. When disconnected, the user has the option to reconnect.

View differences:

Makefile
20 20

  
21 21
default: $(DIR)/Colonet.class $(DIR)/ColonetServerInterface.class $(DIR)/Colonet.jar
22 22

  
23
$(DIR)/Colonet.jar: 
23
$(DIR)/Colonet.jar: $(DIR)/Colonet.class $(DIR)/ColonetServerInterface.class
24 24
	@echo --- Creating archive file ---
25
	cd $(DIR); jar cvf Colonet.jar *.class; jarsigner -keystore colonetkey -storepass colonet Colonet.jar colonet
25
	cd $(DIR); jar cf Colonet.jar *.class; jarsigner -keystore colonetkey -storepass colonet Colonet.jar colonet
26 26
	@echo --- Done ---
27 27

  
28 28
$(DIR)/Colonet.class: Colonet.java

Also available in: Unified diff