Changes between Version 24 and Version 25 of WorkGeneration


Ignore:
Timestamp:
Mar 24, 2009, 11:19:40 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v24 v25  
    7777
    7878Elements and tags must be on separate lines as shown.
    79 The components are:
    80 
    81  <file_info>, <file_ref>::
    82 
    83         Each pair describes an [BoincFiles#Fileproperties output file] and [BoincFiles#Filereferences the way it's referenced].
    84 
    85 Note: when a job is created, the name of its output template file is stored.
     79Each <file_info>, <file_ref> pair describes an output file.
     80The elements include:
     81 '''<name>''' and '''<file_name>''':: the physical file name.  Typically use <OUTFILE_0>, <OUTFILE_1> etc.; this will be replaced with a generated name based on the job name.
     82 '''<generated_locally/>''':: always include this for output files.
     83 '''<max_nbytes>''':: maximum file size.  If the actual size exceeds this, the file will not be uploaded, and the job will be marked as an error.
     84 '''<url>''':: the URL of the file upload handler.  You may include this explicitly, or use '''<UPLOAD_URL/>''' to use the URL in your project's config.xml file.
     85 '''<open_name>''':: the "logical name" by which your application will reference the file.
     86 '''<optional>''':: if false, your application must create the file, otherwise the job will be marked as an error.
     87 '''<no_validate>''':: if true, don't include this file in the result validation process (relevant only if you are using the sample bitwise validator).
     88
     89Other [BoincFiles#Fileproperties output file] and [BoincFiles#Filereferences the way it's referenced].
     90
     91Note: when a job is created, the name of its output template file is stored in the database.
    8692The file is read when instances of the job are created, which may happen days or weeks later.
    8793Thus, editing an output template file can affect existing jobs.