![]() |
FOSSology
3.2.0rc1
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... | |
Public Member Functions inherited from FoIntegration | |
| __construct ($sourcePath, $logPath=NULL) | |
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 122 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.
Definition at line 134 of file fo_integration.php.