Bug Tracker

Modify

Ticket #6812 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 3 years ago by kswedberg

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.