You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/03/01 15:47:18 UTC

[Apache Web Services Wiki] Updated: FrontPage/WsFx

   Date: 2005-03-01T06:47:18
   Editor: DavanumSrinivas
   Wiki: Apache Web Services Wiki
   Page: FrontPage/WsFx
   URL: http://wiki.apache.org/ws/FrontPage/WsFx

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,4 +1,17 @@
 = WSS4J =
+
+== Boostrapping ==
+You can check out the source code from the cvs repository and create a distribution. If you have maven installed it should be as easy as executing the to following commands:
+
+% maven scm:checkout-project -Dmaven.scm.method=cvs
+-Dmaven.scm.cvs.module=ws-fx/wss4j/
+-Dmaven.scm.cvs.root=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
+-Dmaven.scm.checkout.dir=.
+
+% maven dist
+
+The first command will download the source code from the CVS repository. The second command (goal) will compile and build the distribution jar file you are looking for. If you don't have maven installed go to [http://maven.apache.org Maven] for downloading and installation instructions.
+
 == OASIS Web Services Security ==
  1. [wiki:/interop Interop]
  1. [wiki:/matrix2 Matrix]