Kbase 18388: How to Extract ADE Source Files from .pl files
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/10/2009 |
|
Status: Verified
GOAL:
How to Extract ADE Source Files from .pl files
FACT(s) (Environment):
Progress 9.x
FIX:
In version 9, the source files for the Progress ADE (Application Development Environment) are placed in libraries in the the DLC/src subdirectory.
You can use the 'extractpl' script to extract the version 9 ADE Source Files from their .pl files into the appropriate subdirectories.
1) Make sure that DLC/src is in your PATH.
2) Run "extractpl <ADE pl name>"
This will create a directory with the same name as the library name (without the .pl extension). For example:
extractpl adecomm.pl
will create the adecomm directory and all its subdirectories, containing all source files extracted from adecomm.pl.