Skip to content

Releases: greg2001/ant-flaka

V1.3.6

16 Dec 12:38

Choose a tag to compare

1.03.06 (unofficial)

  • BUGFIX: task "for" to iterate in arrays

V1.3.5

12 Dec 16:02

Choose a tag to compare

1.03.05 (unofficial)

  • NEW: task "copy" extending the standard Ant copy task with "preserveexecutable" attribute
    allowing the user to preserve execute permissions when copying files (Java 6+ and Ant 1.8.2+ required):

    <fl:copy file="foo" tofile="bar" preserveexecutable="true"/>

V1.3.4

26 Nov 10:53

Choose a tag to compare

1.03.04 (unofficial)

  • NEW: EL method invocation support:
    #{ 'foo'.toUpperCase().replaceAll('FOO', 'BAR') } == BAR
  • NEW: file.tounix property:
    #{ 'C:\Windows\System32'.tofile.tounix } == C:/Windows/System32
  • UPDATE: string.tofile property now resolves relative paths using project.resolveFile(string)
    instead of new File(project.getBaseDir(), string) to be consistent with Ant

V1.3.3

11 Nov 11:30

Choose a tag to compare

1.03.03 (unofficial)

  • BUGFIX: String-to-boolean conversion to accept "true", "yes" and "on" (case-insensitive) as true
  • Removed some obsolete code

V1.3.2

10 Nov 15:04

Choose a tag to compare

1.03.02 (unofficial)

  • NEW: Flaka is now able to see Ant local properties

V1.3.1

10 Nov 10:38

Choose a tag to compare

1.03.01 (unofficial)

  • BUGFIX: Issue 21: Lists born from split() seem to have zero size() [https://code.google.com/p/flaka/issues/detail?id=21]

V1.3.0

31 Oct 18:35

Choose a tag to compare

1.03.00 (unofficial)