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 comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in http://github.com/jquery/jquery/commit/4ec1b743a81256ae15907e46260cfc8edc6f06b8