Hi,
I am trying to point ant to a specific property file via config xml.
The path to the property file contains spaces.
The problem I am having is that double quotes are already used for target="..." but I also need them for the filepath.
When I try to build the project I get the following error:
[go] Start to execute task: <ant target="-propertyfile=C:\Program Files (x86)\Go Agent\pipelines\ProjectX\nbproject\go.properties" />.
Could not load property file C:\Program: C:\Program (The system cannot find the file specified)
Buildfile: C:\Program Files (x86)\Go Agent\pipelines\ProjectX\build.xml
BUILD FAILED
Target "Files" does not exist in the project "ProjectX".
Any suggestions? ( other than moving the directory to one with no spaces :D )
Many Thanks,
Mitchell.