Hi,
I am using desing time constants for the source path for the files in my project.
Ex:
Source=F:\SOFTNAME\#VERSION##BUILD#\SOFTNAME.EXE
When using this with the constants defined in the "Project Settings" it is working fine.
The problem is when I am using a .ini file for unattended builds
it is not working and SF6 cannot find the source files and exits.
.ini file example (project1.ini)
[Constants]
#VERSION#=1.2
#BUILD#=002
If I do not remove the constant from the "Project settings" page, the .ini file has no effect and the values from "Project settings" are taken.
If I remove the constant from the "Project settings" SF6 does not see the source files when started from a batch file.
project1.bat example:
SUF60DESIGN.EXE C:\PROJECT1.SF6 /B:C:\PROJECT1.INI /M
Please help!
Luc
I am using desing time constants for the source path for the files in my project.
Ex:
Source=F:\SOFTNAME\#VERSION##BUILD#\SOFTNAME.EXE
When using this with the constants defined in the "Project Settings" it is working fine.
The problem is when I am using a .ini file for unattended builds
it is not working and SF6 cannot find the source files and exits.
.ini file example (project1.ini)
[Constants]
#VERSION#=1.2
#BUILD#=002
If I do not remove the constant from the "Project settings" page, the .ini file has no effect and the values from "Project settings" are taken.
If I remove the constant from the "Project settings" SF6 does not see the source files when started from a batch file.
project1.bat example:
SUF60DESIGN.EXE C:\PROJECT1.SF6 /B:C:\PROJECT1.INI /M
Please help!
Luc
Comment