Re: [Ikvm-developers] Classpath !!!
Brought to you by:
jfrijters
|
From: Steve S. <st...@me...> - 2007-09-10 04:00:21
|
Is there a way with recurse to assign them to specific names? The application is expecting the classpath name to be webapps. I tried using the wildcard with the -resource but that says that it is an illegal character. If I specify just the directory then it says that access is denied, although I assume that is another way of saying that you can't pick a directory. Another although less desirable option would be to change the resource name manually later. Steve > -----Original Message----- > From: Jeroen Frijters [mailto:je...@su...] > Sent: Saturday, September 08, 2007 2:52 AM > To: Steve Severance; ikv...@li... > Subject: RE: [Ikvm-developers] Classpath !!! > > 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\*). Note that it only includes the expanded part of > the directory/filenames, so in the case of the previous example > "resources/" would not be part of the resource names. > > You can use ildasm to look at the resources included in an assembly > (the names are mangled a bit and prefixed with ikvm__, but should be > recognizable). > > Regards, > Jeroen |