I have a written that looks like:
<plugin>
  <groupId>com.ncc.task.plugins</groupId>
  <artifactId>task-plugin</artifactId>
  <version>1.0-SNAPSHOT</version>
  <configuration>
    <goalPrefix>mygoal</goalPrefix>
    <application.name>EFTApplication</application.name>
 
<ear.url>${project.build.directory}/EFTAppl-1.0-SNAPSHOT.ear</ear.url>
    <build.log>/var/log/builds/EFTApplication.log</build.log>
  </configuration>
</plugin>


The problem I am having is from the tag:
 
<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?

Thanks,
Sandeep

-------------------------------------------------------------------------------------------
***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]

Reply via email to