Gradle

  • 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)
To raise new issues or bugs against Gradle, please use forums.gradle.org.
  • Gradle
  • GRADLE-1510

Disable compile up-to-date checking fails

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Resolution: Fixed
  • Affects Version/s: 1.0-milestone-3
  • Fix Version/s: None

Description

Because of specific requirements, I need to disable the up-to-date checking for a custom compilation task. Gradle supports this nicely--until you realize that there is still some additional internal Ant Javac task update checking going on that is not configurable. You have to deal with it from the outside (e.g. delete the .class files) to make things work.

The longterm solution should be to ditch Ant for compiling sources and provide a custom Gradle implementation.

Activity

  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
Hide
Permalink
Luke Daley added a comment - 23/Jan/13 7:10 AM

This was fixed in the 1.0 release with the new compilation options.

Show
Luke Daley added a comment - 23/Jan/13 7:10 AM This was fixed in the 1.0 release with the new compilation options.

People

  • Assignee:
    Unassigned
    Reporter:
    Marco Hunsicker
Vote (0)
Watch (3)

Dates

  • Created:
    04/May/11 1:44 PM
    Updated:
    23/Jan/13 7:10 AM
    Resolved:
    23/Jan/13 7:10 AM
  • Atlassian JIRA (v5.0.3#729-sha1:bf569e4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Gradle. Try JIRA - bug tracking software for your team.