The value is not hard-coded. It is read from ${project.build.directory}.
How do I accomplish this then?-----Original Message----- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 2:23 PM To: Maven Users List Subject: Re: Inaccurate interpretation of strings 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] ------------------------------------------------------------------------------------------- ***National City made the following annotations ------------------------------------------------------------------------------------------- This communication is a confidential and proprietary business communication. It is intended solely for the use of the designated recipient(s). If this communication is received in error, please contact the sender and delete this communication. =========================================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
