That would be my suggestion as well, and I know that it works.

Backslashes cause problems in strings in C-like languages.

Since forward slashes have OS-level support, they should be used where
possible.

-K


On 3/21/06 1:22 PM, "Simon Kitching" <[EMAIL PROTECTED]> wrote:

> On Tue, 2006-03-21 at 12:37 -0500, Dixit, Sandeep (ProSource
> Solutions)  
>> <ear.url>${project.build.directory}/EFTAppl-1.0-SNAPSHOT.ear</ear.url>
>> 
>> If the ${project.build.directory} contains special characters for
>> example c:\abc\t.., it takes the \t as tab and thus the plug-in fails.
>> Is there a way to deal with this?
> 
> Set project.build.directory to "c:/abc/t" instead?
> File paths using forward slashes work fine on Windows.
> 
> Regards,
> 
> Simon
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

--
Kathryn Huxtable
Middleware Architect
Core Middleware
Information Technology, a division of Information Services
The University of Kansas


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

Reply via email to