Ant's <echo> task allows multi-line text within it. Use that feature to format
the help text in a more legible way.
---
 build.xml |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/build.xml b/build.xml
index d64209e..9312d3b 100644
--- a/build.xml
+++ b/build.xml
@@ -11,23 +11,25 @@
     <property name="jambiLib" value="${outputDir}/lib" />
 
     <mkdir dir="${outputDir}/cpp" />
-          
-
-
-    <target name="help"
-            description="Provides detailed help.">
-      <echo>To build Qt Jambi, run ant without parameters.</echo>
-      <echo></echo>
-      <echo>To get a description of all tasks run: ant -projecthelp</echo>
-      <echo/>
-      <echo>Available build properties:</echo>
-      <echo>    -Dqtjambi.config=debug|release    Decide what native 
libraries</echo>
-      <echo>                                      should be included.</echo>
-      <echo>    -Dqtjambi.useJumpTable=true       Use jump tables for native 
functions (experimental)</echo>
-      <echo>    -Dqtjambi.force=true              Skip up-to-date check and 
force all targets to build</echo>
-      <echo/>
-      <echo>You can also see the Qt Jambi intallation document at:</echo>
-      
<echo>http://doc.trolltech.com/qtjambi/com/trolltech/qt/qtjambi-installation.html</echo>
+
+
+
+    <target name="help" description="Provides detailed help.">
+        <echo>To build Qt Jambi, run ant without parameters.
+
+To get a description of all tasks run: ant -projecthelp
+
+Available build properties:
+    -Dqtjambi.config=debug|release    Decide what native libraries
+                                      should be included.
+    -Dqtjambi.useJumpTable=true       (EXPERIMENTAL) Use jump tables for native
+                                      functions
+    -Dqtjambi.force=true              Skip up-to-date check and force all
+                                      targets to build
+
+You can also see the Qt Jambi intallation document at:
+http://doc.trolltech.com/qtjambi/com/trolltech/qt/qtjambi-installation.html
+        </echo>
     </target>
 
     <condition property="ant-qtjambi.jar.uptodate">
-- 
1.6.5.rc1

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to