FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
make fossology, check for warnings and errors More...
Public Member Functions | |
__construct ($srcPath, $logPath=NULL) | |
make fossology More... | |
Additional Inherited Members | |
Public Attributes inherited from FoIntegration | |
$srcPath | |
$logPath | |
Protected Member Functions inherited from FoIntegration | |
log ($message) | |
log a message in a file More... | |
Protected Attributes inherited from FoIntegration | |
$LOGFD | |
make fossology, check for warnings and errors
string | $srcPath | fully qualified path to the source tree, e.g. /home/myhome/fossology/src/ |
string | $logPath | fully qualified path to the logfile, default is current working directory with filename fo_integration .log |
Definition at line 110 of file fo_integration.php.
Build::__construct | ( | $srcPath, | |
$logPath = NULL |
|||
) |
make fossology
Cd's into the supplied source path. Does a make clean then a make. Checks the result of the make and returns a boolean.
Reimplemented from FoIntegration.
Definition at line 122 of file fo_integration.php.