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-2321

The daemon does not work with IBM jvm

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

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

Description

The gradle build daemon does not work with IBM jvm.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
Hide
Create a new review for changeset c0afeb2b447793c2f22e5ac9c7287e5368f256f9
Szczepan Faber <szczepiq@gmail.com> submitted changeset c0afeb2b447793c2f22e5ac9c7287e5368f256f9 to pull-request-138 in Gradle (11 files) - 25/May/12 11:47 AM

ExecHandle simplifications, related to ibm daemon issue (GRADLE-2321)
The decision if the ExecHandle forks daemon or not happens at building time. This simplifies a lot the internal design and we can lose the TimeKeepingExecuter. Still refactorings are pending however in current shape we have Gradle working with ibm jvm on windows and we are also past the ibm+daemon issue. Detaching from the daemon does not support timeout or abort yet - it will come next.

  • subprojects/core/src/main/groovy/org/gradle/process/internal/AbstractExecHandleBuilder.java (+2 -1)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/main/groovy/org/gradle/process/internal/DefaultExecHandle.java (+31 -17)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/main/groovy/org/gradle/process/internal/ExecHandle.java (+0 -10)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/main/groovy/org/gradle/process/internal/ExecHandleBuilder.java (+5 -0)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/main/groovy/org/gradle/process/internal/ExecHandleRunner.java (+22 -61)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/main/groovy/org/gradle/process/internal/TimeKeepingExecuter.java (+0 -96)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/test/groovy/org/gradle/process/internal/DefaultExecHandleSpec.groovy (+74 -13)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/core/src/test/groovy/org/gradle/process/internal/TimeKeepingExecuterTest.groovy (+0 -86)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/launcher/src/main/java/org/gradle/launcher/daemon/DaemonExecHandleBuilder.java (+1 -0)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/launcher/src/main/java/org/gradle/launcher/daemon/bootstrap/DaemonGreeter.java (+11 -10)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonStarter.java (+3 -3)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset c0afeb2b447793c2f22e5ac9c7287e5368f256f9
Szczepan Faber <szczepiq@gmail.com> submitted changeset c0afeb2b447793c2f22e5ac9c7287e5368f256f9 to pull-request-138 in Gradle (11 files) - 25/May/12 11:47 AM
Adam Murdoch made changes - 19/Aug/12 7:51 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Fix Version/s 1.0 [ 10051 ]
Status Open [ 1 ] Resolved [ 5 ]
Adam Murdoch made changes - 30/Aug/12 7:03 PM
Affects Version/s 1.0-rc-3 [ 10560 ]
Fix Version/s 1.0 [ 10051 ]
Fix Version/s 1.0-rc-1 [ 10062 ]
Luke Daley made changes - 03/Jan/13 5:08 AM
Status Resolved [ 5 ] Closed [ 6 ]
Workflow jira with pivotal tracker [ 15792 ] jira with pivotal tracker (no resolved, only closed) [ 16589 ]
Luke Daley made changes - 04/Jan/13 5:09 AM
Status Closed [ 6 ] Resolved [ 5 ]
Workflow jira with pivotal tracker (no resolved, only closed) [ 16589 ] Copy of jira with pivotal tracker (no closed, only resolved) [ 18840 ]
Unable to get TeamCity builds: No active plugin license is found! Please visit http://stiltsoft.com/teamcity for details

People

  • Assignee:
    Szczepan Faber
    Reporter:
    Szczepan Faber
Vote (0)
Watch (0)

Dates

  • Created:
    21/May/12 2:01 PM
    Updated:
    04/Jan/13 5:09 AM
    Resolved:
    19/Aug/12 7:51 PM
  • 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.