Terrier Core

Replace Terrier's Makefile with Ant build.xml

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.0
  • Component/s: build
  • Description:
    Makefiles are old fashioned for Java programs. Instead replace with an Ant build. This will allow easier configuration and running of the test cases.
  1. build.xml
    (7 kB)
    Craig Macdonald
    08/Oct/09 11:32 AM

Activity

Hide
Craig Macdonald added a comment - 08/Oct/09 11:32 AM

Initial version for a build.xml for terrier. Two issues with this version are noted:

<!-- todo: directory name from tar is not terrier or ${final.name} -->
<!-- todo: windows .zip distribution -->
Show
Craig Macdonald added a comment - 08/Oct/09 11:32 AM Initial version for a build.xml for terrier. Two issues with this version are noted:
<!-- todo: directory name from tar is not terrier or ${final.name} -->
<!-- todo: windows .zip distribution -->
Hide
Craig Macdonald added a comment - 02/Feb/10 8:39 PM

Finally, resolved for 3.0. We've only been talking about it for 6 years.

Show
Craig Macdonald added a comment - 02/Feb/10 8:39 PM Finally, resolved for 3.0. We've only been talking about it for 6 years.
Hide
Craig Macdonald added a comment - 02/Feb/10 8:44 PM

I should say that Ant 1.7 is required. It may be possible to port to an older version.

Show
Craig Macdonald added a comment - 02/Feb/10 8:44 PM I should say that Ant 1.7 is required. It may be possible to port to an older version.

People

Dates

  • Created:
    08/Oct/09 10:41 AM
    Updated:
    05/Mar/10 5:10 PM
    Resolved:
    02/Feb/10 8:39 PM