Ticket #4973 (closed bug: fixed)
Build fails on non-Windows OS
| Reported by: | kevin.wells | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 |
| Component: | [meta] ui.build | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I do not have permission to re-open #4896 so I created this duplicate ticket.
This code in r3445:
<basename file="@{file}" property="target" />
does not work. The immutable target property is not updated on the second and subsequent iterations of the loop.
To see what I mean take a look at build/dist/jquery-ui-1.8pre/ui/minified/jquery.effects.blind.min.js after performing a build.
Confirmed in Ubuntu 9.10 using Ant 1.7.1.
I've (hopefully) attached a patch to fix this problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


