RE: Call tomorrow?

Well, clearly way out of my depth here.

(But if the relevant files are packaged as a zip inside the jar then
can't you list the files in the zip without unpacking them? Or include a
list of the XSLs and read it ... )

Jo

> -----Original Message-----
> From: Sean Owen [mailto:srowen@google.com]
> Sent: 05 June 2007 16:00
> To: Jo Rabin
> Cc: public-mobileok-checker@w3.org
> Subject: Re: Call tomorrow?
> 
> The problem is you want something more like a list of resources in a
> directory, and that's apparently not possible (nope,
> ClassLoader.getResources() isn't the answer). If we knew the list of
> resources to retrieve, this would work.
> 
> On 6/5/07, Jo Rabin <jrabin@mtld.mobi> wrote:
> > I probably don't understand the problem, but can't you do
> >
> > this.getClass().getClassLoader().getResourceAsStream("whatever");

Received on Tuesday, 5 June 2007 15:32:56 UTC