Skip to main content

Search and Top Navigation

#4973 closed bug (fixed)

Opened November 24, 2009 03:02AM UTC

Closed November 26, 2009 02:19AM UTC

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 (1)

Changed November 26, 2009 02:19AM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed in r3479. Thanks.