[EMAIL PROTECTED] said the following on 29.01.2008 13:34:
Author: varlax
Date: Tue Jan 29 02:34:12 2008
New Revision: 616241
URL: http://svn.apache.org/viewvc?rev=616241&view=rev
Log:
normalized ant build system for DRLVM (HARMONY-5359)
Added:
harmony/enhanced/drlvm/trunk/build.xml (with props)
harmony/enhanced/drlvm/trunk/make/
harmony/enhanced/drlvm/trunk/make/build-java.xml (with props)
harmony/enhanced/drlvm/trunk/make/build-native.xml
harmony/enhanced/drlvm/trunk/make/depends.properties (with props)
harmony/enhanced/drlvm/trunk/make/depends.xml (with props)
harmony/enhanced/drlvm/trunk/make/extra/
harmony/enhanced/drlvm/trunk/make/extra/apr.xml (with props)
harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml (with props)
harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml (with props)
harmony/enhanced/drlvm/trunk/make/properties.xml (with props)
harmony/enhanced/drlvm/trunk/make/resources/
harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties (with
props)
harmony/enhanced/drlvm/trunk/make/resources/readme.txt (with props)
harmony/enhanced/drlvm/trunk/make/test.properties (with props)
harmony/enhanced/drlvm/trunk/make/tests/
harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/jvmti-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/kernel-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/reg-test-run.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/reg-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/smoke-test.xml (with props)
harmony/enhanced/drlvm/trunk/make/tests/test-common.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/
harmony/enhanced/drlvm/trunk/make/vm/common-vm.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/em.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/encoder.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/gc_cc.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/gc_gen.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/hythr.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/interpreter.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/jitrino.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/kernel.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/port.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/vmcore.xml (with props)
harmony/enhanced/drlvm/trunk/make/vm/vmi.xml (with props)
Hello Alexey
I have a question about new build system. The patch is quite big, so I
better ask it here. There were several patches to APR and LOG4CXX on
windows and linux. The old build system copied patched files into APR
and LOG4CXX source trees with "build update" command. Looking at the new
system I can't find the place where it patches APR and LOG4CXX, so I
want to make sure you didn't forget to add this step. Otherwise there
are going to be some bugs in threading and porting code that aren't
easily found.
--
Gregory