intersystems / intersystems/ipm
filecopy deletes file from my repo
- Dominant language
- ObjectScript
- Stars
- 41
- Forks
- 29
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 4
Description
part of the module.xml:
```xml
```
this produces the following for load command with -v:
Loading demo-loan-frontend in process 675
[USER|demo-loan-frontend] Reload START (/home/irisowner/dev/)
Skipping preload - directory does not exist.
[USER|demo-loan-frontend] Reload SUCCESS
[demo-loan-frontend] Module object refreshed.
[USER|demo-loan-frontend] Validate START
[USER|demo-loan-frontend] Validate SUCCESS
[USER|demo-loan-frontend] Compile START
[USER|demo-loan-frontend] Compile SUCCESS
[USER|demo-loan-frontend] Activate START
Copying /home/irisowner/dev/dist/ to /usr/irissys/csp/loan/ as directory
[demo-loan-frontend] Activate FAILURE
ERROR! Error copying directory /home/irisowner/dev/dist/ to /usr/irissys/csp/loan/
> ERROR #5024: Unable to copy file '/home/irisowner/dev/dist/favicon.ico' to '/usr/irissys/csp/loan/favicon.ico'
USER>
and...
it deletes favicon.ico from my disk.
If run again - deletes another file it couldn't copy
Contributor guide
Assessment
This issue has not been assessed yet.