Modify ↓
Opened 13 months ago
Closed 13 months ago
#113 closed defect (fixed)
Avoid copyfile deprecation warning in build.xml
| Reported by: | Bill van Melle <billvm@…> | Owned by: | tom |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.0.14 |
| Component: | tooling-jdt | Version: | 0.0.13 |
| Keywords: | Cc: |
Description
The build.xml file produced by running build.fxbuild copies dependent libraries to externalLibs using the copyfile task. This results in deprecation warnings for each such file when I run the build:
[copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead.
Attachments (0)
Change History (3)
comment:1 Changed 13 months ago by tom
- Milestone set to 0.0.14
comment:2 Changed 13 months ago by tom
- Component changed from distro to tooling-jdt
comment:3 Changed 13 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
