Added some debug statements and added the sample jaas application into

the package that is submitted to autobuild.
This commit is contained in:
Juan Carlos Luciani
2006-08-14 20:27:43 +00:00
parent 392a4e7695
commit f3126b10c9
12 changed files with 94 additions and 8 deletions

View File

@@ -22,7 +22,10 @@
SUBDIRS = src
DIST_SUBDIRS = src
EXTRA_DIST = $(JAVAFILES)
EXTRA_DIST = $(JAVAFILES) \
make_and_run_test.sh \
make_test.sh \
run_test.sh
ROOT = ../..
@@ -50,7 +53,7 @@ all: $(BUILDDIR)/$(MODULE_NAME).$(MODULE_EXT)
$(BUILDDIR)/%.class: %.java
@echo [======== Compiling $@ ========]
$(JAVAC) -sourcepath src -classpath $(CLASSPATH) -d $(BUILDDIR)/classes $<
$(JAVAC) -g -sourcepath src -classpath $(CLASSPATH) -d $(BUILDDIR)/classes $<
$(BUILDDIR)/$(MODULE_NAME).$(MODULE_EXT): $(BUILDDIR) $(CLASSES)
@echo [======== Jarring $@ ========]