[ 
https://issues.apache.org/jira/browse/BEAM-3253?focusedWorklogId=162096&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-162096
 ]

ASF GitHub Bot logged work on BEAM-3253:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Nov/18 20:01
            Start Date: 02/Nov/18 20:01
    Worklog Time Spent: 10m 
      Work Description: adude3141 edited a comment on issue #6926: [BEAM-3253] 
Swap to use local variable instead of using 'ext'
URL: https://github.com/apache/beam/pull/6926#issuecomment-435490187
 
 
   Added that to task config:
             println "task: ${outFile}"
             println "task: ${ext.outFile}"
             println "project: ${project.outFile}"
             println "project ext: ${project.ext.outFile}"
   
   project outfile throws exception as expected
   
   > Could not get unknown property 'outFile' for project ':beam-examples-java' 
of type org.gradle.api.Project.
   
   Of course u might access it like
   > ${project.validateShadedJarDoesntLeakNonOrgApacheBeamClasses.outFile}
   
   but that's what was intended...
   
   Or do you think even a task property has to broad of a scope?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 162096)
    Time Spent: 5h 10m  (was: 5h)

> Gradle configurations do not declare correct inputs/outputs, requiring 
> --rerun-tasks
> ------------------------------------------------------------------------------------
>
>                 Key: BEAM-3253
>                 URL: https://issues.apache.org/jira/browse/BEAM-3253
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Luke Cwik
>            Priority: Major
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> Support incremental builds by ensuring all tasks correctly specify their 
> inputs and outputs.
> This is currently not correctly setup for any shell tasks and all code 
> generation tasks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to