I'd suggest copying 'target/hdk/*' to 'working_classlib/deploy' and then doing the module only build in 'working_classlib' without the 'hy.jdk' property.
This is how I usually do it. I last did this on Windows Vista, so the command I used was "robocopy /mir target/hdk working_classlib/deploy". I can't remember the exact syntax on linux; i always have to look it up. -Nathan On Mon, Jun 16, 2008 at 3:49 AM, 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 >
