|
From: <las...@us...> - 2007-10-28 15:58:04
|
Revision: 1797
http://cogkit.svn.sourceforge.net/cogkit/?rev=1797&view=rev
Author: laszewsk
Date: 2007-10-28 08:57:56 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
added help
Modified Paths:
--------------
trunk/cyberaide/src/jaxws/Makefile
Modified: trunk/cyberaide/src/jaxws/Makefile
===================================================================
--- trunk/cyberaide/src/jaxws/Makefile 2007-10-28 15:47:14 UTC (rev 1796)
+++ trunk/cyberaide/src/jaxws/Makefile 2007-10-28 15:57:56 UTC (rev 1797)
@@ -1,3 +1,17 @@
+help:
+
+ @echo
+ @echo "Ussage"
+ @echo
+ @echo " make compile - compiles all the source code"
+ @echo " make service - generates the web service"
+ @echo " make start - starts the Web Service"
+ @echo
+ @echo "NOT YET IMPLEMENTED:"
+ @echo " make stop - stops the Web Service"
+ @echo " make stopall - stops all java processes"
+ @echo " make run - runs a client process"
+
all: compile service run
echo done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|