From do-not-reply at jboss.org Tue Oct 13 16:03:52 2009 Content-Type: multipart/mixed; boundary="===============2022481371197960160==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r8099 - in trunk/docs: user-manual/en and 1 other directory. Date: Tue, 13 Oct 2009 16:03:52 -0400 Message-ID: <200910132003.n9DK3qWv031972@svn01.web.mwc.hst.phx2.redhat.com> --===============2022481371197960160== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: timfox Date: 2009-10-13 16:03:52 -0400 (Tue, 13 Oct 2009) New Revision: 8099 Modified: trunk/docs/quickstart-guide/en/examples.xml trunk/docs/user-manual/en/examples.xml Log: updated docs for ant changes Modified: trunk/docs/quickstart-guide/en/examples.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/quickstart-guide/en/examples.xml 2009-10-13 19:59:21 UTC (re= v 8098) +++ trunk/docs/quickstart-guide/en/examples.xml 2009-10-13 20:03:52 UTC (re= v 8099) @@ -28,9 +28,7 @@ Java EE Examples - these demonstrate application server int= egration, e.g. MDBs, EJBs, Servlets, etc. - - All the examples are run using ant. You will need ant installed o= n your system and the ant - bin directory on your path. + =
The JMS examples The JMS Examples all follow the same format. Each examples is = contained in its own @@ -57,7 +55,7 @@ user manual. Firstly open a Shell or a Command prompt and navigate to the <= literal >examples/jms/queue directory. - Type the command ant and you should see the= following output: + Type the command ./build.sh (or bu= ild.bat if you are running on Windows), and you should see the fo= llowing output: Buildfile: build.xml = run: @@ -132,7 +130,7 @@ export JBOSS_HOME=3D/home/jbossas5.1/build/output/jb= oss-5.1.0.GA Once set we can then deploy the application, from inside the <= literal >examples/javaee/mdb directory run the command: - ant deploy + ./build.sh deploy This will make a copy of the messaging profile in the JBoss Ap= plication server and start the server. In the shell window you should see something like the followin= g output: @@ -186,7 +184,7 @@ We can now run the example, do this by running the following c= ommand from within the mdb directory. - ant + ./build.sh You should see some output similar to the following: Buildfile: build.xml = @@ -206,7 +204,7 @@ 16:27:54,703 INFO [STDOUT] message This is a text m= essage received The application can then be undeployed by running the followin= g command from within the mdb directory. - ant undeploy + ./build.sh undeploy This should so some output similar to the following: Buildfile: build.xml = Modified: trunk/docs/user-manual/en/examples.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/user-manual/en/examples.xml 2009-10-13 19:59:21 UTC (rev 809= 8) +++ trunk/docs/user-manual/en/examples.xml 2009-10-13 20:03:52 UTC (rev 809= 9) @@ -29,9 +29,7 @@
JMS Examples To run a JMS example, simply cd into the = appropriate example - directory and type ant. - You will need to have Apache 1.7.0 or later ant installed on= your system with the ant - bin directory on your path. + directory and type ./build.sh (or = build.bat if you are on Windows). Here's a listing of the examples with a brief description.
Application-Layer Failover --===============2022481371197960160==--