I followed Alexei Zakahrov's steps to solve this and got the changes working in less than a minute -
from classlib trunk - ant -Dbuild.module=swing build-java from top level trunk - ant assemble-artifacts then cp working_classlib/deploy/jdk/jre/lib/boot/swing* target/hdk/jdk/jre/lib/boot/ Regards, Tharindu On Tue, Jun 17, 2008 at 11:40 AM, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > Hello Tharindu, > > I'm sorry for being silent for a while. The error message you got > indicated that VM was not functioning properly. You can check VM build > using the following commands. > $ cd working_vm > $ ant test > > There were commits from Pavel on VM interface. This might worth to > re-compile the whole VM build from scratch using "ant clean build". > > Thanks. > > On Mon, Jun 16, 2008 at 12:49 PM, Mackie Mathew <[EMAIL PROTECTED]> > wrote: > > I want to make some changes in the Swing module, and test it. Do I always > > have to do a full compile of harmony to test it out? > > > > I tried the following command. > > ant -Dbuild.module="swing" > -Dhy.jdk="/home/mackie/harmony/target/hdk/jdk" > > > > the build completed successfully. > > > > But when I tried to run with harmony the following error occurs: > > > > Failed to open JVM DLL: > > /home/mackie/harmony/target/hdk/jdk/jre/bin/default/harmonyvm > > (/home/mackie/harmony/target/hdk/jdk/jre/bin/default/libharmonyvm.so: > > undefined symbol: get_boolean_property) > > > > > > > > Regards, > > > > Tharindu > > > > > > -- > With best regards, > Alexei >
