On Tue, Sep 21, 2010 at 6:58 PM, Mark Hindess
<mark.hind...@googlemail.com>wrote:

>
> I'd recommend running the federated build ... i.e. "ant build test" in
> /home/rmuir/workspace/harmony-trunk in your case.
>
>
Thank you! I knew I was missing something.

Could we add something like the following below, so that the "test" target
shows up in the toplevel ant projecthelp (ant -p) ?

Index: build.xml
===================================================================
--- build.xml (revision 999631)
+++ build.xml (working copy)
@@ -787,7 +787,7 @@
         <chmod file="${hy.target}/src/debian/rules" perm="ugo+x" />
     </target>

-    <target name="test" depends="clean-tests">
+    <target name="test" depends="clean-tests" description="Runs all tests">
         <ant antfile="${hy.target}/hdk/build/test/build.xml"
              target="test" inheritAll="false" >
             <propertyset refid="required.props" />

-- 
Robert Muir
rcm...@gmail.com

Reply via email to