Santiago Gala wrote:

> 
> Better than this, (I got it), I'm committing a change to the 
> CastorPsmlManagerService.
> 
> The problem was funny: "/WEB-INF/psml" is *not* absolute under Windows 
> (as per java specification, an absolute path in Windows needs the drive 
> letter), but it *is* absolute under Unix, so the test:
> 
> if( !rootDir.isAbsolute()) was giving different results in both platforms.
> I have chaged it to if( !rootDir.exists() ) so that now, if the root 
> does not exist, is taken as context-relative, else it is created.
> 
> I'll be commiting right now. It can take a while, as I'm using GPRS + my 
> mobile phone from my parent's house in the beach, and the connection is 
> flaky.
> 

Thanks Santiago :)

It's lucky we don't all use the same setup... ;P

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to