Yes, I'm using that, but feel a bit hard for the first build :) May we add some suggestion/notes on DRLVM build guild?
2007/4/16, Mikhail Fursov <[EMAIL PROTECTED]>:
If you already built DRLVM with build.bat script and use 'natural' directory layout (classlib is placed into working_classlib folder on top of drlvm and there are no 'trunk' directories) you can try MSVC2003 build. I always use it in my development because it speeds up project recompilation time significantly in comparison to build.bat On 4/16/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > Jimmy, sorry for the frustration. There is a file > working_vm\build\make\win.properties, where you can modify the > external dependences to avoid the deletion problem you met. (Better > yet is for the build process to check the existence of the files > before remove it, I guess. But to modify the file works for me > anyway.) > > For classlib location, there is a file > working_vm\build\drlvm.properties.example for it. You can modify it to > point the classlib location to the right directory and copy it to > drlvm.properties (to be functional). > > Hope this helps. > > Thanks. > xiaofeng > > On 4/16/07, LvJimmy,Jing <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to download DRLVM and build it on my desktop (windows > > xp sp2, try for regression test of the refactor for HARMONY-3591 as > > we discussed on an earlier thread), but I meet some problem: > > When I first download DRLVM trunk from svn, and enter "build.bat", > > it ask for "../../working_classlib/make/properties.xml", but actually > > Harmony classlib folder is named "classlib/trunk". So DRLVM need > > classlib to build? However I rename my classlib folder name to work > > around. > > After that I set my CXX, JAVA_HOME and ANT_HOME path, and build > > ask for external resource. I run "build update" to get external > > resource, but failed when getting > > "http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1-win32-src.zip > ". > > I try again and again running "build update" but it fails because of > > some network issues (HTTP 403 error), so I try to download that file > > directly into the folder(with browser, it downloads fast) and then run > > "build update", but the script delete that directory at once and try > > to download the file again, and of course, it fails again. > > I try my best to work around, I nearly download all files in > > http://apache.reverse.net/pub/apache/apr into the proper directory. > > After that, I run build.bat, it asks for build update, I run build > > update, it immediately delete the directory( and all files that I > > download :( ) and try to download the files itself, but fails again. > > This drives me mad. Up to now I still hang on build DRLVM. I doubt if > > I can get that files through "build update" when network is OK (I > > really doubt if it is network problem). > > So is there any easier, or, possible way to build DRLVM when we > > meet such network problems( or, is there any guild what external > > resources need to download)? And can we offer a better build script to > > avoid classlib folder name problem? Thanks! > > > > -- > > > > Best Regards! > > > > Jimmy, Jing Lv > > China Software Development Lab, IBM > > > > > -- > http://xiao-feng.blogspot.com > -- Mikhail Fursov
-- Best Regards! Jimmy, Jing Lv China Software Development Lab, IBM
