[EMAIL PROTECTED] wrote: [...]
As my $(geronimo.home) property was set to file:/home/elegoff/incubator-geronimo/target/geronimo-DEV/ in o.a.g.k.Main class , it is normal that
$(geronimo.home)/etc/resolver-catalog.xml is parsed into file:/home/elegoff/incubator-geronimo/target/geronimo-DEV//etc/boot-service.xml
On my linux system, this double / in the path causes the problem and the resolver catalog is not located.
I would not like to set $(geronimo.home)etc/resolver-catalog.xml
instead of
$(geronimo.home)/etc/resolver-catalog.xml
in my boot-service.xml file :((
As a newbie, I wonder if my issue is just trivial, or even if there were already discussions here about it. Sorry about that.
Hi,
I can't believe, are you saying that having double slashes causes harm to your linux system? Hmmm, what distro is that? I can't test it out myself, but Cygwin treats double slashes as one.
What do you see when 'ls -la /etc//passwd' is invoked on the command line?
As to the ending slash, it is so as JVM when asked about the property answers with it. Geronimo (ParserUtil, exactly) would parse it, but how it would find out whether a property points to a directory or not? It would cause more headache then solve issues.
-Eric
Jacek