Skip to main content

Bug Tracker

Side navigation

#6812 closed bug (fixed)

Opened July 21, 2010 12:21PM UTC

Closed July 21, 2010 08:39PM UTC

build.xml not replacing Date in source properly

Reported by: craga89 Owned by:
Priority: Milestone: 1.4.3
Component: build Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

${date} macro isn't being declared in the build.xml file, so simply the variable name is being used instead. Adding the code below to the head of the build.xml file fixes this problem.

<exec outputproperty="date" executable="git">

<arg line="log --pretty=format:'%ad' -1" />

</exec>

http://github.com/Craga89/jquery/commit/1eb9974d2603b9611ee33b87dfea24f414d25eea

Attachments (0)
Change History (1)

Changed July 21, 2010 08:39PM UTC by kswedberg comment:1

resolution: → fixed
status: newclosed