[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How do I pass progress startup parameters to the ANT jobs or PCT ?

  • Thread starter Thread starter RJPowell
  • Start date Start date
Status
Not open for further replies.
R

RJPowell

Guest
PCTCompile inherits from PCTRun, so for your specific error I would guess you'd use the inputChars parameter which maps on to the OpenEdge -inp as detailed in the documentation here github.com/.../PCTRun . Anything which isn't specified there you could just add to a .pf file and pass to PCTCompile with the paramFile parameter. Again, it's all there in the documentation.

Continue reading...
 
Status
Not open for further replies.
Back
Top