Re: [Ikvm-developers] Classpath !!!
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2007-09-08 06:51:49
|
Steve Severance wrote: > Thanks for the replies. Is it possible to specify a directory such that > all contents and sub directories will be included? The webapps > directory contains data for several different webpages. Do I have to > specify each file? Thanks, Yes, the -recurse option will do that (e.g. ikvmc -recurse:resources\*). No= te that it only includes the expanded part of the directory/filenames, so i= n the case of the previous example "resources/" would not be part of the re= source names. You can use ildasm to look at the resources included in an assembly (the na= mes are mangled a bit and prefixed with ikvm__, but should be recognizable)= . Regards, Jeroen |