PDA

View Full Version : Command line/Unattended build – Changing key files.


IndiRoo
09-01-2008, 04:15 AM
I would like to automate my building process by using the command line option. I believe I can directly modify the vp2 xml content for the automated build. However, from what I understand, the key file has to be unique for each version, therefore, if I directly modify the .vp2 file, the location of the key files, how can I calculate the values relating to that key file?

For example.

<Size>20</Size>
<Attrib>32</Attrib>
<TmCreate>1219209484</TmCreate>
<TmAccess>1219209484</TmAccess>
<TmModify>1219193232</TmModify>

Any other solution?

Thanks.

jassing
09-01-2008, 07:35 AM
I would like to automate my building process by using the command line option. I believe I can directly modify the vp2 xml content for the automated build. However, from what I understand, the key file has to be unique for each version, therefore, if I directly modify the .vp2 file, the location of the key files, how can I calculate the values relating to that key file?

For example.

<Size>20</Size>
<Attrib>32</Attrib>
<TmCreate>1219209484</TmCreate>
<TmAccess>1219209484</TmAccess>
<TmModify>1219193232</TmModify>

Any other solution?

Thanks.



I believe those values get recalculated at build xml load time.