Changes between Version 62 and Version 63 of WrapperApp
- Timestamp:
- Nov 13, 2012, 11:03:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v62 v63 95 95 96 96 Assume you have an executable program for a particular platform 97 (say "worker_windows_intelx 6_0.exe" for Win32).97 (say "worker_windows_intelx86_0.exe" for Win32). 98 98 The program reads from '''in''' and writes to '''out'''. 99 99 (You can use the program in '''samples/worker/''' for this purpose). … … 102 102 with root directory PROJECT/. 103 103 Now 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'''. 106 106 * [AppVersion Create an application] named 'worker'. 107 107 * Create the directory hierarchy … … 112 112 windows_intelx86/ 113 113 }}} 114 * Put the files '''wrapper_ windows_intelx86_25825.exe'''114 * Put the files '''wrapper_25825_windows_intelx86.exe''' 115 115 and '''worker_windows_intelx86_0.exe''' in the bottom directory. 116 116 * In the same directory, create a file '''worker_job_1.0.xml''' … … 128 128 <version> 129 129 <file> 130 <physical_name>wrapper_ windows_intelx86_25825.exe</physical_name>130 <physical_name>wrapper_25825_windows_intelx86.exe</physical_name> 131 131 <main_program/> 132 132 </file>