Hi Tom,

Thanks for your quick response.

On Fri, Jun 20, 2008 at 7:59 AM, Tom Morris <[EMAIL PROTECTED]> wrote:
> This is pretty close to what you want.  You probably just have the
> name specified wrong.  You can actually save a step since you don't
> need to fetch the class loader explicitly, so you can just use

You were right. I was using "/org/...." and I must use "org/...".
This was the kind of problem that one say "The problem is there" but
one can't find it until someone else says "The problem is there".
Thanks :-)

>  this.getClass().getResourceAsStream("org.argouml.module.mymodule.foo.xml")

I fixed this.

> It's one line, so I don't see a need to add it to the utility classes.
>  A lot of the ResourceLoader machinery is just there for historical
> purposes.

Good to know. Thanks Tom

-- 
Cheers,

Christian López Espínola <penyaskito>

Reply via email to