# The form data below was edited by paul_allen # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000207 Status: closed Project: perforce-software-p4convert Severity: B ReportedBy: norman_morse ReportedDate: 2015/04/22 10:08:47 ModifiedBy: paul_allen ModifiedDate: 2015/04/24 02:53:48 Description: The default.cfg file provided with the download is missing required fields: > java.lang.Exception: Cannot find 'com.p4convert.p4.depotPath' in the configuration file. > Please check or regnerate your configuration. After regenerating the config file, and comparing to the one in the distribution, I discovered the following entries were missing from the distributed version: com.p4convert.p4.caseMode=NONE com.p4convert.p4.charset= com.p4convert.p4.client=p4-client com.p4convert.p4.clientRoot=/Volumes/CaseSensitive/cases/00143859/p4convert/PUBLIC.Main.12441/ws/ com.p4convert.p4.depotPath=import com.p4convert.p4.downgrade=false com.p4convert.p4.jnlIndex=0 com.p4convert.p4.jnlPrefix=jnl. com.p4convert.p4.lineEnding=true DevNotes: Type: Bug