Opened 13 years ago
Closed 13 years ago
#6812 closed bug (fixed)
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
Note: See
TracTickets for help on using
tickets.
Fixed in http://github.com/jquery/jquery/commit/4ec1b743a81256ae15907e46260cfc8edc6f06b8