RE: [Ikvm-developers] (no subject)
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2003-07-24 14:32:00
|
Jonathan Pierce wrote: > I tried checking out the latest classpath sources and adding=20 > your additions, > but I got build errors when I tried to build using nant. I=20 > even checked out > the latest jikes sources from cvs and managed to build that first with > cygwin. >=20 > Do you have any instructions for rebuilding classpath.dll? Just typing "nant" in the ikvm directory should work. This assumes that classpath is installed in the \classpath directory and ikvm in the \ikvm directory. If they are in different locations, you need to edit the \ikvm\classpath\allsources.lst file. > I got a few missing file warnings, and a warning about $ variables > conflicting with compiler output followed by a build failed=20 > when building classpath with your nant build file. The $ warning is the only warning you should get. Regards, Jeroen |