gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] storm ./Makefile org/nongnu/storm/modules/gispm...


From: Benja Fallenstein
Subject: [Gzz-commits] storm ./Makefile org/nongnu/storm/modules/gispm...
Date: Thu, 17 Apr 2003 04:56:04 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Changes by:     Benja Fallenstein <address@hidden>      03/04/17 04:56:04

Modified files:
        .              : Makefile 
        org/nongnu/storm/modules/gispmap: GispP2PMap.java 

Log message:
        GISP makefile target to run permanent GISP server (until you hit Ctrl-C)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/Makefile.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: storm/Makefile
diff -u storm/Makefile:1.9 storm/Makefile:1.10
--- storm/Makefile:1.9  Thu Apr 17 04:36:34 2003
+++ storm/Makefile      Thu Apr 17 04:56:04 2003
@@ -15,6 +15,9 @@
        find . -name "*.pyc" | xargs rm -f
        find . -name "*.class" | xargs rm -f
 
+gisp:
+       exec $(JAVA) $(DEBUG) org.nongnu.storm.modules.gispmap.GispP2PMap 
$(SEEDS)
+
 java:
        mkdir -p CLASSES
        $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC) 
Index: storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java
diff -u storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java:1.1 
storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java:1.2
--- storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java:1.1  Thu Apr 17 
04:36:34 2003
+++ storm/org/nongnu/storm/modules/gispmap/GispP2PMap.java      Thu Apr 17 
04:56:04 2003
@@ -110,4 +110,8 @@
            finish(true);
        }
     }
+
+    public static void main(String argv[]) throws Exception { 
+       new GispP2PMap(argv); 
+    }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]