xitiomet / placebohttp (http://openstatic.org/)

Embeded Http server for gcj/java applications. PlaceboHttp uses an automatic session management system, Treating each session as a HttpRequest queue.

Clone this repository (size: 135.1 KB): HTTPS / SSH
$ hg clone http://hg.openstatic.org/placebohttp
commit 22: 9be5c47bbc0a
parent 20: fc9e1983c2a0
branch: default
fixed makefile
xitiomet
6 months ago

Changed (Δ3 bytes):

raw changeset »

Makefile (1 lines added, 2 lines removed)

Up to file-list Makefile:

@@ -14,8 +14,7 @@ all: placebohttp
14
14
# Alternate build using the java vm
15
15
jvm:
16
16
	mkdir jvm-build
17
	$(JAVAC) src/*.java src/org/openstatic/http/*.java -d jvm-build
18
	$(JAVAC) src/*.java src/org/openstatic/placebo/*.java -d jvm-build
17
	$(JAVAC) src/*.java src/org/openstatic/http/*.java src/org/openstatic/util/*.java src/org/openstatic/placebo/*.java -d jvm-build
19
18
	$(JAR) -cvmf manifest.mf placebohttp.jar -C jvm-build org -C jvm-build PlaceboBase.class www
20
19
21
20
# Executable Rule for GCJ