|
|
|
Ok - looks like the problem can be split into two seperate problems:
Windows (1.2.1): publish does not support multiple patterns Unix (1.0.14): fix permissions step fails for various reasons. On AIX, this shows up in the build log file: 2007-01-30 09:21:21,464 [Thread-526] WARN - Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long. Here is the step in question for QB 1.0.14
Step type Change file permissions Step necessary condition !this.parent.anyChildStepFailed Source directory ------ File name patterns *.pl *.sh Change permissions recursively yes Permission string a+rwx Here is the step definition in question for QB 1.2.1:
Step type Publish artifacts Step necessary condition !this.parent.anyChildStepFailed Description ------ Source directory ${workingDir}\checkouts\EnCapta\applications File name patterns *.dll *.lib Is publish recursively? yes Destination directory applications Is create symbol links? no |
This also holds true for "fix end of line character of text files" step for 1.0.14 (but other patterns are still separated by spaces).
Regards.
Robin