Skip to content
Discussion options

You must be logged in to vote

You can use the JsonDocumentation task on the Progress ADE project.

<?xml version="1.0"?>
<project name="ADE">
  <taskdef resource="PCT.properties" />
  <typedef resource="types.properties" />
  <mkdir dir="db" />
  <PCTCreateDatabase destDir="db" dbName="sample" structFile="sample.st" schemaFile="sample.df" dlcHome="${DLC}" auditing="true" auditArea="area1" auditIndexArea="area2" tablePartitioning="true" cdc="true" cdcArea="area1" cdcIndexArea="area2" />

  <DBConnection dbDir="db" dbName="sample" singleUser="true" id="tmpdb">
    <Alias name="stsdb" />
  </DBConnection>
  <path id="pp">
    <pathelement location="businesscomponents" />
    <pathelement location="corelib" />
    <pathele…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gquerret
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gquerret
Comment options

@gabsoftware
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants