|
From: <fug...@us...> - 2007-11-02 17:58:51
|
Revision: 1823
http://cogkit.svn.sourceforge.net/cogkit/?rev=1823&view=rev
Author: fugangwang
Date: 2007-11-02 10:58:50 -0700 (Fri, 02 Nov 2007)
Log Message:
-----------
put the example files to the newly arranged directory structure
Removed Paths:
-------------
trunk/cyberaide/src/jaxws/Makefile
trunk/cyberaide/src/jaxws/README.txt
Deleted: trunk/cyberaide/src/jaxws/Makefile
===================================================================
--- trunk/cyberaide/src/jaxws/Makefile 2007-11-02 17:52:09 UTC (rev 1822)
+++ trunk/cyberaide/src/jaxws/Makefile 2007-11-02 17:58:50 UTC (rev 1823)
@@ -1,43 +0,0 @@
-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 " make wsdl - display in mozilla the wsdl file"
- @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
-
-compile:
-# cd hello; javac CircleFunctionsClient.java
- cd hello; javac CircleFunctions.java
-
-service:
- wsgen -cp . hello.CircleFunctions
-
-start:
- java hello.CircleFunctions
-
-wsdl:
- mozilla http://localhost:8080/jaxws/circlefunctions?WSDL
-stop:
-
-stopall:
- #write shell script that stops all java processes
-
-run:
-
-ls:
- echo lists all java processes
- ps -aux | fgrep java
-
-clean:
- rm -f *.class */*.class */*/*.class
Deleted: trunk/cyberaide/src/jaxws/README.txt
===================================================================
--- trunk/cyberaide/src/jaxws/README.txt 2007-11-02 17:52:09 UTC (rev 1822)
+++ trunk/cyberaide/src/jaxws/README.txt 2007-11-02 17:58:50 UTC (rev 1823)
@@ -1 +0,0 @@
-see ../../README.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|