Changes between Version 62 and Version 63 of WrapperApp


Ignore:
Timestamp:
Nov 13, 2012, 11:03:58 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v62 v63  
    9595
    9696Assume you have an executable program for a particular platform
    97 (say "worker_windows_intelx6_0.exe" for Win32).
     97(say "worker_windows_intelx86_0.exe" for Win32).
    9898The program reads from '''in''' and writes to '''out'''.
    9999(You can use the program in '''samples/worker/''' for this purpose).
     
    102102with root directory PROJECT/.
    103103Now
    104  * Download the wrapper for Win32 (see links above) to your server
    105   .Assume the filename is '''wrapper_windows_intelx86_25825.exe'''.
     104 * Download the wrapper for Win32 (see links above) to your server.
     105   Assume the filename is '''wrapper_25825_windows_intelx86.exe'''.
    106106 * [AppVersion Create an application] named 'worker'.
    107107 * Create the directory hierarchy
     
    112112         windows_intelx86/
    113113}}}
    114  * Put the files '''wrapper_windows_intelx86_25825.exe'''
     114 * Put the files '''wrapper_25825_windows_intelx86.exe'''
    115115  and '''worker_windows_intelx86_0.exe''' in the bottom directory.
    116116 * In the same directory, create a file '''worker_job_1.0.xml'''
     
    128128<version>
    129129   <file>
    130       <physical_name>wrapper_windows_intelx86_25825.exe</physical_name>
     130      <physical_name>wrapper_25825_windows_intelx86.exe</physical_name>
    131131      <main_program/>
    132132   </file>