m*****9 发帖数: 27 | 1 我想按照书上的例子来run SOAP example,但是书上没有具体的步骤,只是说完成后会
有这样的结果。可是我不知道怎样去开始。
这是download下来的文件:
C:\CODE\chapter08\packaged>dir /o
Volume in drive C has no label.
Volume Serial Number is 90DD-EFD9
Directory of C:\_ME\_WORK\IBM\TEST_WS\CODE\chapter08\packaged
01/13/2009 02:42 PM .
01/13/2009 02:42 PM ..
01/04/2009 01:36 PM db
01/04/2009 01:36 PM docroot
01/04/2009 01:36 PM etc
01/14/2009 07:16 PM |
d**k 发帖数: 1223 | 2 not quite familiar with jetty, and, it is really hart to say only by those
file names. |
A**o 发帖数: 1550 | 3 get an Ant installed, and try to run "ant" at the directory.
going from there. however, guess you need jetty or an app server
with jetty.
【在 m*****9 的大作中提到】 : 我想按照书上的例子来run SOAP example,但是书上没有具体的步骤,只是说完成后会 : 有这样的结果。可是我不知道怎样去开始。 : 这是download下来的文件: : C:\CODE\chapter08\packaged>dir /o : Volume in drive C has no label. : Volume Serial Number is 90DD-EFD9 : Directory of C:\_ME\_WORK\IBM\TEST_WS\CODE\chapter08\packaged : 01/13/2009 02:42 PM . : 01/13/2009 02:42 PM .. : 01/04/2009 01:36 PM db
|
m*****9 发帖数: 27 | 4
Is the Ant for the installation or for the compiling? Forgive me, I only
heard about the Ant, but never use it.
【在 A**o 的大作中提到】 : get an Ant installed, and try to run "ant" at the directory. : going from there. however, guess you need jetty or an app server : with jetty.
|
A**o 发帖数: 1550 | 5 maybe both. the build.xml implies this project can be built by ant.
you can read the build.xml and see what's inside.
【在 m*****9 的大作中提到】 : : Is the Ant for the installation or for the compiling? Forgive me, I only : heard about the Ant, but never use it.
|
m*****9 发帖数: 27 | 6
Thanks.
【在 A**o 的大作中提到】 : maybe both. the build.xml implies this project can be built by ant. : you can read the build.xml and see what's inside.
|