[EMAIL PROTECTED] writes:

Thanks. You're too quick for me, guys... ;-) 

        Best regards
                Henning


>Author: dlr
>Date: Tue Sep 27 11:11:06 2005
>New Revision: 292010

>URL: http://svn.apache.org/viewcvs?rev=292010&view=rev
>Log:
>* build/build.xml
>  (test-clean): Corrected regression introduced in r291407, when the
>   <project> element's "basedir" attribute was changed from "." to
>   "..".

>Issue: VELOCITY-358
>Submitted by: Niall Pemberton

>Modified:
>    jakarta/velocity/core/trunk/build/build.xml

>Modified: jakarta/velocity/core/trunk/build/build.xml
>URL: 
>http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=292010&r1=292009&r2=292010&view=diff
>==============================================================================
>--- jakarta/velocity/core/trunk/build/build.xml (original)
>+++ jakarta/velocity/core/trunk/build/build.xml Tue Sep 27 11:11:06 2005
>@@ -903,7 +903,8 @@
> 
>    <target name="test-clean"
>             description="--> Cleanup after the testcases">
>-        <ant antfile="testcases.xml" target="test-clean"/>
>+        <ant antfile="${velocity.build.dir}/testcases.xml"
>+             target="test-clean"/>
>    </target>
> 
>   <!-- Delete the demo files for re-build -->



>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

                      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to