[jboss-cvs] JBoss Messaging SVN: r7525 - trunk/docs.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jul 6 11:42:02 EDT 2009
Author: jmesnil
Date: 2009-07-06 11:42:01 -0400 (Mon, 06 Jul 2009)
New Revision: 7525
Modified:
trunk/docs/README.html
Log:
JBMESSAGING-1642: Make the java ee example runnable on windows
* removed note from the release notes
Modified: trunk/docs/README.html
===================================================================
--- trunk/docs/README.html 2009-07-06 15:29:24 UTC (rev 7524)
+++ trunk/docs/README.html 2009-07-06 15:42:01 UTC (rev 7525)
@@ -23,28 +23,3 @@
<br>
For more info on what this release has to offer please refer to the quick start guide or the user manual. Enjoy!!
-
-<h3>Running the Java EE examples on Windows</h3>
-
-<p>The Java EE examples run by default with JBoss AS on Linux. To run them on Windows, you will have
-to replace the reference to <code>run.sh</code> by <code>run.bat</code> everywhere JBoss AS server
-is started (in <code>/examples/javaee/common/build.xml</code>, <code>/examples/javaee/jca-config/build.xml</code>, and
-<code>/examples/javaee/xarecovery/build.xml</code>)</p>
-
-
-For example, in <code>/examples/javaee/common/build.xml</code>, replace:
-<pre><code>
- <exec dir="${jboss.home}/bin" executable="sh">
- <arg line="run.sh -c ${example.name}-example-profile"/>
- </exec>
-</code></pre>
-
-by
-
-<pre><code>
- <exec dir="${jboss.home}/bin" executable="cmd">
- <arg line="/c run.bat -c ${example.name}-example-profile"/>
- </exec>
-</code></pre>
-
-
More information about the jboss-cvs-commits
mailing list