[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Generating service/catalog files with Ant

  • Thread starter Keerthy Yeddula
  • Start date
Status
Not open for further replies.
K

Keerthy Yeddula

Guest
Hi, You no need to specify each and every class file name in build.xml. Instead the root folder name can be specified to the fileset dir . From PDS OE, .pidl files will be generated in the following scenarios: "REST Resource URI Editor" for verb associations . When associating the Data Object service with business entity files. We have option associated with build action. In the project properties pages, under Progress OpenEdge -> Build -> ‘Generate REST invocation files' check box will be there. Check this option and then Clean build the project (if we don't want to build the entire project , the respective ABL file can be compiled). This build action can regenerate the .pidl files along with the Rcode from PDS OE. As I said earlier, there is no ANT task provided for to generate only .pidl files. While generating the mappings, the required artifacts(along with .pidl) will be generated from PDSOE. With these artifacts only, proper war/paar can be generated. So we have to do mappings from PDSOE, then can use the required ANT tasks. Thanks, Keerthy.

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