PowerAda aprojinfo

From OC Systems Wiki!
Jump to: navigation, search


NAME

aprojinfo - Provide information about a project.

SYNOPSIS

aprojinfo [-h] [-r [ -l level ]] [project_name]

DESCRIPTION

aprojinfo prints information about the current or specified project.

This is information is also provided by Get Project Info operation with
powerada.

OPTIONS

-h
Prints version, and command line help information.
-l level
show full name of only the specified level:
-l1=current; -l2=parent of current, -l0=all (default).
Only valid with -r
-r
raw: show full name of project(s) only, not other descriptive information (useful for scripts)

PARAMETERS

project_name
The name of a project root, a baseline alias, or a directory within a project. The default is the current directory.

FILES

$POWERADA/bin/aprojinfo - the aprojinfo program

ENVIRONMENT VARIABLES

POWERADA
This must be defined and indicate the powerada/ada95 directory in the PowerAda installation.
POWERADA_BASELINES
Names a baselines file identifying aliases for baseline projects.

EXAMPLES

# get info for current project
aprojinfo
Project /user/fred/adaproj: 
   Alias:         
   Last modified: Jun 20 13:59
   Language mode: Ada95
# get info for baseline drop5
aprojinfo drop5
Baseline Project /builds/drop5/adaproj: 
   Alias:drop5        
   Last modified: Jun 15 02:59
   Language mode: Ada95

SEE ALSO

aprojbaseline, aprojrm, powerada

BUGS/LIMITATIONS

See Problems and Questions at the beginning of this Appendix.