Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
Attachment: | ui_build_on_unix_2.diff added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3479. Thanks.