You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by st...@apache.org on 2006/11/20 07:05:04 UTC

svn commit: r477059 - /harmony/enhanced/classlib/trunk/make/depends.xml

Author: stefano
Date: Sun Nov 19 22:05:02 2006
New Revision: 477059

URL: http://svn.apache.org/viewvc?view=rev&rev=477059
Log:
appliying patch HARMONY-2235 which also fixes the problem I was having with the buildtest "ant setup" failing. Many thanks to Vladimir for saving me the trouble of finding where the problem was.

Modified:
    harmony/enhanced/classlib/trunk/make/depends.xml

Modified: harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?view=diff&rev=477059&r1=477058&r2=477059
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ harmony/enhanced/classlib/trunk/make/depends.xml Sun Nov 19 22:05:02 2006
@@ -403,7 +403,7 @@
 
     <target name="-really-link" unless="${dest}.exists">
         <echo>Linking ${dest}</echo>
-        <symlink resource="${src}" link="${dest}" />
+        <symlink resource="${src}" link="${basedir}/${dest}" />
     </target>
 
 </project>