# Perforce Public Depot 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 [none/cdsp4/jam/p4hl] Optional. # 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. Job: job000016 Status: closed Project: jam Severity: C ReportedBy: craig_mcpheeters ReportedDate: 2002/02/26 10:24:32 ModifiedBy: shawn_hladky ModifiedDate: 2008/04/13 13:00:54 Description: Jambase: "makeString" rule calls no-longer-existant "FConcat" Date: Fri, 15 Feb 2002 23:35:12 PST To: [email protected] From: [email protected] (Craig McPheeters) Subject: Tiny fix to Jambase Replied: Sat, 16 Feb 2002 07:29:45 -0800 [email protected] (Craig McPheeters) Hi, I just noticed this small problem. Line 1816 of the Jambase defines a 2.2 compatibility rule called makeString. Its calling FConcat which is no longer in the release. The correct line should be: rule makeString { $(<) = $(>:J) ; }