You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2006/11/24 22:58:23 UTC

svn commit: r479014 - in /harmony/enhanced/drlvm/trunk/build/make: lnx.properties win.properties

Author: gshimansky
Date: Fri Nov 24 13:58:22 2006
New Revision: 479014

URL: http://svn.apache.org/viewvc?view=rev&rev=479014
Log:
Applied HARMONY-1847 [drlvm] -verbose option does nothing

Tests passed on ununtu, windows XP and SuSE 10 x86_64. There are some crashes
because of tracing on 64 bits, but they don't seem to be because of the
patch, but rather because of 32-bitness of the used pointers (see HARMONY-1847
comments for details).


Modified:
    harmony/enhanced/drlvm/trunk/build/make/lnx.properties
    harmony/enhanced/drlvm/trunk/build/make/win.properties

Modified: harmony/enhanced/drlvm/trunk/build/make/lnx.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/lnx.properties?view=diff&rev=479014&r1=479013&r2=479014
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/lnx.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/lnx.properties Fri Nov 24 13:58:22 2006
@@ -57,9 +57,9 @@
 # http://apr.apache.org/download.cgi
 remote.APRICONV.archive=http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1.tar.gz
 
-# LOG4CXX, svn revision 416779
+# LOG4CXX
 # http://logging.apache.org/site/cvs-repositories.html
-remote.LOG4CXX.archive=-r 416779 http://svn.apache.org/repos/asf/logging/log4cxx/trunk
+remote.LOG4CXX.archive=-r 467164 http://svn.apache.org/repos/asf/logging/log4cxx/trunk
 remote.LOG4CXX.archive.type=svn
 
 # IJ Eclipse plugin

Modified: harmony/enhanced/drlvm/trunk/build/make/win.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/win.properties?view=diff&rev=479014&r1=479013&r2=479014
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/win.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/win.properties Fri Nov 24 13:58:22 2006
@@ -60,8 +60,8 @@
 # http://apr.apache.org/download.cgi
 remote.APRICONV.archive=http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1-win32-src.zip
 
-# LOG4CXX, svn revision 416779
-remote.LOG4CXX.archive=-r 416779 http://svn.apache.org/repos/asf/logging/log4cxx/trunk
+# LOG4CXX
+remote.LOG4CXX.archive=-r 467164 http://svn.apache.org/repos/asf/logging/log4cxx/trunk
 remote.LOG4CXX.archive.type=svn
 
 # IJ Eclipse plugin