You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/23 23:27:23 UTC

svn commit: r434247 - /incubator/xap/trunk/build.xml

Author: mturyn
Date: Wed Aug 23 16:27:22 2006
New Revision: 434247

URL: http://svn.apache.org/viewvc?rev=434247&view=rev
Log:
For: Rob Gagne

Updated and fixed the help block.

Modified:
    incubator/xap/trunk/build.xml

Modified: incubator/xap/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/build.xml?rev=434247&r1=434246&r2=434247&view=diff
==============================================================================
--- incubator/xap/trunk/build.xml (original)
+++ incubator/xap/trunk/build.xml Wed Aug 23 16:27:22 2006
@@ -42,22 +42,28 @@
 	<target name="help" description="Prints help" >
 <echo>Build script help
 This build script requires jdk1.5 for JSUnit
+
 Available targets:
-   tests : runs JSUnit tests. You will need to modify 
-           jsunit-server-properties.xml to point to a browser on your machine.
-  
-  	deploy-examples: deploys examples without rebuilding profile
-   examples : rebuilds profile and redeploys examples
-           Usage: build examples c:\temp xap
-           or just
-           build examples
-   build-profile: compresses based on a profile in buildscripts/profiles to a specified directory
-          Usage: build compress profile_name dir
-       
-   doc : builds JSDoc to doc/xap directory
-   all : runs tests, examples and doc
-   help : prints this message
-   </echo>
+
+	tests : runs JSUnit tests. You will need to modify 
+		jsunit-server-properties.xml to point to a browser on your machine.
+
+	deploy-examples: deploys examples without rebuilding profile
+
+	examples : rebuilds profile and redeploys examples
+		Usage: ant examples &lt;output dir&gt;
+		or: ant examples
+
+	build-profile: compresses based on a profile in buildscripts/profiles 
+		to a specified directory
+		Usage: ant compress &lt;profile name&gt; &lt;output dir&gt;
+
+	doc : builds JSDoc to doc/xap directory
+
+	all : runs tests, examples and doc
+	
+	help : prints this message
+</echo>
 	</target>
 			
 	<!-- Runs all XAP project targets                                      -->