http://www.ant-tasks.com/
Apache Ant Archive
»
Ant Users List
»
Ant Developers List
Location attribute in property not resolving correctly
Location attribute in property not resolving correctly
2006-09-25 - By William Lopez
Reply: 1
2
3
4
5
6
7
8
9
10
>>
Ant: 1.6.5
Java: 1.5.0_07
OS: WinXP
I have a build.properties with the following props defined:
dir.src=C:\Temp\compare_cmp
dir.dest=C:\Work\Dev\projects\Installer\code\Installer_c1.0.latest\cmp
The build is failing because the props are being resolved without the
backslashes. Here are the <echo>s:
[echo] Source:C:Tempcompare_cmp
[echo] Target:C:WorkDevprojectsInstallercodeInstaller_c1.0.latestcmp
I'm stumped.
Thanks,
-Will
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.