-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28682/#review63796
-----------------------------------------------------------



buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy
<https://reviews.apache.org/r/28682/#comment106104>

    Override this in the thriftEntities block in the build.gradle, not in the 
source for the plugin.
    
    ```
    thriftEntities {
      inputFiles = fileTree(...)
    }
    ```
    
    But is this just here to exclude thermos? In that case you might consider 
adding an explicit exclude (in the build.gradle).


- Kevin Sweeney


On Dec. 3, 2014, 4:36 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28682/
> -----------------------------------------------------------
> 
> (Updated Dec. 3, 2014, 4:36 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Zameer Manji.
> 
> 
> Bugs: AURORA-947
>     https://issues.apache.org/jira/browse/AURORA-947
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> There's a subtle change in 
> `buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy` to 
> avoid generating thermos' thrift for the scheduler.  This prevents a conflict 
> on index.html.
> 
> 
> Diffs
> -----
> 
>   
> buildSrc/src/main/groovy/org/apache/aurora/build/ThriftEntitiesPlugin.groovy 
> 31934f551da808951144cd474255105a9d198854 
>   buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy 
> e6114cf0ec557b8d365140b5f413c69a61dc1563 
>   src/main/java/org/apache/aurora/scheduler/http/JettyServerModule.java 
> 022b9f452e8f7c129b8c202c5f2fff5547f71b0d 
>   src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py 
> ca2581cfc38a5873143e2ca8dc6e23b8ec389421 
>   src/main/resources/scheduler/assets/index.html 
> cc62d9ea9eb5923c7bd926e1e1a45ebbeaeb0287 
> 
> Diff: https://reviews.apache.org/r/28682/diff/
> 
> 
> Testing
> -------
> 
> ./gradlew run, clicked around.
> 
> 
> Thanks,
> 
> Bill Farner
> 
>

Reply via email to