jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • groovy
  • GROOVY-2908

using antcall with nested targets fails

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.5.5, 1.5.6
  • Fix Version/s: None
  • Component/s: Ant integration
  • Labels:
    None
  • Environment:
    Windows XP, CentOS

Description

Since Ant 1.6.3 nested targets can be used with antcall. In groovy 1.5.4 this works fine:

ant.antcall() {
  target(name:"doFlashTwo")
  target(name:"viewFlashResults")
}

and common dependencies are only processed once.

In groovy 1.5.5 (and 1.5.6) the common dependencies are processed twice and the build fails:

BUILD FAILED
: Attribute target or at least one nested target is required.
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. XML File
    groovyant.xml
    16/Jun/08 12:13 PM
    2 kB
    Chris Miles

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Chris Miles
Vote (2)
Watch (4)

Dates

  • Created:
    16/Jun/08 12:13 PM
    Updated:
    30/Dec/10 8:03 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.