autobuilding

This commit is contained in:
Matthew Slowe 2016-02-15 18:59:50 +00:00
parent 7f4d5d9f49
commit c32e62dfc5
5 changed files with 41 additions and 10 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
**/*.class
wordbubbles.jar
wordbubbles.war

30
Makefile Normal file
View File

@ -0,0 +1,30 @@
JAVA = /usr/bin/java
# JAVAFLAGS = -version # -classpath $(LIBS)
JAVAC = /usr/bin/javac
JFLAGS = -g # -classpath $(LIBS)
SRCS = main.java \
uk/org/mafoo/wordbubbles/Cell.java \
uk/org/mafoo/wordbubbles/ImpossibleException.java \
uk/org/mafoo/wordbubbles/Lexicon.java \
uk/org/mafoo/wordbubbles/Prison.java
OBJS = ${SRCS:.java=.class}
.SUFFIXES: .java .class
all: build wordbubbles.jar
run: all
$(JAVA) main
.java.class:
$(JAVAC) $(JFLAGS) $<
build: $(OBJS)
clean:
rm -f $(OBJS)
wordbubbles.jar: build
jar cf $(OBJS)

8
mkwar.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash -x
make wordbubbles.jar
mkdir -p war/WEB-INF/lib war/WEB-INF/classes
cp wordbubbles.jar war/WEB-INF/lib
# cp -r uk war/WEB-INF/classes
cd war
zip -r ../wordbubbles.war *.jsp WEB-INF

View File

@ -1,6 +0,0 @@
# 5 5 6 6
skct
ileii
ctvnn
eahrg
hcu

View File

@ -1,4 +0,0 @@
test
ar
rt
n