You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/11/24 22:42:00 UTC

svn commit: r883911 - /incubator/olio/docs/java_setup.html

Author: sheetal
Date: Tue Nov 24 22:41:59 2009
New Revision: 883911

URL: http://svn.apache.org/viewvc?rev=883911&view=rev
Log:
OLIO-134 Modified the build script to be generic

Modified:
    incubator/olio/docs/java_setup.html

Modified: incubator/olio/docs/java_setup.html
URL: http://svn.apache.org/viewvc/incubator/olio/docs/java_setup.html?rev=883911&r1=883910&r2=883911&view=diff
==============================================================================
--- incubator/olio/docs/java_setup.html (original)
+++ incubator/olio/docs/java_setup.html Tue Nov 24 22:41:59 2009
@@ -593,14 +593,17 @@
 your geocoder application is deployed.</li>
   </ul>
   <li>Set JAVA_HOME, ANT_HOME accordingly in your environment.</li>
-  <li>Set javaee.server.type=&lt;app server type&gt; in
-build.properties file located at <span style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project.
+  <li>Copy build.properties.template file located at <span
+ style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project </span>and
+rename it to build.properties and set javaee.server.type=&lt;app server
+type&gt;<span style="font-family: monospace;">.
 Ex: </span>javaee.server.type=glassfish</li>
-  <li>Create &lt;app server type&gt;-app-server.properties and copy
-contents from
-app-server.properties.template file and set the values specific to the
-app server you are using. For example, create
-glassfish-app-server.properties and set the glassfish relevant build
+  <li>Copy app-server.properties.template file located at <span
+ style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project </span>and
+rename it to &lt;app server type&gt;-app-server.properties and set the
+values specific to the
+app server you are using. For example, glassfish-app-server.properties
+and set the glassfish relevant build
 details.<br>
   </li>
   <li>Note that $WEBAPP was introduced in the section "Downloading the
@@ -732,12 +735,16 @@
 There is an existing ant target "weave" that will perform the static
 weaving after compilation but before packaging the WAR file. &nbsp;You
 will just have to add the target 'weave' in the -post-compile step.<br>
-<div style="margin-left: 40px;">
+<div style="margin-left: 40px;"><br>
 <ol>
-  <li>Set javaee.server.type=weblogic in build.properties file located
-at <span style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project.</span></li>
-  <li>Create weblogic-app-server.properties and copy contents from
-app-server.properties.template file and set the values specific to
+  <li>Copy build.properties.template file located at <span
+ style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project </span>and
+rename it to build.properties and set javaee.server.type=weblogic.<span
+ style="font-family: monospace;"></span></li>
+  <li>Copy app-server.properties.template file located at <span
+ style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/bp-project </span>and
+rename it to weblogic-app-server.properties and set the values specific
+to
 weblogic.<br>
   </li>
   <li>Open build.xml in the&nbsp;<span style="font-family: monospace;">&lt;$WEBAPP&gt;/ws/apps/webapp